FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
bytestream.h File Reference
#include <stdint.h>
#include <string.h>
#include "libavutil/avassert.h"
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"

Go to the source code of this file.

Data Structures

struct  GetByteContext
 
struct  PutByteContext
 

Macros

#define DEF(type, name, bytes, read, write)
 
#define bytestream2_get_ne16   bytestream2_get_le16
 
#define bytestream2_get_ne24   bytestream2_get_le24
 
#define bytestream2_get_ne32   bytestream2_get_le32
 
#define bytestream2_get_ne64   bytestream2_get_le64
 
#define bytestream2_get_ne16u   bytestream2_get_le16u
 
#define bytestream2_get_ne24u   bytestream2_get_le24u
 
#define bytestream2_get_ne32u   bytestream2_get_le32u
 
#define bytestream2_get_ne64u   bytestream2_get_le64u
 
#define bytestream2_put_ne16   bytestream2_put_le16
 
#define bytestream2_put_ne24   bytestream2_put_le24
 
#define bytestream2_put_ne32   bytestream2_put_le32
 
#define bytestream2_put_ne64   bytestream2_put_le64
 
#define bytestream2_peek_ne16   bytestream2_peek_le16
 
#define bytestream2_peek_ne24   bytestream2_peek_le24
 
#define bytestream2_peek_ne32   bytestream2_peek_le32
 
#define bytestream2_peek_ne64   bytestream2_peek_le64
 

Functions

static av_always_inline void bytestream2_init (GetByteContext *g, const uint8_t *buf, int buf_size)
 
static av_always_inline void bytestream2_init_writer (PutByteContext *p, uint8_t *buf, int buf_size)
 
static av_always_inline
unsigned int 
bytestream2_get_bytes_left (GetByteContext *g)
 
static av_always_inline
unsigned int 
bytestream2_get_bytes_left_p (PutByteContext *p)
 
static av_always_inline void bytestream2_skip (GetByteContext *g, unsigned int size)
 
static av_always_inline void bytestream2_skipu (GetByteContext *g, unsigned int size)
 
static av_always_inline void bytestream2_skip_p (PutByteContext *p, unsigned int size)
 
static av_always_inline int bytestream2_tell (GetByteContext *g)
 
static av_always_inline int bytestream2_tell_p (PutByteContext *p)
 
static av_always_inline int bytestream2_size (GetByteContext *g)
 
static av_always_inline int bytestream2_size_p (PutByteContext *p)
 
static av_always_inline int bytestream2_seek (GetByteContext *g, int offset, int whence)
 
static av_always_inline int bytestream2_seek_p (PutByteContext *p, int offset, int whence)
 
static av_always_inline
unsigned int 
bytestream2_get_buffer (GetByteContext *g, uint8_t *dst, unsigned int size)
 
static av_always_inline
unsigned int 
bytestream2_get_bufferu (GetByteContext *g, uint8_t *dst, unsigned int size)
 
static av_always_inline
unsigned int 
bytestream2_put_buffer (PutByteContext *p, const uint8_t *src, unsigned int size)
 
static av_always_inline
unsigned int 
bytestream2_put_bufferu (PutByteContext *p, const uint8_t *src, unsigned int size)
 
static av_always_inline void bytestream2_set_buffer (PutByteContext *p, const uint8_t c, unsigned int size)
 
static av_always_inline void bytestream2_set_bufferu (PutByteContext *p, const uint8_t c, unsigned int size)
 
static av_always_inline
unsigned int 
bytestream2_get_eof (PutByteContext *p)
 
static av_always_inline
unsigned int 
bytestream_get_buffer (const uint8_t **b, uint8_t *dst, unsigned int size)
 
static av_always_inline void bytestream_put_buffer (uint8_t **b, const uint8_t *src, unsigned int size)
 

Variables

uint64_t_TMPL le64
 
uint64_t_TMPL AV_RL64
 
uint64_t_TMPL AV_WL64 unsigned
int_TMPL 
le32
 
uint64_t_TMPL AV_WL64 unsigned
int_TMPL 
AV_RL32
 
uint64_t_TMPL AV_WL64 unsigned
int_TMPL AV_WL32 unsigned
int_TMPL 
le24
 
uint64_t_TMPL AV_WL64 unsigned
int_TMPL AV_WL32 unsigned
int_TMPL 
AV_RL24
 
