FFmpeg
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 int bytestream2_get_bytes_left (GetByteContext *g)
 
static av_always_inline 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 bytestream2_copy_bufferu (PutByteContext *p, GetByteContext *g, unsigned int size)
 
static av_always_inline unsigned int bytestream2_copy_buffer (PutByteContext *p, GetByteContext *g, unsigned int size)
 
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

◆ DEF

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

Definition at line 42 of file bytestream.h.

◆ bytestream2_get_ne16

#define bytestream2_get_ne16   bytestream2_get_le16

Definition at line 119 of file bytestream.h.

◆ bytestream2_get_ne24

#define bytestream2_get_ne24   bytestream2_get_le24

Definition at line 120 of file bytestream.h.

◆ bytestream2_get_ne32

#define bytestream2_get_ne32   bytestream2_get_le32

Definition at line 121 of file bytestream.h.

◆ bytestream2_get_ne64

#define bytestream2_get_ne64   bytestream2_get_le64

Definition at line 122 of file bytestream.h.

◆ bytestream2_get_ne16u

#define bytestream2_get_ne16u   bytestream2_get_le16u

Definition at line 123 of file bytestream.h.

◆ bytestream2_get_ne24u

#define bytestream2_get_ne24u   bytestream2_get_le24u

Definition at line 124 of file bytestream.h.

◆ bytestream2_get_ne32u

#define bytestream2_get_ne32u   bytestream2_get_le32u

Definition at line 125 of file bytestream.h.

◆ bytestream2_get_ne64u

#define bytestream2_get_ne64u   bytestream2_get_le64u

Definition at line 126 of file bytestream.h.

◆ bytestream2_put_ne16

#define bytestream2_put_ne16   bytestream2_put_le16

Definition at line 127 of file bytestream.h.

◆ bytestream2_put_ne24

#define bytestream2_put_ne24   bytestream2_put_le24

Definition at line 128 of file bytestream.h.

◆ bytestream2_put_ne32

#define bytestream2_put_ne32   bytestream2_put_le32

Definition at line 129 of file bytestream.h.

◆ bytestream2_put_ne64

#define bytestream2_put_ne64   bytestream2_put_le64

Definition at line 130 of file bytestream.h.

◆ bytestream2_peek_ne16

#define bytestream2_peek_ne16   bytestream2_peek_le16

Definition at line 131 of file bytestream.h.

◆ bytestream2_peek_ne24

#define bytestream2_peek_ne24   bytestream2_peek_le24

Definition at line 132 of file bytestream.h.

◆ bytestream2_peek_ne32

#define bytestream2_peek_ne32   bytestream2_peek_le32

Definition at line 133 of file bytestream.h.

◆ bytestream2_peek_ne64

#define bytestream2_peek_ne64   bytestream2_peek_le64

Definition at line 134 of file bytestream.h.

Function Documentation

◆ bytestream2_init()

static av_always_inline void bytestream2_init ( GetByteContext g,
const uint8_t *  buf,
int  buf_size 
)
static

Definition at line 137 of file bytestream.h.

Referenced by aasc_decode_frame(), adpcm_decode_frame(), aic_decode_frame(), alac_set_info(), apng_probe(), avi_extract_stream_metadata(), avpriv_exif_decode_ifd(), bethsoftvid_decode_frame(), bfi_decode_frame(), bmp_decode_frame(), build_huffman(), cbs_h2645_split_fragment(), cdg_decode_frame(), cfhd_decode(), chunky2chunky(), clv_decode_frame(), cook_decode_init(), cri_decode_frame(), dca_core_filter(), dds_decode(), decode_aiff_header(), decode_byte_vertical_delta(), decode_byterun2(), decode_delta_d(), decode_delta_e(), decode_delta_j(), decode_delta_l(), decode_dlta(), decode_extradata(), decode_extradata_ps_mp4(), decode_frame(), decode_frame_common(), decode_frame_headers(), decode_frame_lscr(), decode_header(), decode_i2_frame(), decode_init(), decode_inter(), decode_interframe_v4(), decode_interframe_v4a(), decode_intra(), decode_long_vertical_delta(), decode_long_vertical_delta2(), decode_move(), decode_mvdv(), decode_nal_sei_message(), decode_p_frame(), decode_short_horizontal_delta(), decode_short_vertical_delta(), decode_short_vertical_delta2(), decode_type1(), decode_type2(), decode_wave_header(), decompress_2(), decompress_5(), decompress_68(), decompress_chunks_thread(), dfa_decode_frame(), dpcm_decode_frame(), dwa_uncompress(), dxv_decode(), export_itut_t35(), fastaudio_decode(), ff_amf_get_field_value(), ff_amf_tag_size(), ff_av1_packet_split(), ff_canopus_parse_info_tag(), ff_dca_lbr_parse(), ff_flac_parse_picture(), ff_h2645_packet_split(), ff_h264_sei_decode(), ff_hevc_decode_extradata(), ff_hevc_decode_nal_sei(), ff_jpegxl_collect_codestream_header(), ff_lzw_decode_init(), ffat_init_encoder(), filter(), find_tracked_method(), flac_header(), flic_decode_frame_15_16BPP(), flic_decode_frame_1BPP(), flic_decode_frame_24BPP(), flic_decode_frame_8BPP(), g2m_decode_frame(), gdv_decode_frame(), gem_decode_frame(), generate_fake_vps(), get_anim_duration(), get_tiles_info(), gif_decode_frame(), gif_parse_packet(), h264_extradata_to_annexb(), handle_notify(), hap_decode(), hap_parse_frame_header(), hapqa_extract(), hca_read_header(), hdr_decode_frame(), hevc_extradata_to_annexb(), hevc_mp4toannexb_filter(), hnm_update_palette(), hq_hqa_decode_frame(), imx_decode_frame(), init_hca(), ipvideo_decode_format_06_opcodes(), ipvideo_decode_format_10_opcodes(), ipvideo_decode_frame(), jpeg2000_decode_frame(), jpeg2000_read_main_headers(), libdav1d_receive_frame(), LLVMFuzzerTestOneInput(), load_buffer(), lz_unpack(), magy_decode_frame(), mimic_decode_frame(), misc4_decode(), mjpeg_decode_app(), mm_decode_frame(), mm_decode_inter(), moflex_probe(), msp2_decode_frame(), msrle_decode_frame(), mss2_decode_frame(), mss3_decode_frame(), mss4_decode_frame(), mvc_decode_frame(), mxf_parse_jpeg2000_frame(), ogm_header(), on2avc_decode_frame(), paf_video_decode(), parse_opus_ts_header(), parse_utf(), pcm_bluray_decode_frame(), pcm_dvd_decode_samples(), pcx_decode_frame(), pgx_decode_frame(), photocd_decode_frame(), pix_decode_frame(), pixlet_decode_frame(), piz_uncompress(), qdm2_decode_init(), qdmc_decode_init(), qoa_decode_frame(), qoi_decode_frame(), qtrle_decode_frame(), read_connect(), read_number_result(), redspark_read_header(), rka_decode_frame(), rle_unpack(), roq_decode_frame(), rpza_decode_frame(), rscc_decode_frame(), rtmp_send_packet(), rtmp_write(), send_invoke_response(), sga_decode_frame(), skip_boxes(), smc_decode_frame(), tdsc_decode_frame(), tgq_decode_frame(), tiff_unpack_strip(), tm2_read_stream(), tscc2_decode_frame(), txd_decode_frame(), ulti_decode_frame(), unpack_intraframe(), vbn_decode_frame(), vmd_decode(), vp8_lossy_decode_alpha(), vp9_superframe_split_filter(), vqa_decode_frame(), vqa_decode_frame_hicolor(), vqa_decode_frame_pal8(), vvc_extradata_to_annexb(), vvc_mp4toannexb_filter(), wavpack_decode_block(), wbmp_decode_frame(), webp_decode_frame(), xan_decode_frame(), xan_unpack(), xan_wc3_decode_frame(), and xwd_decode_frame().

