#include <stdint.h>
#include "config.h"
Go to the source code of this file.
Defines | |
#define | AV_RN32 AV_RN32 |
#define | AV_WN32 AV_WN32 |
#define | AV_RN64 AV_RN64 |
#define | AV_WN64 AV_WN64 |
Functions | |
static av_always_inline uint32_t | AV_RN32 (const void *p) |
static av_always_inline void | AV_WN32 (void *p, uint32_t v) |
static av_always_inline uint64_t | AV_RN64 (const void *p) |
static av_always_inline void | AV_WN64 (void *p, uint64_t v) |
#define AV_RN32 AV_RN32 |
Definition at line 27 of file intreadwrite.h.
#define AV_RN64 AV_RN64 |
Definition at line 75 of file intreadwrite.h.
#define AV_WN32 AV_WN32 |
Definition at line 39 of file intreadwrite.h.
#define AV_WN64 AV_WN64 |
Definition at line 84 of file intreadwrite.h.
static av_always_inline uint32_t AV_RN32 | ( | const void * | p | ) | [static] |
Definition at line 28 of file intreadwrite.h.
static av_always_inline uint64_t AV_RN64 | ( | const void * | p | ) | [static] |
Definition at line 76 of file intreadwrite.h.
static av_always_inline void AV_WN32 | ( | void * | p, | |
uint32_t | v | |||
) | [static] |
Definition at line 40 of file intreadwrite.h.
static av_always_inline void AV_WN64 | ( | void * | p, | |
uint64_t | v | |||
) | [static] |
Definition at line 85 of file intreadwrite.h.