uint64_t_TMPL AV_WL64 unsigned
int_TMPL AV_WL32 unsigned
int_TMPL AV_WL24 unsigned
int_TMPL 
le16
 
uint64_t_TMPL AV_WL64 unsigned
int_TMPL AV_WL32 unsigned
int_TMPL AV_WL24 unsigned
int_TMPL 
AV_RL16
 
uint64_t_TMPL AV_WL64 unsigned
int_TMPL AV_WL32 unsigned
int_TMPL AV_WL24 unsigned
int_TMPL AV_WL16 uint64_t_TMPL 
be64
 
uint64_t_TMPL AV_WL64 unsigned
int_TMPL AV_WL32 unsigned
int_TMPL AV_WL24 unsigned
int_TMPL AV_WL16 uint64_t_TMPL 
AV_RB64
 
uint64_t_TMPL AV_WL64 unsigned
int_TMPL AV_WL32 unsigned
int_TMPL AV_WL24 unsigned
int_TMPL AV_WL16 uint64_t_TMPL
AV_WB64 unsigned int_TMPL 
be32
 
uint64_t_TMPL AV_WL64 unsigned
int_TMPL AV_WL32 unsigned
int_TMPL AV_WL24 unsigned
int_TMPL AV_WL16 uint64_t_TMPL
AV_WB64 unsigned int_TMPL 
AV_RB32
 
uint64_t_TMPL AV_WL64 unsigned
int_TMPL AV_WL32 unsigned
int_TMPL AV_WL24 unsigned
int_TMPL AV_WL16 uint64_t_TMPL
AV_WB64 unsigned int_TMPL
AV_WB32 unsigned int_TMPL 
be24
 
uint64_t_TMPL AV_WL64 unsigned
int_TMPL AV_WL32 unsigned
int_TMPL AV_WL24 unsigned
int_TMPL AV_WL16 uint64_t_TMPL
AV_WB64 unsigned int_TMPL
AV_WB32 unsigned int_TMPL 
AV_RB24
 
uint64_t_TMPL AV_WL64 unsigned
int_TMPL AV_WL32 unsigned
int_TMPL AV_WL24 unsigned
int_TMPL AV_WL16 uint64_t_TMPL
AV_WB64 unsigned int_TMPL
AV_WB32 unsigned int_TMPL
AV_WB24 unsigned int_TMPL 
be16
 
uint64_t_TMPL AV_WL64 unsigned
int_TMPL AV_WL32 unsigned
int_TMPL AV_WL24 unsigned
int_TMPL AV_WL16 uint64_t_TMPL
AV_WB64 unsigned int_TMPL
AV_WB32 unsigned int_TMPL
AV_WB24 unsigned int_TMPL 
AV_RB16
 
uint64_t_TMPL AV_WL64 unsigned
int_TMPL AV_WL32 unsigned
int_TMPL AV_WL24 unsigned
int_TMPL AV_WL16 uint64_t_TMPL
AV_WB64 unsigned int_TMPL
AV_WB32 unsigned int_TMPL
AV_WB24 unsigned int_TMPL
AV_WB16 unsigned int_TMPL 
byte
 
uint64_t_TMPL AV_WL64 unsigned
int_TMPL AV_WL32 unsigned
int_TMPL AV_WL24 unsigned
int_TMPL AV_WL16 uint64_t_TMPL
AV_WB64 unsigned int_TMPL
AV_WB32 unsigned int_TMPL
AV_WB24 unsigned int_TMPL
AV_WB16 unsigned int_TMPL 
AV_RB8
 

Macro Definition Documentation

#define DEF (   type,
  name,
  bytes,
  read,
  write 
)

Definition at line 42 of file bytestream.h.

#define bytestream2_get_ne16   bytestream2_get_le16

Definition at line 113 of file bytestream.h.

Referenced by rle_unpack().

#define bytestream2_get_ne24   bytestream2_get_le24

Definition at line 114 of file bytestream.h.

#define bytestream2_get_ne32   bytestream2_get_le32

Definition at line 115 of file bytestream.h.

#define bytestream2_get_ne64   bytestream2_get_le64

Definition at line 116 of file bytestream.h.

#define bytestream2_get_ne16u   bytestream2_get_le16u