◆ bytestream2_init_writer()

static av_always_inline void bytestream2_init_writer ( PutByteContext p,
uint8_t *  buf,
int  buf_size 
)
static

◆ bytestream2_get_bytes_left()

static av_always_inline int bytestream2_get_bytes_left ( GetByteContext g)
static

Definition at line 158 of file bytestream.h.

Referenced by ac_dec_bit(), ac_decode_bool(), ac_update(), adpcm_decode_frame(), amf_get_field_value2(), amf_tag_skip(), apng_probe(), bfi_decode_frame(), build_huffman(), cbs_h2645_split_fragment(), cfhd_decode(), check_header_variable(), codec2subblock(), cook_decode_init(), cri_decode_frame(), dds_decode(), decode(), decode0(), decode3(), decode_0(), decode_6(), decode_aiff_header(), decode_alcd(), decode_alternative_transfer(), decode_ambient_viewing_environment(), decode_avcf(), decode_bdlt(), decode_blocks(), decode_byterun(), decode_byterun2(), decode_ch_samples(), decode_dds1(), decode_delta_d(), decode_delta_e(), decode_delta_j(), decode_delta_l(), decode_dlta(), decode_dsw1(), decode_extradata(), decode_extradata_ps_mp4(), decode_fctl_chunk(), decode_fint(), decode_format80(), decode_frame(), decode_frame_common(), decode_frame_lscr(), decode_header(), decode_hextile(), decode_huff(), decode_huffman2(), decode_idat(), decode_ihdr_chunk(), decode_index_tilemap(), decode_kfrm(), decode_long_vertical_delta2(), decode_mad1(), decode_mad1_24(), decode_motion_vectors(), decode_move(), decode_mvc1(), decode_mvc2(), decode_mvdv(), decode_nal_sei_content_light_info(), decode_nal_sei_mastering_display_info(), decode_nal_sei_message(), decode_p_block(), decode_pal8(), decode_palette(), decode_palmapdata(), decode_picture_timing(), decode_plane(), decode_plte_chunk(), decode_raw_intra_rgb(), decode_registered_user_data(), decode_registered_user_data_afd(), decode_registered_user_data_closed_caption(), decode_rgb8(), decode_rgbn(), decode_rle(), decode_rle16(), decode_rle_bpp2(), decode_rle_bpp4(), decode_rtv1(), decode_runlen(), decode_runlen_rgb(), decode_sbit_chunk(), decode_short_horizontal_delta(), decode_short_vertical_delta2(), decode_tdlt(), decode_tiledata(), decode_trns_chunk(), decode_tsw1(), decode_type1(), decode_type2(), decode_unregistered_user_data(), decode_wave_header(), decode_wdlt(), decode_zlib(), decompress(), decompress_2(), decompress_5(), decompress_68(), decompress_p3(), dfa_decode_frame(), dng_decode_jpeg(), dxv_decode(), dxv_decompress_cgo(), dxv_decompress_cocg(), dxv_decompress_dxt5(), dxv_decompress_raw(), dxv_decompress_yo(), expand_rle_row16(), expand_rle_row8(), export_itut_t35(), ff_amf_tag_size(), ff_av1_packet_split(), ff_dca_lbr_parse(), ff_exif_decode_ifd(), ff_flac_parse_picture(), ff_h2645_packet_split(), ff_h264_sei_decode(), ff_hap_parse_section_header(), ff_hevc_decode_extradata(), ff_hevc_decode_nal_sei(), ff_jpegxl_collect_codestream_header(), ff_lzf_uncompress(), ff_lzw_decode_tail(), ff_snappy_peek_uncompressed_length(), ff_snappy_uncompress(), ff_tadd_bytes_metadata(), ff_tadd_doubles_metadata(), ff_tadd_long_metadata(), ff_tadd_rational_metadata(), ff_tadd_shorts_metadata(), ff_tadd_string_metadata(), ff_tdecode_header(), ffat_init_encoder(), fill_ltable(), flac_header(), flic_decode_frame_15_16BPP(), flic_decode_frame_1BPP(), flic_decode_frame_24BPP(), flic_decode_frame_8BPP(), g2m_decode_frame(), g2m_load_cursor(), gdv_decode_frame(), generate_fake_vps(), get_anim_duration(), get_coc(), get_cod(), get_cox(), get_opcodes(), get_poc(), get_qcc(), get_qcx(), get_siz(), get_sot(), get_tiles_info(), gif_parse_next_image(), gif_parse_packet(), gif_read_extension(), gif_read_header1(), gif_read_image(), h264_extradata_to_annexb(), handle_notify(), hap_decode(), hap_parse_decode_instructions(), hap_parse_frame_header(), hdr_decode_frame(), hdr_get_line(), hevc_extradata_to_annexb(), hevc_mp4toannexb_filter(), hq_hqa_decode_frame(), hqa_decode_frame(), huf_uncompress(), huf_unpack_enc_table(), imx_decode_frame(), init_hca(), ipvideo_decode_block_opcode_0x7(), ipvideo_decode_block_opcode_0x8(), ipvideo_decode_block_opcode_0x9(), ipvideo_decode_block_opcode_0xA(), ipvideo_decode_block_opcode_0xD(), ipvideo_decode_format_06_opcodes(), ipvideo_decode_format_10_opcodes(), ipvideo_decode_format_11_opcodes(), jp2_find_codestream(), jpeg2000_decode_frame(), jpeg2000_decode_packet(), jpeg2000_read_main_headers(), kmvc_decode_inter_8x8(), kmvc_decode_intra_8x8(), libdav1d_receive_frame(), lz4_decompress(), lz_unpack(), lzss_decompress(), lzss_uncompress(), lzw_get_code(), magy_decode_frame(), misc4_decode(), mm_decode_inter(), mm_decode_intra(), moflex_probe(), msp2_decode_frame(), msrle_decode_8_16_24_32(), msrle_decode_pal4(), mss3_decode_frame(), mss4_decode_frame(), mxf_parse_jpeg2000_frame(), ogm_header(), old_codec1(), old_codec37(), old_codec47(), on2avc_decode_frame(), op(), opcode_0xf7(), opcode_0xf8(), paf_video_decode(), parse_packet_header(), parse_utf(), pcx_decode_frame(), pcx_palette(), pcx_rle_decode(), pgx_decode_frame(), pgx_decode_header(), pgx_get_number(), pix_decode_frame(), pixlet_decode_frame(), png_decode_idat(), process_block(), qdm2_decode_init(), qdmc_decode_init(), qoi_decode_frame(), qpeg_decode_inter(), qpeg_decode_intra(), qtrle_decode_16bpp(), qtrle_decode_24bpp(), qtrle_decode_2n4bpp(), qtrle_decode_32bpp(), qtrle_decode_8bpp(), read_connect(), read_frame_header(), read_high_coeffs(), read_hufftable(), read_rle_sgi(), read_uncompressed_sgi(), rle_decode(), rle_uncompress(), rle_unpack(), roqvideo_decode_frame(), rpza_decode_stream(), rscc_decode_frame(), select_header(), select_stream(), set_palette(), sga_decode_frame(), skip_boxes(), skip_header_chunk(), smc_decode_stream(), targa_decode_rle(), tdsc_decode_frame(), tdsc_decode_tiles(), tgq_decode_mb(), tiff_decode_tag(), tiff_unpack_strip(), tscc2_decode_frame(), txd_decode_frame(), ulti_decode_frame(), unpack_10bit(), vb_decode_framedata(), vbn_decode_frame(), vmd_decode(), vqa_decode_frame_hicolor(), vqa_decode_frame_pal8(), vvc_extradata_to_annexb(), vvc_mp4toannexb_filter(), wavpack_decode_block(), webp_decode_frame(), wv_unpack_dsd_copy(), wv_unpack_dsd_fast(), wv_unpack_dsd_high(), xan_decode_chroma(), xan_decode_frame(), xan_unpack(), xan_unpack_luma(), xan_wc3_decode_frame(), and xwd_decode_frame().

