FFmpeg
|
#include <stdint.h>
#include <string.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 |
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 |
#define DEF | ( | type, | |
name, | |||
bytes, | |||
read, | |||
write | |||
) |
Definition at line 41 of file bytestream.h.
Referenced by avg_pixels16_TMPL(), avg_pixels16_x2_TMPL(), avg_pixels16_xy2_TMPL(), avg_pixels16_y2_TMPL(), pixels16_xy2(), pixels16_y2(), put_no_rnd_pixels16_x2_TMPL(), put_no_rnd_pixels16_y2_TMPL(), and put_pixels16_y2_TMPL().
#define bytestream2_get_ne16 bytestream2_get_le16 |
Definition at line 112 of file bytestream.h.
#define bytestream2_get_ne24 bytestream2_get_le24 |
Definition at line 113 of file bytestream.h.
#define bytestream2_get_ne32 bytestream2_get_le32 |
Definition at line 114 of file bytestream.h.
#define bytestream2_get_ne64 bytestream2_get_le64 |
Definition at line 115 of file bytestream.h.
#define bytestream2_get_ne16u bytestream2_get_le16u |
Definition at line 116 of file bytestream.h.
Referenced by read_uncompressed_sgi().
#define bytestream2_get_ne24u bytestream2_get_le24u |
Definition at line 117 of file bytestream.h.
#define bytestream2_get_ne32u bytestream2_get_le32u |
Definition at line 118 of file bytestream.h.
#define bytestream2_get_ne64u bytestream2_get_le64u |
Definition at line 119 of file bytestream.h.
#define bytestream2_put_ne16 bytestream2_put_le16 |
Definition at line 120 of file bytestream.h.
#define bytestream2_put_ne24 bytestream2_put_le24 |
Definition at line 121 of file bytestream.h.
#define bytestream2_put_ne32 bytestream2_put_le32 |
Definition at line 122 of file bytestream.h.
#define bytestream2_put_ne64 bytestream2_put_le64 |
Definition at line 123 of file bytestream.h.
#define bytestream2_peek_ne16 bytestream2_peek_le16 |
Definition at line 124 of file bytestream.h.
#define bytestream2_peek_ne24 bytestream2_peek_le24 |
Definition at line 125 of file bytestream.h.
#define bytestream2_peek_ne32 bytestream2_peek_le32 |
Definition at line 126 of file bytestream.h.
#define bytestream2_peek_ne64 bytestream2_peek_le64 |
Definition at line 127 of file bytestream.h.
|
static |
Definition at line 130 of file bytestream.h.
Referenced by aasc_decode_frame(), adpcm_decode_frame(), alac_set_info(), bethsoftvid_decode_frame(), bfi_decode_frame(), bmp_decode_frame(), brpix_decode_frame(), decode_frame(), decode_frame_headers(), decode_i2_frame(), decode_init(), decode_p_frame(), dfa_decode_frame(), dpcm_decode_frame(), find_tracked_method(), flic_decode_frame_15_16BPP(), flic_decode_frame_8BPP(), gif_decode_frame(), handle_notify(), ipvideo_decode_frame(), mimic_decode_frame(), mm_decode_frame(), mm_decode_inter(), msrle_decode_frame(), mss2_decode_frame(), mss3_decode_frame(), mss4_decode_frame(), mvc_decode_frame(), paf_vid_decode(), pcm_bluray_decode_frame(), pcx_decode_frame(), qtrle_decode_frame(), read_connect(), roq_decode_frame(), rtmp_send_packet(), send_invoke_response(), smc_decode_frame(), tgq_decode_frame(), tm2_read_stream(), tscc2_decode_frame(), txd_decode_frame(), ulti_decode_frame(), vqa_decode_chunk(), vqa_decode_frame(), xan_decode_frame(), and xwd_decode_frame().
|
static |
Definition at line 139 of file bytestream.h.
Referenced by encode_frame(), handle_notify(), jpeg_create_header(), send_invoke_response(), sunrast_encode_frame(), and utvideo_encode_frame().
|
static |
Definition at line 149 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_codestream(), decode_dds1(), decode_dsw1(), decode_frame(), decode_init(), decode_mvc1(), decode_mvc2(), decode_p_block(), decode_packet(), decode_rgb8(), decode_rgbn(), decode_tsw1(), decode_wdlt(), dfa_decode_frame(), expand_rle_row(), flic_decode_frame_15_16BPP(), flic_decode_frame_8BPP(), 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(), kmvc_decode_inter_8x8(), kmvc_decode_intra_8x8(), 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(), 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(), vqa_decode_chunk(), xan_decode_chroma(), xan_unpack(), xan_unpack_luma(), and xwd_decode_frame().
|
static |
Definition at line 154 of file bytestream.h.
|
static |
Definition at line 159 of file bytestream.h.
Referenced by adpcm_decode_frame(), bfi_decode_frame(), brpix_decode_frame(), brpix_decode_header(), decode_0(), decode_codestream(), decode_frame(), decode_frame_headers(), decode_mvc2(), decode_packet(), dfa_decode_frame(), flic_decode_frame_15_16BPP(), flic_decode_frame_8BPP(), get_nb_samples(), ipvideo_decode_opcodes(), j2k_flush(), mimic_decode_frame(), mm_decode_pal(), msrle_decode_8_16_24_32(), msrle_decode_pal4(), mss3_decode_frame(), mss4_decode_frame(), old_codec37(), old_codec47(), paf_vid_decode(), pcm_bluray_decode_frame(), png_decode_idat(), process_frame_obj(), qtrle_decode_2n4bpp(), qtrle_decode_frame(), read_frame_header(), read_uncompressed_sgi(), smc_decode_stream(), tgq_decode_frame(), tgq_decode_mb(), tm2_read_stream(), tscc2_decode_frame(), txd_decode_frame(), vqa_decode_chunk(), xan_decode_chroma(), and xan_unpack_luma().
|
static |
Definition at line 165 of file bytestream.h.
Referenced by adpcm_decode_frame(), alac_set_info(), brpix_decode_frame(), decode_0(), decode_frame(), decode_init(), dpcm_decode_frame(), get_sot(), gif_read_extension(), jp2_find_codestream(), pcx_decode_frame(), and xwd_decode_frame().
|
static |
Definition at line 171 of file bytestream.h.
Referenced by handle_notify(), and sunrast_image_write_image().
|
static |
Definition at line 183 of file bytestream.h.
Referenced by adpcm_decode_frame(), arith2_get_consumed_bytes(), bethsoftvid_decode_frame(), brpix_decode_frame(), bytestream2_seek(), decode_0(), decode_codestream(), decode_format80(), decode_frame(), flic_decode_frame_15_16BPP(), flic_decode_frame_8BPP(), ipvideo_decode_opcodes(), mss2_decode_frame(), old_codec1(), old_codec47(), pcm_bluray_decode_frame(), pcx_decode_frame(), process_block(), roqvideo_decode_frame(), tiff_decode_tag(), tm2_read_stream(), tscc2_decode_frame(), vqa_decode_chunk(), and xan_unpack_luma().
|
static |
Definition at line 188 of file bytestream.h.
Referenced by bytestream2_seek_p(), jpeg_create_header(), sunrast_encode_frame(), sunrast_image_write_image(), and utvideo_encode_frame().
|
static |
Definition at line 193 of file bytestream.h.
Referenced by smc_decode_stream(), tiff_decode_tag(), and xan_decode_frame_type0().
|
static |
Definition at line 198 of file bytestream.h.
|
static |
Definition at line 203 of file bytestream.h.
Referenced by adpcm_decode_frame(), decode_frame(), pcx_decode_frame(), process_block(), qtrle_decode_frame(), read_rle_sgi(), tiff_decode_tag(), vqa_decode_chunk(), xan_decode_chroma(), xan_decode_frame_type0(), xan_decode_frame_type1(), and xan_unpack_luma().
|
static |
Definition at line 227 of file bytestream.h.
Referenced by encode_plane().
|
static |
Definition at line 258 of file bytestream.h.
Referenced by bethsoftvid_decode_frame(), bfi_decode_frame(), copy4h(), decode_bdlt(), decode_copy(), decode_format80(), decode_frame(), decode_wdlt(), ff_amf_read_string(), flic_decode_frame_8BPP(), ipvideo_decode_block_opcode_0x9(), ipvideo_decode_block_opcode_0xA(), ipvideo_decode_block_opcode_0xB(), old_codec37(), paf_vid_decode(), pcm_bluray_decode_frame(), pcx_rle_decode(), targa_decode_rle(), tgq_decode_mb(), txd_decode_frame(), vb_decode_framedata(), vqa_decode_chunk(), and xan_unpack().
|
static |
Definition at line 268 of file bytestream.h.
Referenced by add_string_metadata(), decode_frame(), decode_packet(), gif_read_header1(), old_codec37(), old_codec47(), op(), paf_vid_decode(), process_block(), rle_decode(), tiff_decode_tag(), and xwd_decode_frame().
|
static |
Definition at line 277 of file bytestream.h.
Referenced by encode_plane(), handle_notify(), jpeg_create_header(), and sunrast_image_write_image().
|
static |
Definition at line 292 of file bytestream.h.
|
static |
Definition at line 301 of file bytestream.h.
Referenced by encode_frame().
|
static |
Definition at line 315 of file bytestream.h.
|
static |
Definition at line 323 of file bytestream.h.
|
static |
Definition at line 328 of file bytestream.h.
Referenced by cdg_decode_frame(), flac_read_header(), ogm_header(), pcm_decode_frame(), and rtmp_write().
|
static |
Definition at line 337 of file bytestream.h.
Referenced by adx_encode_header(), av_packet_merge_side_data(), encode_frame(), encode_packet(), ff_amf_write_field_name(), ff_amf_write_string(), ff_amf_write_string2(), ff_rtp_send_jpeg(), ff_vorbiscomment_write(), get_packet(), gif_image_write_header(), gif_image_write_image(), iff_read_header(), imx_dump_header(), libopus_write_header(), mjpega_dump_header(), ogg_build_flac_headers(), ogg_build_opus_headers(), ogg_build_speex_headers(), ogg_write_header(), pcm_encode_frame(), prores_encode_frame(), qtrle_encode_line(), read_packet(), write_codebooks(), write_typecode(), and xwd_encode_frame().
uint64_t_TMPL le64 |
Definition at line 84 of file bytestream.h.
Referenced by pcm_decode_frame(), and pcm_encode_frame().
uint64_t_TMPL AV_RL64 |
Definition at line 84 of file bytestream.h.
Referenced by ff_asfcrypt_dec(), ff_mms_asf_header_parser(), mkv_write_attachments(), mxg_read_packet(), nist_probe(), ogm_dshow_header(), qcp_probe(), rtp_asf_fix_header(), skeleton_header(), wavesynth_decode(), wavesynth_parse_extradata(), and wtvfile_open2().
uint64_t_TMPL AV_WL64 unsigned int_TMPL le32 |
Definition at line 84 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 84 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_deep_rle32(), 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(), 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(), 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(), lz_unpack(), matroska_read_header(), mjpeg_decode_app(), 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(), pmp_probe(), pmt_cb(), probe(), process_ipmovie_chunk(), prores_encode_init(), qcp_probe(), r3d_probe(), raw_decode(), raw_encode(), read32(), read_packet(), 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(), 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_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_block(), wavpack_decode_frame(), wc3_probe(), wmavoice_decode_init(), write_packet(), wsaud_probe(), wsaud_read_packet(), wtvfile_open2(), wv_read_block_header(), wv_read_packet(), xa_probe(), xmv_fetch_video_packet(), xmv_probe(), xmv_process_packet_header(), xvid_encode_init(), and zero12v_decode_frame().
Definition at line 84 of file bytestream.h.
Referenced by pcm_decode_frame(), and pcm_encode_frame().
Definition at line 84 of file bytestream.h.
Referenced by cinvideo_decode_frame(), decode_frame(), decode_frame_header(), extract_header(), ff_tak_check_crc(), fill24(), mss2_decode_frame(), mxf_write_d10_audio_packet(), nsv_probe(), setup_partitions(), and wavpack_decode_block().
Definition at line 84 of file bytestream.h.
Referenced by pcm_decode_frame(), and pcm_encode_frame().
Definition at line 84 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(), 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(), 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(), 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(), skeleton_header(), spdif_header_dts(), str_probe(), str_read_packet(), tgv_decode_frame(), tgv_decode_inter(), tmv_probe(), tqi_decode_frame(), truemotion1_decode_header(), vmd_decode(), vmd_probe(), vmd_read_header(), vmnc_get_pixel(), voc_probe(), vp8_handle_packet(), vqa_decode_init(), wavpack_decode_block(), wavpack_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(), xa_probe(), xan_decode_chroma(), xan_wc3_decode_frame(), 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 84 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 |
Definition at line 84 of file bytestream.h.
Referenced by av_des_crypt_mac(), av_des_init(), av_packet_split_side_data(), dtshd_probe(), ff_amf_get_field_value(), ff_amf_tag_contents(), ffm_read_packet(), ffm_read_write_index(), handle_invoke_result(), matroska_read_header(), mov_probe(), and rtcp_parse_packet().
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 84 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 84 of file bytestream.h.
Referenced by a64_write_header(), adts_aac_probe(), aiff_read_header(), ast_probe(), av_base64_encode(), av_blowfish_crypt(), av_packet_split_side_data(), av_xtea_init(), avpriv_adx_decode_header(), avpriv_mpv_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(), decode_slice(), decrypt_init(), dirac_combine_frame(), dirac_decode_frame(), dnxhd_decode_header(), dnxhd_probe(), dv_extract_timecode(), dv_probe(), dvdsub_parse(), dxa_read_packet(), 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(), 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(), lmlm4_probe(), matroska_probe(), 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(), 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(), rl2_probe(), rpza_decode_stream(), rtcp_parse_packet(), rtmp_receive_hs_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 84 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 |
Definition at line 84 of file bytestream.h.
Referenced by cinepak_decode(), cinepak_decode_strip(), cmv_process_header(), decode_frame(), decode_init(), decode_pal_v2(), ff_avc_write_annexb_extradata(), ff_cmap_read_palette(), ff_isom_write_avcc(), ff_mss12_decode_init(), ff_rtmp_packet_read_internal(), ffm_read_packet(), fill24(), filter_frame(), jacosub_probe(), jpeg_parse_packet(), lmlm4_probe(), loas_probe(), microdvd_probe(), mkv_write_block(), oma_read_header(), read_header(), realtext_probe(), rl2_decode_init(), sami_probe(), seqvideo_decode(), spdif_header_dts(), srt_probe(), subviewer_probe(), swf_read_packet(), tgv_decode_frame(), unpack(), webvtt_probe(), xan_wc3_decode_frame(), and xiph_handle_packet().
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 84 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 84 of file bytestream.h.
Referenced by ac3_decode_frame(), adts_aac_probe(), adx_decode(), adx_decode_frame(), adx_read_packet(), 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(), 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_cmap_read_palette(), 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(), film_read_header(), find_headers_search(), find_new_headers(), flv_write_packet(), get16(), get_video_private_data(), h264_handle_packet(), h264_mp4toannexb_filter(), 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(), 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 |
Definition at line 84 of file bytestream.h.
Referenced by adpcm_decode_frame(), bfi_decode_frame(), fill_picture(), fill_picture_monoblack(), g723_1_read_packet(), pcm_encode_frame(), process_audio_header_elements(), read_arbitary(), roqvideo_decode_frame(), xan_huffman_decode(), and xface_decode_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_WB16 unsigned int_TMPL AV_RB8 |
Definition at line 84 of file bytestream.h.
Referenced by ff_mov_read_stsd_entries(), and jpeg_parse_packet().