Definition at line 117 of file bytestream.h.

Referenced by read_uncompressed_sgi().

#define bytestream2_get_ne24u   bytestream2_get_le24u

Definition at line 118 of file bytestream.h.

#define bytestream2_get_ne32u   bytestream2_get_le32u

Definition at line 119 of file bytestream.h.

#define bytestream2_get_ne64u   bytestream2_get_le64u

Definition at line 120 of file bytestream.h.

#define bytestream2_put_ne16   bytestream2_put_le16

Definition at line 121 of file bytestream.h.

#define bytestream2_put_ne24   bytestream2_put_le24

Definition at line 122 of file bytestream.h.

#define bytestream2_put_ne32   bytestream2_put_le32

Definition at line 123 of file bytestream.h.

#define bytestream2_put_ne64   bytestream2_put_le64

Definition at line 124 of file bytestream.h.

#define bytestream2_peek_ne16   bytestream2_peek_le16

Definition at line 125 of file bytestream.h.

#define bytestream2_peek_ne24   bytestream2_peek_le24

Definition at line 126 of file bytestream.h.

#define bytestream2_peek_ne32   bytestream2_peek_le32

Definition at line 127 of file bytestream.h.

#define bytestream2_peek_ne64   bytestream2_peek_le64

Definition at line 128 of file bytestream.h.

Function Documentation

static av_always_inline void bytestream2_init ( GetByteContext g,
const uint8_t buf,
int  buf_size 
)
static
static av_always_inline void bytestream2_init_writer ( PutByteContext p,
uint8_t buf,
int  buf_size 
)
static
static av_always_inline unsigned int bytestream2_get_bytes_left ( GetByteContext g)
static

Definition at line 152 of file bytestream.h.

Referenced by add_doubles_metadata(), add_shorts_metadata(), add_string_metadata(), adpcm_decode_frame(), bfi_decode_frame(), brpix_decode_frame(), codec2subblock(), decode_0(), decode_6(), decode_bdlt(), decode_dds1(), decode_dsw1(), decode_frame(), decode_init(), decode_mvc1(), decode_mvc2(), decode_p_block(), decode_rgb8(), decode_rgbn(), decode_tdlt(), decode_tsw1(), decode_wdlt(), dfa_decode_frame(), expand_rle_row(), flic_decode_frame_15_16BPP(), flic_decode_frame_8BPP(), g2m_decode_frame(), g2m_load_cursor(), get_coc(), get_cod(), get_cox(), get_qcc(), get_qcx(), get_siz(), get_sot(), gif_parse_next_image(), gif_read_extension(), gif_read_header1(), gif_read_image(), handle_notify(), ipvideo_decode_opcodes(), jp2_find_codestream(), jpeg2000_decode_frame(), jpeg2000_decode_packet(), jpeg2000_read_main_headers(), kmvc_decode_inter_8x8(), kmvc_decode_intra_8x8(), lz_unpack(), mm_decode_inter(), mm_decode_intra(), msrle_decode_8_16_24_32(), msrle_decode_pal4(), mss3_decode_frame(), mss4_decode_frame(), old_codec1(), old_codec37(), old_codec47(), op(), opcode_0xf7(), opcode_0xf8(), paf_vid_decode(), pcx_palette(), png_decode_idat(), process_block(), qpeg_decode_inter(), qpeg_decode_intra(), read_connect(), read_frame_header(), read_rle_sgi(), read_uncompressed_sgi(), rle_decode(), rle_unpack(), roqvideo_decode_frame(), set_palette(), targa_decode_rle(), tgq_decode_mb(), tiff_decode_tag(), tscc2_decode_frame(), txd_decode_frame(), ulti_decode_frame(), vb_decode_framedata(), vmd_decode(), vqa_decode_chunk(), wavpack_decode_block(), xan_decode_chroma(), xan_decode_frame(), xan_unpack(), xan_unpack_luma(), and xwd_decode_frame().

static av_always_inline unsigned int bytestream2_get_bytes_left_p ( PutByteContext p)
static

Definition at line 157 of file bytestream.h.

static av_always_inline void bytestream2_skip ( GetByteContext g,
unsigned int  size 
)
static
static av_always_inline void bytestream2_skipu ( GetByteContext g,
unsigned int  size 
)
static
static av_always_inline void bytestream2_skip_p ( PutByteContext p,
unsigned int  size 
)
static