◆ bytestream2_get_bytes_left_p()

static av_always_inline int bytestream2_get_bytes_left_p ( PutByteContext p)
static

◆ bytestream2_skip()

static av_always_inline void bytestream2_skip ( GetByteContext g,
unsigned int  size 
)
static

Definition at line 168 of file bytestream.h.

Referenced by adpcm_decode_frame(), amf_get_field_value2(), amf_tag_skip(), apng_probe(), avi_extract_stream_metadata(), bfi_decode_frame(), cbs_h2645_split_fragment(), cdg_decode_frame(), clv_decode_frame(), cri_decode_frame(), dca_core_filter(), dds_decode(), decode_0(), decode_aiff_header(), decode_byterun(), decode_byterun2(), decode_delta_j(), decode_dlta(), decode_extradata(), decode_extradata_ps_mp4(), decode_fctl_chunk(), decode_fint(), decode_frame(), decode_frame_common(), decode_frame_headers(), decode_frame_lscr(), decode_header(), decode_idat(), decode_inter(), decode_interframe_v4(), decode_interframe_v4a(), decode_intra(), decode_kfrm(), decode_long_vertical_delta(), decode_mad1_24(), decode_motion_vectors(), decode_mous(), decode_move(), decode_mpos(), decode_mvc2(), decode_mvdv(), decode_palette(), decode_phys_chunk(), decode_plane(), decode_rle(), decode_rle16(), decode_runlen(), decode_runlen_rgb(), decode_type1(), decode_type2(), decode_wave_header(), decompress(), decompress_i(), decompress_i3(), decompress_p(), dfa_decode_frame(), dwa_uncompress(), dxv_decode(), dxv_decompress_cocg(), dxv_decompress_opcodes(), dxv_decompress_yo(), ff_av1_packet_split(), ff_canopus_parse_info_tag(), ff_dca_lbr_parse(), ff_h2645_packet_split(), ff_hevc_decode_extradata(), ff_jpegxl_collect_codestream_header(), ff_lzw_decode_tail(), ffat_init_encoder(), filter(), flic_decode_frame_15_16BPP(), flic_decode_frame_1BPP(), flic_decode_frame_24BPP(), flic_decode_frame_8BPP(), g2m_decode_frame(), g2m_load_cursor(), gem_decode_frame(), generate_fake_vps(), get_anim_duration(), get_nb_samples(), get_opcodes(), gif_parse_packet(), handle_notify(), hca_read_header(), hdr_decode_frame(), hevc_extradata_to_annexb(), hq_hqa_decode_frame(), hqa_decode_frame(), huf_uncompress(), huf_unpack_enc_table(), init_hca(), ipvideo_decode_format_10_opcodes(), ipvideo_decode_format_11_opcodes(), jp2_find_codestream(), jpeg2000_decode_frame(), jpeg2000_decode_packet(), jpeg2000_decode_packets(), jpeg2000_flush(), jpeg2000_read_main_headers(), mimic_decode_frame(), misc4_decode(), mm_decode_pal(), moflex_probe(), msp2_decode_frame(), msrle_decode_8_16_24_32(), msrle_decode_pal4(), mss3_decode_frame(), mss4_decode_frame(), mxf_parse_jpeg2000_frame(), ogm_header(), old_codec37(), old_codec47(), on2avc_decode_frame(), paf_video_decode(), parse_opus_ts_header(), parse_packet_header(), parse_palette(), parse_pixel_format(), parse_utf(), pcm_bluray_decode_frame(), pgx_decode_header(), pix_decode_frame(), pix_decode_header(), pixlet_decode_frame(), piz_uncompress(), process_frame_obj(), qdm2_decode_init(), qoi_decode_frame(), qtrle_decode_2n4bpp(), qtrle_decode_frame(), read_crg(), read_frame_header(), read_highpass(), rle_uncompress(), rscc_decode_frame(), select_stream(), sga_decode_frame(), skip_boxes(), skip_header_chunk(), smc_decode_stream(), tdsc_decode_frame(), tdsc_decode_tiles(), tdsc_load_cursor(), tdsc_parse_dtsm(), tdsc_parse_tdsf(), tgq_decode_mb(), tiff_decode_tag(), tm2_read_stream(), tscc2_decode_frame(), txd_decode_frame(), vmd_decode(), vqa_decode_frame_hicolor(), vqa_decode_frame_pal8(), wavpack_decode_block(), wbmp_decode_frame(), webp_decode_frame(), xan_decode_chroma(), xan_decode_frame(), and xan_unpack_luma().

