#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 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.
Referenced by adx_encode(), av_write_image_line(), concatenate_packet(), dnxhd_write_header(), jpeg_put_comments(), jpeg_table_header(), mov_read_chapters(), output_frame_end(), planarCopyWrapper(), qdm2_restore_block(), sap_write_header(), sp5x_decode_frame(), spdif_header_dts4(), tcp_write_packet(), and text2movsub().
#define AV_WB32 AV_WB32 |
Definition at line 96 of file intreadwrite.h.
Referenced by a64multi_encode_frame(), a64multi_init_encoder(), alac_encode_init(), alloc_and_copy(), av_sha_final(), decode_slice(), dnxhd_encode_picture(), dnxhd_write_header(), dv_read_header(), dyn_packet_buf_write(), encode_frame(), ffm_write_packet(), find_expected_header(), mov_read_extradata(), mp3_header_decompress(), mpegts_write_packet(), parse_playlist(), put_bits(), qdm2_parse_config(), svq3_parse_packet(), xmv_fetch_video_packet(), and xmv_read_extradata().
#define AV_WL16 AV_WL16 |
Definition at line 64 of file intreadwrite.h.
Referenced by ape_read_header(), av_write_image_line(), bmp_encode_frame(), decode_frame(), encode_init(), oma_read_header(), planarCopyWrapper(), siff_read_packet(), and targa_encode_frame().
#define AV_WL32 AV_WL32 |
Definition at line 134 of file intreadwrite.h.
Referenced by add_metadata(), ape_read_packet(), av_lfg_init(), av_md5_final(), avi_read_tag(), celt_header(), encode_init(), ff_read_riff_info(), fourxm_read_header(), mov_read_extradata(), ogg_build_speex_headers(), oma_read_header(), png_write_chunk(), put_bits(), read_header(), read_packet(), rgbtest_put_pixel(), rm_assemble_video_frame(), rtp_asf_fix_header(), send_command_packet(), svq3_decode_slice_header(), v410_encode_frame(), vorbis_header(), and wv_read_packet().
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.