Definition at line 174 of file bytestream.h.

Referenced by handle_notify(), and sunrast_image_write_image().

static av_always_inline int bytestream2_tell ( GetByteContext g)
static
static av_always_inline int bytestream2_tell_p ( PutByteContext p)
static
static av_always_inline int bytestream2_size ( GetByteContext g)
static

Definition at line 196 of file bytestream.h.

Referenced by smc_decode_stream(), tiff_decode_tag(), and xan_decode_frame_type0().

static av_always_inline int bytestream2_size_p ( PutByteContext p)
static

Definition at line 201 of file bytestream.h.

static av_always_inline int bytestream2_seek ( GetByteContext g,
int  offset,
int  whence 
)
static
static av_always_inline int bytestream2_seek_p ( PutByteContext p,
int  offset,
int  whence 
)
static

Definition at line 230 of file bytestream.h.

Referenced by encode_plane().

static av_always_inline unsigned int bytestream2_get_buffer ( GetByteContext g,
uint8_t dst,
unsigned int  size 
)
static
static av_always_inline unsigned int bytestream2_get_bufferu ( GetByteContext g,
uint8_t dst,
unsigned int  size 
)
static
static av_always_inline unsigned int bytestream2_put_buffer ( PutByteContext p,
const uint8_t src,
unsigned int  size 
)
static
static av_always_inline unsigned int bytestream2_put_bufferu ( PutByteContext p,
const uint8_t src,
unsigned int  size 
)
static

Definition at line 295 of file bytestream.h.

static av_always_inline void bytestream2_set_buffer ( PutByteContext p,
const uint8_t  c,
unsigned int  size 
)
static

Definition at line 304 of file bytestream.h.

Referenced by encode_frame().

static av_always_inline void bytestream2_set_bufferu ( PutByteContext p,
const uint8_t  c,
unsigned int  size 
)
static

Definition at line 318 of file bytestream.h.

static av_always_inline unsigned int bytestream2_get_eof ( PutByteContext p)
static

Definition at line 326 of file bytestream.h.

static av_always_inline unsigned int bytestream_get_buffer ( const uint8_t **  b,
uint8_t dst,
unsigned int  size 
)
static
static av_always_inline void bytestream_put_buffer ( uint8_t **  b,
const uint8_t src,
unsigned int  size 
)
static

Variable Documentation

uint64_t_TMPL le64

Definition at line 85 of file bytestream.h.

Referenced by pcm_decode_frame(), and pcm_encode_frame().

uint64_t_TMPL AV_RL64
uint64_t_TMPL AV_WL64 unsigned int_TMPL le32

Definition at line 85 of file bytestream.h.

Referenced by pcm_decode_frame(), and pcm_encode_frame().

uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_RL32

Definition at line 85 of file bytestream.h.