◆ bytestream2_skipu()

static av_always_inline void bytestream2_skipu ( GetByteContext g,
unsigned int  size 
)
static

◆ bytestream2_skip_p()

static av_always_inline void bytestream2_skip_p ( PutByteContext p,
unsigned int  size 
)
static

◆ bytestream2_tell()

static av_always_inline int bytestream2_tell ( GetByteContext g)
static

Definition at line 192 of file bytestream.h.

Referenced by adpcm_decode_frame(), arith2_get_consumed_bytes(), avi_extract_stream_metadata(), bethsoftvid_decode_frame(), bytestream2_seek(), cbs_h2645_split_fragment(), cfhd_decode(), clv_decode_frame(), decode_0(), decode_blocks(), decode_byterun(), decode_byterun2(), decode_dlta(), decode_format80(), decode_frame(), decode_interframe_v4(), decode_interframe_v4a(), decode_kfrm(), decode_mous(), decode_move(), decode_mpos(), decode_mvdv(), decode_plane(), decode_type1(), decode_type2(), decode_zlib(), decompress(), dxv_decompress_cocg(), dxv_decompress_opcodes(), dxv_decompress_yo(), exif_decode_tag(), ff_amf_tag_size(), ff_flac_parse_picture(), ff_h2645_packet_split(), ff_lzw_decode_tail(), ff_tread_tag(), filter(), flic_decode_frame_15_16BPP(), flic_decode_frame_1BPP(), flic_decode_frame_24BPP(), flic_decode_frame_8BPP(), g2m_decode_frame(), get_plt(), get_tiles_info(), gif_decode_frame(), gif_parse_packet(), hnm_update_palette(), interp_lowres(), ipvideo_decode_format_06_opcodes(), ipvideo_decode_format_11_opcodes(), jp2_find_codestream(), jpeg2000_decode_frame(), jpeg2000_read_main_headers(), magy_decode_frame(), misc4_decode(), mjpeg_decode_app(), mss2_decode_frame(), old_codec1(), old_codec47(), parse_opus_ts_header(), pcm_bluray_decode_frame(), pcx_decode_frame(), pix_decode_frame(), process_block(), read_highpass(), read_hufftable(), rle_unpack(), roqvideo_decode_frame(), tiff_decode_tag(), tm2_read_stream(), tscc2_decode_frame(), unpack_intraframe(), vqa_decode_frame_hicolor(), vqa_decode_frame_pal8(), webp_decode_frame(), and xan_unpack_luma().

◆ bytestream2_tell_p()

static av_always_inline int bytestream2_tell_p ( PutByteContext p)
static

◆ bytestream2_size()

static av_always_inline int bytestream2_size ( GetByteContext g)
static

Definition at line 202 of file bytestream.h.

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

◆ bytestream2_size_p()

static av_always_inline int bytestream2_size_p ( PutByteContext p)
static

Definition at line 207 of file bytestream.h.

Referenced by decode_long_vertical_delta(), and decode_long_vertical_delta2().

◆ bytestream2_seek()

static av_always_inline int bytestream2_seek ( GetByteContext g,
int  offset,
int  whence 
)
static

◆ bytestream2_seek_p()

static av_always_inline int bytestream2_seek_p ( PutByteContext p,
int  offset,
int  whence 
)
static

◆ bytestream2_get_buffer()

static av_always_inline unsigned int bytestream2_get_buffer ( GetByteContext g,
uint8_t *  dst,
unsigned int  size 
)
static

◆ bytestream2_get_bufferu()

static av_always_inline unsigned int bytestream2_get_bufferu ( GetByteContext g,
uint8_t *  dst,
unsigned int  size 
)
static

◆ bytestream2_put_buffer()

static av_always_inline unsigned int bytestream2_put_buffer ( PutByteContext p,
const uint8_t *  src,
unsigned int  size 
)
static

◆ bytestream2_put_bufferu()

static av_always_inline unsigned int bytestream2_put_bufferu ( PutByteContext p,
const uint8_t *  src,
unsigned int  size 
)
static

◆ bytestream2_set_buffer()

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

Definition at line 310 of file bytestream.h.

◆ bytestream2_set_bufferu()

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

Definition at line 324 of file bytestream.h.

◆ bytestream2_get_eof()

static av_always_inline unsigned int bytestream2_get_eof ( PutByteContext p)
static

Definition at line 332 of file bytestream.h.

Referenced by decompress(), tiff_unpack_strip(), and wavpack_encode_block().

