libavutil/tomi/intreadwrite.h File Reference

#include <stdint.h>
#include "config.h"

Go to the source code of this file.

Defines

#define AV_RB16   AV_RB16
#define AV_WB16   AV_WB16
#define AV_RL16   AV_RL16
#define AV_WL16   AV_WL16
#define AV_RB32   AV_RB32
#define AV_WB32   AV_WB32
#define AV_RL32   AV_RL32
#define AV_WL32   AV_WL32

Functions

static av_always_inline uint16_t AV_RB16 (const void *p)
static av_always_inline void AV_WB16 (void *p, uint16_t v)
static av_always_inline uint16_t AV_RL16 (const void *p)
static av_always_inline void AV_WL16 (void *p, uint16_t v)
static av_always_inline uint32_t AV_RB32 (const void *p)
static av_always_inline void AV_WB32 (void *p, uint32_t v)
static av_always_inline uint32_t AV_RL32 (const void *p)
static av_always_inline void AV_WL32 (void *p, uint32_t v)


Define Documentation

#define AV_RB16   AV_RB16

Definition at line 27 of file intreadwrite.h.

#define AV_RB32   AV_RB32

Definition at line 74 of file intreadwrite.h.

#define AV_RL16   AV_RL16

Definition at line 51 of file intreadwrite.h.

#define AV_RL32   AV_RL32

Definition at line 112 of file intreadwrite.h.

#define AV_WB16   AV_WB16

Definition at line 40 of file intreadwrite.h.

#define AV_WB32   AV_WB32

Definition at line 96 of file intreadwrite.h.

#define AV_WL16   AV_WL16

Definition at line 64 of file intreadwrite.h.

#define AV_WL32   AV_WL32

Definition at line 134 of file intreadwrite.h.


Function Documentation

static av_always_inline uint16_t AV_RB16 ( const void *  p  )  [static]

Definition at line 28 of file intreadwrite.h.

static av_always_inline uint32_t AV_RB32 ( const void *  p  )  [static]

Definition at line 75 of file intreadwrite.h.

static av_always_inline uint16_t AV_RL16 ( const void *  p  )  [static]

Definition at line 52 of file intreadwrite.h.

static av_always_inline uint32_t AV_RL32 ( const void *  p  )  [static]

Definition at line 113 of file intreadwrite.h.

static av_always_inline void AV_WB16 ( void *  p,
uint16_t  v 
) [static]

Definition at line 41 of file intreadwrite.h.

static av_always_inline void AV_WB32 ( void *  p,
uint32_t  v 
) [static]

Definition at line 97 of file intreadwrite.h.

static av_always_inline void AV_WL16 ( void *  p,
uint16_t  v 
) [static]

Definition at line 65 of file intreadwrite.h.

static av_always_inline void AV_WL32 ( void *  p,
uint32_t  v 
) [static]

Definition at line 135 of file intreadwrite.h.


Generated on Fri Oct 26 02:46:14 2012 for FFmpeg by  doxygen 1.5.8