Referenced by a64multi_init_encoder(), aac_decode_frame_int(), aasc_decode_frame(), aasc_decode_init(), add_input_streams(), adpcm_decode_init(), aea_read_probe(), ast_probe(), av_lfg_init(), avcodec_decode_audio4(), avi_read_header(), avi_read_idx1(), avpriv_dv_frame_profile2(), avpriv_flac_is_extradata_valid(), avr_probe(), bfi_probe(), celt_header(), check_checksum(), cin_probe(), cllc_decode_frame(), cmv_decode_frame(), decode_block(), decode_flush(), decode_frame(), decode_header_trees(), decode_i_frame(), decode_init(), decode_p_frame(), decode_plane(), decode_vol_header(), dfa_probe(), dfa_read_packet(), dirac_probe(), dxa_read_packet(), dxtory_decode_v2(), ea_probe(), ea_read_packet(), encode_init(), epaf_probe(), ff_h263_decode_frame(), ff_h263_decode_picture_header(), ff_mjpeg_decode_sos(), ff_mms_asf_header_parser(), ff_mov_read_stsd_entries(), ff_mpeg4_decode_picture_header(), ff_rm_read_mdpr_codecdata(), ff_rtmp_packet_read_internal(), ff_rtp_send_h263_rfc2190(), ff_wv_parse_header(), flic_decode_init(), fourxm_probe(), fourxm_read_header(), fourxm_read_packet(), get_chunk_header(), get_packet_header(), get_quant(), get_slice_offset(), get_tcp_server_response(), handle_packet_stream_changing_type(), ico_write_packet(), idcin_probe(), idct_mb(), iff_probe(), ivf_write_header(), lag_decode_arith_plane(), lag_decode_frame(), libcelt_dec_init(), lvf_probe(), lxf_read_header(), matroska_parse_wavpack(), matroska_read_header(), mjpega_dump_header(), mov_probe(), mov_read_header(), mov_read_packet(), mov_write_audio_tag(), mpc8_probe(), mpeg_decode_frame(), mpeg_decode_slice(), mpegts_set_stream_info(), msrle_decode_init(), multiswap_init(), new_output_stream(), nsv_probe(), nuv_packet(), nuv_read_dts(), ogm_dshow_header(), parse_media_type(), parse_mpeg1waveformatex(), parse_strk(), parse_vtrk(), pmp_probe(), pmt_cb(), probe(), process_ipmovie_chunk(), prores_encode_init(), qcp_probe(), r3d_probe(), raw_decode(), raw_encode(), raw_init_decoder(), read32(), read_packet(), ripemd128_transform(), ripemd160_transform(), rl2_decode_init(), rm_read_audio_stream_info(), roq_probe(), roq_read_packet(), rtmpe9_sig(), rtp_asf_fix_header(), siff_probe(), skeleton_header(), smacker_read_packet(), smka_decode_frame(), smush_read_probe(), smvjpeg_decode_init(), sol_probe(), sox_probe(), speex_header(), srt_decode_frame(), srt_write_packet(), str_probe(), str_read_header(), str_read_packet(), svq3_decode_slice_header(), tb_unreliable(), tgq_decode_frame(), tgv_decode_frame(), thp_probe(), tm2_read_header(), tmv_probe(), transcode_init(), tta_check_crc(), tta_decode_init(), tta_probe(), tta_read_header(), txd_probe(), udp_read(), utvideo_decode_init(), v410_decode_frame(), vble_decode_frame(), vc1t_probe(), vcr2_init_sequence(), vid_probe(), vmd_read_header(), vmdvideo_decode_init(), vmnc_get_pixel(), vorbis_header(), vqf_probe(), wavesynth_decode(), wavesynth_parse_extradata(), wavpack_decode_frame(), wc3_probe(), webp_decode_frame(), wmavoice_decode_init(), wsaud_probe(), wsaud_read_packet(), wtvfile_open2(), wv_probe(), xa_probe(), xmv_fetch_video_packet(), xmv_probe(), xmv_process_packet_header(), xvid_encode_init(), and zero12v_decode_frame().

uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL le24

Definition at line 85 of file bytestream.h.

Referenced by pcm_decode_frame(), and pcm_encode_frame().

uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_RL24
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL le16

Definition at line 85 of file bytestream.h.

Referenced by pcm_decode_frame(), and pcm_encode_frame().

uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_RL16

Definition at line 85 of file bytestream.h.

Referenced by adpcm_decode_init(), ape_decode_init(), av_read_image_line(), av_write_image_line(), avs_decode_frame(), cin_decode_lzss(), cinaudio_decode_frame(), cinvideo_decode_frame(), cmv_process_header(), cpia_decode_frame(), decode_audio_s16(), decode_frame(), decode_frame_header(), decode_init(), decode_p_frame(), dfa_decode_frame(), encode_gbrp10(), encode_gbrp12(), encode_rgb48_10bit(), ff_dca_convert_bitstream(), ff_mlp_checksum16(), ff_mlp_read_major_sync(), ff_mms_asf_header_parser(), ff_rtmp_packet_read_internal(), ff_rtp_send_h263_rfc2190(), ff_wv_parse_header(), flic_decode_frame_15_16BPP(), flic_decode_init(), frm_read_probe(), get_chunk_header(), get_tcp_server_response(), gif_probe(), ico_write_packet(), ipmovie_read_header(), libopus_decode_init(), lxf_read_header(), matroska_parse_wavpack(), mm_decode_frame(), msvideo1_decode_16bit(), mtv_probe(), mxf_write_d10_audio_packet(), mxpeg_decode_mxm(), nc_probe(), nsv_probe(), ogm_dshow_header(), opus_header(), paf_aud_decode(), parse_mpeg1waveformatex(), planarCopyWrapper(), probe(), process_ipmovie_chunk(), ptx_decode_frame(), read_gab2_sub(), read_packet(), rl2_decode_init(), roq_probe(), roq_read_header(), roq_read_packet(), rsd_read_header(), skeleton_header(), spdif_header_dts(), str_probe(), str_read_packet(), tgv_decode_frame(), tgv_decode_inter(), tmv_probe(), tqi_decode_frame(), truemotion1_decode_header(), tta_probe(), vmd_decode(), vmd_probe(), vmd_read_header(), vmnc_get_pixel(), voc_probe(), vp8_handle_packet(), vqa_decode_init(), wma_decode_init(), ws_snd_decode_frame(), wsaud_probe(), wsaud_read_header(), wsaud_read_packet(), wsvqa_read_header(), wsvqa_read_packet(), wtvfile_open2(), wv_probe(), xa_probe(), xan_decode_chroma(), xan_wc3_decode_frame(), xyz12Torgb48(), yop_probe(), and yop_read_header().

uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL be64

Definition at line 85 of file bytestream.h.

Referenced by pcm_decode_frame(), and pcm_encode_frame().

uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_RB64
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL be32

Definition at line 85 of file bytestream.h.

Referenced by pcm_decode_frame(), and pcm_encode_frame().

uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_RB32

Definition at line 85 of file bytestream.h.

Referenced by a64_write_header(), adts_aac_probe(), aic_decode_header(), aiff_read_header(), ast_probe(), av_base64_encode(), av_blowfish_crypt(), av_packet_split_side_data(), av_xtea_init(), avpriv_adx_decode_header(), avpriv_find_start_code(), avui_decode_frame(), cdxl_read_packet(), cdxl_read_probe(), cinepak_decode_codebook(), cinepak_decode_vectors(), cmv_decode_frame(), decode_13(), decode_dvd_subtitles(), decode_frame(), decode_init(), decode_nal_units(), decode_picture_header(), decrypt_init(), dirac_combine_frame(), dirac_decode_frame(), dnxhd_decode_header(), dnxhd_probe(), dv_extract_timecode(), dv_probe(), dvd_nav_parse(), dvdsub_parse(), dxa_read_packet(), dxva2_vc1_decode_slice(), ea_probe(), ea_read_packet(), ff_amf_tag_size(), ff_avc_write_annexb_extradata(), ff_dca_convert_bitstream(), ff_isom_write_avcc(), ff_mov_read_stsd_entries(), ff_mss12_decode_init(), ff_rtmp_packet_dump(), ff_rtmp_packet_read_internal(), ff_srtp_decrypt(), ff_srtp_encrypt(), ffm_read_packet(), film_probe(), film_read_header(), find_headers_search(), flac_decode_frame(), flv_probe(), gen_pong(), get_generic_seed(), get_slice_offset(), h263_handle_packet(), handle_chunk_size(), handle_client_bw(), handle_server_bw(), id3v2_check_write_tag(), libopenjpeg_decode_frame(), libschroedinger_encode_frame(), libshine_encode_frame(), lmlm4_probe(), matroska_probe(), mjpeg_decode_app(), mkv_write_block(), mlp_parse(), mov_parse_vc1_frame(), mov_probe(), mov_write_avid_tag(), mov_write_dvc1_structs(), mp3_header_compress(), mp3_header_decompress(), mp3_read_probe(), mp3_write_audio_packet(), mp3lame_encode_frame(), mpeg_decode_frame(), mpeg_parse_packet(), mpegps_read_pes_header(), mpegts_prefix_m2ts_header(), mpegts_write_packet_internal(), mv_probe(), mxf_read_packet_old(), mxf_write_header(), nc_probe(), nprobe(), old_dirac_header(), parse_pcr(), probe(), qdm2_decode_init(), qdm2_parse_config(), read32(), read_header(), read_probe(), redspark_probe(), rl2_probe(), rpza_decode_stream(), rtcp_parse_packet(), rtmp_receive_hs_packet(), rtp_parse_one_packet(), rtp_parse_packet_internal(), rv10_decode_init(), rv34_parse(), s302m_parse_frame_header(), sha1_transform(), smush_read_packet(), sox_probe(), spdif_header_dts(), sunrast_decode_frame(), svq3_decode_init(), swf_read_packet(), tcp_write_packet(), thp_read_packet(), twin_decode_init(), unpack_parse_unit(), vaapi_vc1_decode_slice(), vc1_decode_frame(), vc1_decode_init(), vc1_extract_headers(), vmdaudio_decode_frame(), vmnc_get_pixel(), vqf_read_header(), write_hint_packets(), wsvqa_probe(), wsvqa_read_header(), wsvqa_read_packet(), and xtea_crypt_ecb().

uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL be24

Definition at line 85 of file bytestream.h.

Referenced by pcm_decode_frame(), and pcm_encode_frame().

uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL AV_RB24
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL AV_WB24 unsigned int_TMPL be16

Definition at line 85 of file bytestream.h.

Referenced by pcm_decode_frame(), and pcm_encode_frame().

uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL AV_WB24 unsigned int_TMPL AV_RB16

Definition at line 85 of file bytestream.h.

Referenced by ac3_decode_frame(), adts_aac_probe(), adx_decode(), adx_decode_frame(), adx_read_packet(), aic_decode_header(), ast_probe(), av_read_image_line(), av_write_image_line(), avpriv_adx_decode_header(), avpriv_copy_bits(), avpriv_split_xiph_headers(), cdxl_decode_frame(), cdxl_read_packet(), cdxl_read_probe(), cinepak_decode(), cmap_read_palette(), cook_parse(), decode_13(), decode_dvd_subtitles(), decode_frame(), decode_frame_header(), decode_hybrid(), decode_init(), decode_picture_header(), decode_slice(), decode_slice_thread(), decrypt_init(), dnxhd_decode_header(), dnxhd_probe(), dvbsub_decode(), dvbsub_init_decoder(), dvbsub_parse(), dvbsub_parse_object_segment(), dvbsub_parse_page_segment(), dvbsub_parse_region_segment(), dvdsub_parse(), dxa_probe(), encode_gbrp10(), encode_gbrp12(), encode_rgb48_10bit(), enqueue_packet(), extract_header(), ff_amf_tag_size(), ff_avc_write_annexb_extradata(), ff_dca_convert_bitstream(), ff_h263_handle_packet(), ff_h264_decode_extradata(), ff_mov_write_packet(), ff_parse_pes_pts(), ff_rdt_parse_header(), ff_rtp_send_jpeg(), ff_rtsp_tcp_read_packet(), ff_srtp_decrypt(), ff_srtp_encrypt(), film_read_header(), find_headers_search(), find_new_headers(), flv_write_packet(), get16(), get_video_private_data(), h264_extradata_to_annexb(), h264_handle_packet(), handle_packet(), handle_ping(), import_palette(), jpeg_parse_packet(), lag_rac_refill(), latm_write_packet(), lmlm4_probe(), matroska_parse_block(), mjpega_dump_header(), mov2textsub(), mov_text_decode_frame(), mpegts_get_pcr(), mpegts_push_data(), mpegts_read_header(), mpegts_write_packet_internal(), mss2_decode_frame(), mv_probe(), mxf_read_local_tags(), mxg_read_packet(), mxpeg_decode_app(), mxpeg_decode_com(), oma_read_header(), planarCopyWrapper(), probe(), pva_check(), qcelp_decode_frame(), qdm2_parse_config(), qdm2_parse_subpacket(), read_access_unit(), rpza_decode_stream(), rtcp_parse_packet(), rtp_parse_mp4_au(), rtp_parse_one_packet(), rtp_parse_packet_internal(), sap_fetch_packet(), sap_read_header(), sctp_write(), spdif_header_dts(), unpack(), vmnc_get_pixel(), vp6_parse_header(), vp8_handle_packet(), write_hint_packets(), write_section_data(), xan_wc3_decode_frame(), xiph_handle_packet(), xyz12Torgb48(), and yop_probe().

uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL AV_WB24 unsigned int_TMPL AV_WB16 unsigned int_TMPL byte
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL AV_WB24 unsigned int_TMPL AV_WB16 unsigned int_TMPL AV_RB8

Definition at line 85 of file bytestream.h.

Referenced by ff_mov_read_stsd_entries(), and jpeg_parse_packet().