◆ bytestream2_copy_bufferu()

static av_always_inline unsigned int bytestream2_copy_bufferu ( PutByteContext p,
GetByteContext g,
unsigned int  size 
)
static

Definition at line 337 of file bytestream.h.

Referenced by bytestream2_copy_buffer().

◆ bytestream2_copy_buffer()

static av_always_inline unsigned int bytestream2_copy_buffer ( PutByteContext p,
GetByteContext g,
unsigned int  size 
)
static

Definition at line 347 of file bytestream.h.

Referenced by filter().

◆ bytestream_get_buffer()

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

◆ bytestream_put_buffer()

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

Variable Documentation

◆ le64

uint64_t_TMPL le64

Definition at line 91 of file bytestream.h.

Referenced by pcm_decode_frame(), and pcm_encode_frame().

◆ AV_RL64

uint64_t_TMPL AV_RL64

◆ le32

uint64_t_TMPL AV_WL64 unsigned int_TMPL le32

Definition at line 92 of file bytestream.h.

Referenced by pcm_decode_frame(), and pcm_encode_frame().

◆ AV_RL32

uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_RL32

Definition at line 92 of file bytestream.h.

Referenced by a64multi_encode_init(), aasc_decode_frame(), aasc_decode_init(), acm_read_header(), adpcm_flush(), aea_read_probe(), aiff_probe(), aix_probe(), ape_probe(), argo_brp_probe(), argo_brp_read_header(), argo_brp_read_packet(), ast_probe(), atrac9_decode_init(), av_lfg_init(), av_read_image_line2(), av_twofish_init(), av_write_image_line2(), av_xtea_le_init(), avformat_transfer_internal_stream_timing_info(), avi_probe(), avi_read_header(), avi_read_idx1(), avr_probe(), bfi_probe(), bmp_probe(), bonk_init(), bonk_probe(), bonk_read_header(), celt_header(), check_checksum(), check_slice_size(), cin_probe(), cine_read_probe(), cllc_decode_frame(), clv_decode_init(), cmv_decode_frame(), constant_color(), cri_probe(), dat_probe(), dds_probe(), decode_block(), decode_chunks(), decode_dlta(), decode_flush(), decode_frame(), decode_frame_common(), decode_header_trees(), decode_i_frame(), decode_init(), decode_p_frame(), decode_plane(), decode_plane10(), decode_vol_header(), derf_probe(), dfa_probe(), dfa_read_packet(), dirac_probe(), discard_samples(), dpx_probe(), draw_curves(), draw_dot(), dss_probe(), dump_paramchange(), dump_sidedata(), dxa_read_packet(), dxt1_block_internal(), dxt3_block_internal(), dxt5_block_internal(), dxv_compress_dxt1(), dxv_decompress_cgo(), dxv_decompress_cocg(), dxv_decompress_dxt1(), dxv_decompress_dxt5(), dxv_decompress_yo(), ea_probe(), ea_read_packet(), encode_init(), epaf_probe(), exr_probe(), ff_argo_asf_parse_chunk_header(), ff_argo_asf_parse_file_header(), ff_dv_frame_profile(), ff_flac_is_extradata_valid(), ff_get_packet_palette(), ff_get_wav_header(), ff_h263_decode_frame(), ff_h263_decode_init(), ff_h263_decode_picture_header(), ff_hls_senc_read_audio_setup_info(), ff_iamf_write_audio_frame(), ff_mjpeg_decode_init(), ff_mjpeg_decode_sos(), ff_mms_asf_header_parser(), ff_mov_read_stsd_entries(), ff_mpeg4_decode_picture_header(), ff_mpeg4_workaround_bugs(), ff_rm_read_mdpr_codecdata(), ff_rtp_send_h263_rfc2190(), ff_update_duplicate_context(), ff_wv_parse_header(), filter_frame(), find_index_range(), flic_decode_init(), flush(), fourxm_probe(), fourxm_read_header(), fourxm_read_packet(), fsb_probe(), fwse_probe(), gdv_read_probe(), genh_probe(), get_chunk_header(), get_opcodes(), get_packet_header(), get_quant(), get_slice_offset(), get_tcp_server_response(), handle_packet_stream_changing_type(), hca_probe(), hnm_probe(), hqx_decode_frame(), ico_write_packet(), idcin_probe(), idct_mb(), iff_probe(), imm5_decode_frame(), init_duplicate_context(), init_image(), ipu_read_probe(), is_animated_webp_packet(), is_pes_stream(), ist_add(), ivf_write_header(), jpeg_probe(), lag_decode_arith_plane(), lag_decode_frame(), libcelt_dec_init(), lvf_probe(), lxf_read_header(), m101_decode_frame(), main(), metasound_decode_init(), mjpeg_decode_app(), mjpega_dump_header(), mkv_assemble_codecprivate(), mkv_write_block(), mov_parse_stsd_subtitle(), mov_probe(), mov_read_header(), mov_skip_multiple_stsd(), mov_write_audio_tag(), mov_write_dops_tag(), mp3_write_audio_packet(), mpc8_probe(), mpeg_decode_frame(), mpeg_decode_init(), mpeg_decode_slice(), mpegts_set_stream_info(), mpegts_write_packet_internal(), msrle_decode_init(), mtaf_probe(), multiswap_init(), musx_probe(), nsv_probe(), nuv_packet(), nuv_read_dts(), ogm_dshow_header(), osq_init(), osq_probe(), osq_read_header(), ost_add(), parse_media_type(), parse_mpeg1waveformatex(), parse_strk(), parse_vtrk(), parse_waveformatex(), pmp_probe(), pmt_cb(), pnm_decode_frame(), pp_bnk_parse_header(), pp_bnk_parse_track(), pp_bnk_probe(), print_pkt_side_data(), priv_refill_32(), probe(), probe_bfstm(), process_ipmovie_chunk(), prores_encode_init(), prores_metadata(), psd_probe(), qcp_probe(), r3d_probe(), raw_decode(), raw_encode(), raw_init_decoder(), read32(), read_header(), read_packet(), read_xv30le_UV_c(), read_xv30le_Y_c(), recover_key(), ripemd128_transform(), ripemd160_transform(), ripemd256_transform(), ripemd320_transform(), rka_decode_init(), rka_probe(), rka_read_header(), rl2_decode_init(), rm_read_audio_stream_info(), roq_probe(), roq_read_packet(), rsd_probe(), rtmp_packet_read_one_chunk(), rtmpe9_sig(), rtp_asf_fix_header(), sdns_probe(), sdr2_probe(), set_direct_mv(), siff_probe(), simbiosis_imx_probe(), skeleton_header(), smacker_probe(), smacker_read_packet(), smka_decode_frame(), smush_read_probe(), sol_probe(), sox_probe(), speex_header(), srt_decode_frame(), srt_write_packet(), str_probe(), str_read_header(), str_read_packet(), svq3_decode_slice_header(), svs_probe(), tb_unreliable(), tf_h(), tf_RS(), tgq_decode_frame(), tgv_decode_frame(), thp_probe(), threedostr_probe(), tm2_read_header(), tmv_probe(), tta_check_crc(), tta_decode_init(), tta_probe(), tta_read_header(), twofish_decrypt(), twofish_encrypt(), txd_probe(), udp_read(), update_video_stats(), usm_probe(), v410_decode_slice(), vble_decode_frame(), vbn_probe(), vc1_unescape_buffer_neon(), vc1t_probe(), vcr2_init_sequence(), vid_probe(), vmd_read_header(), vmdvideo_decode_init(), vorbis_header(), vpk_probe(), vqf_probe(), wady_probe(), wavarc_init(), wavarc_probe(), wavarc_read_header(), wavesynth_decode(), wavesynth_parse_extradata(), wavpack_decode_frame(), wc3_probe(), wmavoice_decode_init(), write_sm_data(), wsaud_probe(), wsaud_read_packet(), wtvfile_open2(), wv_probe(), xa_probe(), xma_decode_init(), xmd_probe(), xmv_fetch_video_packet(), xmv_probe(), xmv_process_packet_header(), xtea_le_crypt_ecb(), xvid_encode_init(), and zero12v_decode_frame().

◆ le24

uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL le24

Definition at line 93 of file bytestream.h.

Referenced by pcm_decode_frame(), and pcm_encode_frame().

◆ AV_RL24

uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_RL24

◆ le16

uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL le16

Definition at line 94 of file bytestream.h.

Referenced by pcm_decode_frame(), and pcm_encode_frame().

◆ AV_RL16

uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_RL16

Definition at line 94 of file bytestream.h.

Referenced by acm_read_header(), adpcm_flush(), ape_decode_init(), ape_probe(), av_read_image_line2(), av_write_image_line2(), avpriv_dca_convert_bitstream(), avs_decode_frame(), blend_line16(), blend_pixel16(), bonk_init(), bonk_probe(), cin_decode_lzss(), cinaudio_decode_frame(), cine_read_probe(), cinvideo_decode_frame(), cmv_process_header(), cpia_decode_frame(), decode_audio_s16(), decode_frame(), decode_init(), decode_p_frame(), dfa_decode_frame(), dts_probe(), dxt1_block_internal(), dxt3_block_internal(), dxt5_block_internal(), dxv_decompress_cgo(), dxv_decompress_cocg(), encode_gbrp10(), encode_gbrp12(), encode_rgb48_10bit(), ff_argo_asf_parse_chunk_header(), ff_argo_asf_parse_file_header(), ff_get_wav_header(), ff_hls_senc_read_audio_setup_info(), ff_mlp_checksum16(), ff_mlp_read_major_sync(), ff_mms_asf_header_parser(), ff_opus_parse_extradata(), ff_rtp_send_h263_rfc2190(), ff_wv_parse_header(), fic_decode_frame(), filter_slice(), flic_decode_frame_15_16BPP(), flic_decode_init(), frm_read_probe(), gamma_convert(), get_chunk_header(), get_tcp_server_response(), gif_probe(), gif_read_header(), hnm_decode_frame(), ico_write_packet(), interpolate_bilinear16(), ipmovie_read_header(), ipu_read_probe(), ipvideo_decode_frame(), jpegxl_anim_probe(), jpegxl_probe(), lead_decode_frame(), libopus_decode_init(), lxf_read_header(), mm_decode_frame(), mov_write_dops_tag(), msp_probe(), msp_read_packet(), msvideo1_decode_16bit(), mtv_probe(), mxf_write_d10_audio_packet(), mxpeg_decode_mxm(), nc_probe(), nsv_probe(), ogm_dshow_header(), opus_header(), osq_init(), osq_probe(), paf_audio_decode(), parse(), parse_mpeg1waveformatex(), pcx_probe(), photocd_decode_frame(), pick_color16(), pictor_probe(), planarCopyWrapper(), pnm_decode_frame(), probe(), probe_bfstm(), process_ipmovie_chunk(), psd_probe(), ptx_decode_frame(), read16(), read_ayuv64le_A_c(), read_ayuv64le_UV_c(), read_ayuv64le_Y_c(), read_gab2_sub(), read_packet(), read_xv36le_UV_c(), read_xv36le_Y_c(), read_ya16le_alpha_c(), read_ya16le_gray_c(), rgb48Toxyz12(), rgba64leToA_c(), rl2_decode_init(), roq_probe(), roq_read_header(), roq_read_packet(), rtmp_packet_read_one_chunk(), s337m_probe(), simbiosis_imx_probe(), skeleton_header(), spdif_header_dts(), str_probe(), str_read_packet(), tgv_decode_frame(), tgv_decode_inter(), tmv_probe(), tqi_decode_frame(), truemotion1_decode_header(), truemotion2rt_decode_header(), tta_probe(), tta_write_header(), vmd_decode(), vmd_probe(), vmd_read_header(), voc_probe(), vp8_decode_frame_header(), vp8_handle_packet(), vqa_decode_init(), vqc_decode_frame(), wady_probe(), wavarc_init(), wavarc_read_header(), 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(), xma_decode_init(), xmd_probe(), xyz12Torgb48(), yop_probe(), and yop_read_header().

◆ be64

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 95 of file bytestream.h.

Referenced by pcm_decode_frame(), and pcm_encode_frame().

◆ 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_RB64

◆ 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 be32

Definition at line 96 of file bytestream.h.

Referenced by pcm_decode_frame(), and pcm_encode_frame().

◆ 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_RB32

Definition at line 96 of file bytestream.h.

Referenced by a64_write_header(), aa_probe(), aax_probe(), aax_read_header(), ace_probe(), acm_probe(), adts_aac_probe(), adts_aac_read_packet(), adx_decode_header(), adx_read_header(), aic_decode_header(), aiff_probe(), aiff_read_header(), aix_probe(), analyze_chunk(), apac_probe(), apng_find_chunk(), apng_read_header(), ast_probe(), av_base64_encode(), av_blowfish_crypt(), av_cast5_init(), av_encryption_info_get_side_data(), av_encryption_init_info_get_side_data(), av_read_image_line2(), av_tea_init(), av_write_image_line2(), av_xtea_init(), avpriv_dca_convert_bitstream(), avpriv_find_start_code(), avs2_probe(), avui_decode_frame(), binka_probe(), brender_read_probe(), cbs_h2645_write_slice_data(), cbs_mpeg2_write_slice(), cdxl_read_packet(), cdxl_read_probe(), check(), check_h26x_startcode(), check_tag(), cinepak_decode_codebook(), cinepak_decode_vectors(), clv_decode_init(), cmv_decode_frame(), d3d12va_vc1_decode_slice(), dca_parse_params(), dcadec_decode_frame(), decipher(), decode_13(), decode_dvd_subtitles(), decode_entropy_coded_image(), decode_frame(), decode_frame_common(), decode_init(), decode_nal_units(), decode_picture_header(), decode_tiles(), decrypt_init(), detect_stream_specific(), dirac_combine_frame(), dirac_decode_frame(), dirac_probe(), dnxhd_decode_header(), dnxhd_probe(), dpx_probe(), dv_error_marker_filter(), dvd_nav_parse(), dvdsub_parse(), dxa_read_packet(), dxva2_vc1_decode_slice(), ea_read_packet(), encipher(), evc_read_nal_unit_length(), ff_avc_write_annexb_extradata(), ff_decklink_set_format(), ff_dnxhd_parse_header_prefix(), ff_hevc_annexb2mp4(), ff_isom_write_avcc(), ff_isom_write_hvcc(), ff_isom_write_vvcc(), ff_mjpeg_decode_frame_from_buf(), ff_mjpeg_decode_sof(), ff_mov_write_packet(), ff_mss12_decode_init(), ff_rtp_send_vc2hq(), ff_rtsp_tcp_write_packet(), ff_srtp_decrypt(), ff_srtp_encrypt(), ff_vvc_annexb2mp4(), ffat_create_decoder(), fic_decode_frame(), fill_data_min_max(), film_probe(), film_read_header(), filter(), find_index_range(), fits_decode_frame(), flac_decode_frame(), flush_packet(), gem_decode_frame(), gen_pong(), get_chunk(), get_generic_seed(), get_next_nal_unit(), get_score(), get_slice_offset(), h263_handle_packet(), h264_mp4toannexb_init(), handle_chunk_size(), handle_set_peer_bw(), handle_window_ack_size(), hcom_init(), hevc_mp4toannexb_init(), id3v2_check_write_tag(), ipu_read_probe(), j2k_probe(), jpeg_probe(), jpegls_probe(), libshine_encode_frame(), lmlm4_probe(), main(), mjpeg2000_probe(), mjpeg_decode_app(), mkv_init(), mlp_get_major_sync_size(), mlp_parse(), mlp_thd_probe(), mods_probe(), mov_finalize_stsd_codec(), mov_parse_stsd_data(), mov_parse_truehd_frame(), mov_parse_vc1_frame(), mov_probe(), mov_read_dops(), mov_read_packet(), mov_rewrite_dvd_sub_extradata(), mov_write_avid_tag(), mov_write_dmlp_tag(), mov_write_dvc1_structs(), mp3_parse_info_tag(), mp3_read_probe(), mp3_write_audio_packet(), mp3lame_encode_frame(), mpeg_decode_frame(), mpeg_parse_packet(), mpegps_read_pes_header(), mpegts_check_bitstream(), msf_probe(), musx_probe(), mv_probe(), mxf_check_bitstream(), mxf_init(), mxf_parse_dnxhd_frame(), mxf_read_packet(), mxf_read_partition_pack(), nc_probe(), nprobe(), nsp_probe(), nut_probe(), ogg_init(), old_dirac_header(), parse_optional_info(), parse_pcr(), pnm_decode_frame(), priv_refill_32(), probe(), prompeg_write(), qdm2_parse_config(), qoa_probe(), qoi_probe(), read32(), read_diff_float_data(), read_extra_header(), read_header(), read_probe(), redspark_probe(), resync(), rl2_probe(), rtcp_parse_packet(), rtmp_packet_read_one_chunk(), rtmp_receive_hs_packet(), rtp_parse_one_packet(), rtp_parse_packet_internal(), rv10_decode_init(), rv34_parse(), s302m_parse_frame_header(), scd_read_header(), scd_read_offsets(), scd_read_table(), scd_read_track(), sdns_probe(), sds_probe(), sdx_probe(), send_picture(), sha1_transform(), shn_probe(), smush_read_packet(), sox_probe(), spdif_header_dts(), sunrast_decode_frame(), sunrast_probe(), svq3_decode_init(), swf_read_packet(), tea_crypt_ecb(), thp_probe(), thp_read_packet(), threedostr_probe(), tiff_probe(), twinvq_decode_init(), ty_probe(), unpack_parse_unit(), vaapi_vc1_decode_slice(), vc1_decode_frame(), vc1_decode_init(), vc1_probe(), vc2hq_handle_frame_fragment(), vmdaudio_decode_frame(), vp8_header(), vp9_decode_frame(), vqf_read_header(), vvc_mp4toannexb_init(), webp_probe(), write_codec_attr(), write_hint_packets(), write_packet(), write_palette(), write_section_data(), wsd_probe(), wsvqa_probe(), wsvqa_read_header(), wsvqa_read_packet(), xtea_crypt_ecb(), xwd_parse(), and xwd_probe().

◆ 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 be24

Definition at line 97 of file bytestream.h.

Referenced by pcm_decode_frame(), and pcm_encode_frame().

◆ 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_RB24

Definition at line 97 of file bytestream.h.

Referenced by aptx_decode_samples(), check_h26x_startcode(), cinepak_decode(), cinepak_decode_strip(), cinepak_predecode_check(), cmap_read_palette(), cmv_process_header(), codec2_probe(), copy_elem(), decode_frame(), decode_init(), decode_pal_v2(), detect_stream_specific(), encode_frame(), ff_avc_write_annexb_extradata(), ff_dolby_e_convert_input(), ff_dolby_e_parse_header(), ff_els_decoder_init(), ff_isom_write_avcc(), ff_isom_write_hvcc(), ff_isom_write_vvcc(), ff_mov_write_packet(), ff_mss12_decode_init(), ff_tak_check_crc(), fic_decode_frame(), fill24(), film_write_packet(), filter_frame(), filter_slice(), flac_decoder_config(), flac_header(), flac_parse_block_header(), flac_probe(), flac_read_header(), get_next_nal_unit(), h264_mp4toannexb_init(), hevc_mp4toannexb_init(), hflip_b24_c(), hqx_decode_frame(), import_palette(), interleave_cols_to_any(), jacosub_probe(), jpeg_parse_packet(), lmlm4_probe(), loas_probe(), microdvd_probe(), mjpeg_decode_app(), mkv_init(), mpegts_check_bitstream(), mpegts_write_packet_internal(), mpegvideo_probe(), mpl2_probe(), mxf_check_bitstream(), oma_read_header(), parse_header(), parse_key(), qoa_probe(), read_header(), remove_scep_3_bytes(), resync(), rl2_decode_init(), rtmp_packet_read_one_chunk(), seqvideo_decode(), spdif_header_dts(), spdif_header_truehd(), stl_probe(), subviewer_probe(), swf_probe(), swf_read_packet(), tgv_decode_frame(), transpose_block_24_c(), unpack(), vp8_header(), vvc_mp4toannexb_init(), webvtt_probe(), write_codec_attr(), and xiph_handle_packet().

◆ 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 be16

Definition at line 98 of file bytestream.h.

Referenced by pcm_decode_frame(), and pcm_encode_frame().

◆ 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_RB16

Definition at line 98 of file bytestream.h.

Referenced by aac_adtstoasc_filter(), aax_probe(), ac3_decode_frame(), adts_aac_probe(), adts_aac_read_packet(), adx_decode(), adx_decode_frame(), adx_decode_header(), adx_probe(), aic_decode_header(), analyze(), aptx_decode_samples(), ast_probe(), av_read_image_line2(), av_write_image_line2(), avpriv_dca_convert_bitstream(), avpriv_split_xiph_headers(), avr_probe(), bmp_probe(), cbs_jpeg_assemble_fragment(), cbs_jpeg_split_fragment(), cdxl_decode_frame(), cdxl_read_packet(), cdxl_read_probe(), check_header(), cinepak_decode(), cinepak_decode_frame(), cinepak_predecode_check(), cmap_read_palette(), codec2_read_header(), cook_parse(), copy_bits(), decode_13(), decode_dvd_subtitles(), decode_frame(), decode_frame_header(), decode_hybrid(), decode_init(), decode_picture_header(), 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(), dvbsub_probe(), dvdsub_parse(), dxa_probe(), encode_gbrp10(), encode_gbrp12(), encode_rgb48_10bit(), enqueue_packet(), extract_header(), ff_avc_write_annexb_extradata(), ff_copy_bits(), ff_dolby_e_convert_input(), ff_els_decoder_init(), ff_h263_handle_packet(), ff_h264_decode_extradata(), ff_h264_handle_aggregated_packet(), ff_init_range_decoder(), ff_mov_write_packet(), ff_parse_pes_pts(), ff_rtp_send_jpeg(), ff_rtsp_tcp_read_packet(), ff_srtp_decrypt(), ff_srtp_encrypt(), ff_tdecode_header(), fill_data_min_max(), film_read_header(), find_headers_search(), find_new_headers(), fits_decode_frame(), fits_encode_frame(), flac_probe(), flush_packet(), flv_check_bitstream(), flv_write_packet(), frame_merge_filter(), gem_probe(), get16(), get_video_private_data(), h261_probe(), handle_packet(), handle_user_control(), hcom_init(), hqx_decode_frame(), import_palette(), ingenient_probe(), is_avcc_extradata(), jpeg_parse_packet(), jpeg_probe(), lag_rac_refill(), latm_check_bitstream(), latm_write_packet(), lmlm4_probe(), mjpeg2000_probe(), mjpeg2jpeg_filter(), mjpega_dump_header(), mkv_check_bitstream(), mlp_thd_probe(), mov2textsub(), mov_check_bitstream(), mov_parse_stsd_data(), mov_parse_truehd_frame(), mov_read_dops(), mov_read_targa_y216(), mov_text_decode_frame(), mov_write_dmlp_tag(), mpa_robust_parse_rtp_header(), 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(), opus_find_frame_end(), planarCopyWrapper(), pnm_decode_frame(), probe(), prompeg_write(), prores_metadata(), psd_probe(), pva_check(), qcelp_decode_frame(), qdm2_parse_config(), qdm2_parse_subpacket(), qdraw_probe(), qoa_probe(), qoa_read_packet(), read16(), read_access_unit(), read_ya16be_alpha_c(), read_ya16be_gray_c(), rgb48Toxyz12(), rgba64beToA_c(), rtcp_parse_packet(), rtp_parse_mp4_au(), rtp_parse_one_packet(), rtp_parse_packet_internal(), samplecpy(), sap_fetch_packet(), sap_read_header(), scd_read_header(), scd_read_offsets(), sctp_write(), set_codec_str(), sga_audio_packet(), sga_decode_frame(), sga_probe(), sgi_probe(), sgi_rle_encode(), siren_decode(), spdif_header_dts(), spdif_header_truehd(), sup_probe(), sup_read_packet(), sup_write_packet(), truehd_core_filter(), unpack(), update_type_size(), vc2hq_handle_frame_fragment(), vp6_parse_header(), vp8_handle_packet(), vp8_header(), vp9_handle_packet(), write_hint_packets(), write_section_data(), xiph_handle_packet(), xyz12Torgb48(), and yop_probe().

◆ 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 byte

◆ AV_RB8

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