Home
last modified time | relevance | path

Searched refs:GetByteContext (Results 1 - 25 of 163) sorted by relevance

1234567

/third_party/ffmpeg/libavcodec/
H A Dtiff_common.h70 unsigned ff_tget_short(GetByteContext *gb, int le);
73 unsigned ff_tget_long(GetByteContext *gb, int le);
76 double ff_tget_double(GetByteContext *gb, int le);
79 unsigned ff_tget(GetByteContext *gb, int type, int le);
85 GetByteContext *gb, int le, AVDictionary **metadata);
91 GetByteContext *gb, int le, AVDictionary **metadata);
97 GetByteContext *gb, int le, AVDictionary **metadata);
103 GetByteContext *gb, int le, int is_signed, AVDictionary **metadata);
109 GetByteContext *gb, int le, int is_signed, AVDictionary **metadata);
115 GetByteContext *g
[all...]
H A Dtiff_common.c44 unsigned ff_tget_short(GetByteContext *gb, int le) in ff_tget_short()
50 unsigned ff_tget_long(GetByteContext *gb, int le) in ff_tget_long()
56 double ff_tget_double(GetByteContext *gb, int le) in ff_tget_double()
63 unsigned ff_tget(GetByteContext *gb, int type, int le) in ff_tget()
100 GetByteContext *gb, int le, AVDictionary **metadata) in ff_tadd_rational_metadata()
124 GetByteContext *gb, int le, AVDictionary **metadata) in ff_tadd_long_metadata()
145 GetByteContext *gb, int le, AVDictionary **metadata) in ff_tadd_doubles_metadata()
166 GetByteContext *gb, int le, int is_signed, AVDictionary **metadata) in ff_tadd_shorts_metadata()
188 GetByteContext *gb, int le, int is_signed, AVDictionary **metadata) in ff_tadd_bytes_metadata()
209 GetByteContext *g in ff_tadd_string_metadata()
[all...]
H A Dsnappy.c32 static int64_t bytestream2_get_levarint(GetByteContext *gb) in bytestream2_get_levarint()
49 static int snappy_literal(GetByteContext *gb, uint8_t *p, int size, int val) in snappy_literal()
94 static int snappy_copy1(GetByteContext *gb, uint8_t *start, uint8_t *p, in snappy_copy1()
103 static int snappy_copy2(GetByteContext *gb, uint8_t *start, uint8_t *p, in snappy_copy2()
112 static int snappy_copy4(GetByteContext *gb, uint8_t *start, uint8_t *p, in snappy_copy4()
121 static int64_t decode_len(GetByteContext *gb) in decode_len()
131 int64_t ff_snappy_peek_uncompressed_length(GetByteContext *gb) in ff_snappy_peek_uncompressed_length()
141 int ff_snappy_uncompress(GetByteContext *gb, uint8_t *buf, int64_t *size) in ff_snappy_uncompress()
H A Dbytestream.h33 typedef struct GetByteContext { struct
35 } GetByteContext; typedef
68 static av_always_inline type bytestream2_get_ ## name ## u(GetByteContext *g) \
72 static av_always_inline type bytestream2_get_ ## name(GetByteContext *g) \
80 static av_always_inline type bytestream2_peek_ ## name ## u(GetByteContext *g) \
84 static av_always_inline type bytestream2_peek_ ## name(GetByteContext *g) \
137 static av_always_inline void bytestream2_init(GetByteContext *g, in bytestream2_init()
158 static av_always_inline int bytestream2_get_bytes_left(GetByteContext *g) in bytestream2_get_bytes_left()
168 static av_always_inline void bytestream2_skip(GetByteContext *g, in bytestream2_skip()
174 static av_always_inline void bytestream2_skipu(GetByteContext *
[all...]
H A Dhevc_sei.c34 GetByteContext *gb) in decode_nal_sei_decoded_picture_hash()
56 GetByteContext *gb) in decode_nal_sei_mastering_display_info()
85 GetByteContext *gb) in decode_nal_sei_content_light_info()
165 GetByteContext *gb) in decode_registered_user_data_closed_caption()
178 GetByteContext *gb) in decode_nal_sei_user_data_unregistered()
204 GetByteContext *gb) in decode_registered_user_data_dynamic_hdr_plus()
230 GetByteContext *gb) in decode_registered_user_data_dynamic_hdr_vivid()
255 static int decode_nal_sei_user_data_registered_itu_t_t35(HEVCSEI *s, GetByteContext *gb, in decode_nal_sei_user_data_registered_itu_t_t35()
366 GetByteContext *gb) in decode_nal_sei_alternative_transfer()
466 static int decode_nal_sei_prefix(GetBitContext *gb, GetByteContext *gbyt
[all...]
H A Dgdv.c33 GetByteContext gb;
34 GetByteContext g2;
180 static int read_bits2(Bits8 *bits, GetByteContext *gb) in read_bits2()
195 static void fill_bits32(Bits32 *bits, GetByteContext *gb) in fill_bits32()
201 static int read_bits32(Bits32 *bits, GetByteContext *gb, int nbits) in read_bits32()
215 static void lz_copy(PutByteContext *pb, GetByteContext *g2, int offset, unsigned len) in lz_copy()
247 GetByteContext *gb = &gdv->gb; in decompress_2()
248 GetByteContext *g2 = &gdv->g2; in decompress_2()
289 GetByteContext *gb = &gdv->gb; in decompress_5()
290 GetByteContext *g in decompress_5()
[all...]
H A Ddfa.c57 static int decode_copy(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_copy()
66 static int decode_tsw1(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_tsw1()
109 static int decode_dsw1(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_dsw1()
146 static int decode_dds1(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_dds1()
197 static int decode_bdlt(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_bdlt()
239 static int decode_wdlt(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_wdlt()
300 static int decode_tdlt(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_tdlt()
322 static int decode_blck(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_blck()
329 typedef int (*chunk_decoder)(GetByteContext *gb, uint8_t *frame, int width, int height);
344 GetByteContext g in dfa_decode_frame()
[all...]
H A Dpgxdec.c28 static int pgx_get_number(AVCodecContext *avctx, GetByteContext *g, int *number) { in pgx_get_number()
53 static int pgx_decode_header(AVCodecContext *avctx, GetByteContext *g, in pgx_decode_header()
95 static inline void write_frame_ ##D(AVFrame *frame, GetByteContext *g, \
120 GetByteContext g; in pgx_decode_frame()
H A Dmwsc.c42 static int rle_uncompress(GetByteContext *gb, PutByteContext *pb, GetByteContext *gbp, in rle_uncompress()
97 GetByteContext gb; in decode_frame()
98 GetByteContext gbp; in decode_frame()
H A Dsnappy.h42 * algorithm. The GetByteContext is not advanced.
44 * @param gb input GetByteContext.
47 int64_t ff_snappy_peek_uncompressed_length(GetByteContext *gb);
52 * @param gb input GetByteContext.
58 int ff_snappy_uncompress(GetByteContext *gb, uint8_t *buf, int64_t *size);
H A Dargo.c36 GetByteContext gb;
49 GetByteContext *gb = &s->gb; in decode_pal8()
70 GetByteContext *gb = &s->gb; in decode_avcf()
99 GetByteContext *gb = &s->gb; in decode_alcd()
100 GetByteContext sb; in decode_alcd()
147 GetByteContext *gb = &s->gb; in decode_mad1()
357 GetByteContext *gb = &s->gb; in decode_mad1_24()
565 GetByteContext *gb = &s->gb; in decode_rle()
606 GetByteContext *gb = &s->gb; in decode_frame()
H A Dexif.c174 GetByteContext *gb, int le, in exif_add_metadata()
201 static int exif_decode_tag(void *logctx, GetByteContext *gbytes, int le, in exif_decode_tag()
243 int ff_exif_decode_ifd(void *logctx, GetByteContext *gbytes, in ff_exif_decode_ifd()
268 GetByteContext gb; in avpriv_exif_decode_ifd()
H A Dmidivid.c39 GetByteContext gb;
50 GetByteContext *gb = &s->gb; in decode_mvdv()
52 GetByteContext idx9; in decode_mvdv()
155 static ptrdiff_t lzss_uncompress(MidiVidContext *s, GetByteContext *gb, uint8_t *dst, unsigned int size) in lzss_uncompress()
195 GetByteContext *gb = &s->gb; in decode_frame()
H A Drasc.c52 GetByteContext gb;
119 GetByteContext *gb = &s->gb; in decode_fint()
180 GetByteContext *gb = &s->gb; in decode_zlib()
213 GetByteContext *gb = &s->gb; in decode_move()
214 GetByteContext mc; in decode_move()
337 GetByteContext *gb = &s->gb; in decode_dlta()
338 GetByteContext dc; in decode_dlta()
480 GetByteContext *gb = &s->gb; in decode_kfrm()
543 GetByteContext *gb = &s->gb; in decode_mous()
583 GetByteContext *g in decode_mpos()
[all...]
H A Dhap.h65 GetByteContext gbc;
102 int ff_hap_parse_section_header(GetByteContext *gbc, int *section_size,
H A Dsga.c33 GetByteContext gb;
67 static int decode_palette(GetByteContext *gb, uint32_t *pal) in decode_palette()
130 GetByteContext *gb = &s->gb; in decode_index_tilemap()
202 GetByteContext *gb, uint8_t *dst, in lzss_decompress()
255 GetByteContext *gb = &s->gb; in decode_palmapdata()
278 GetByteContext *gb = &s->gb; in decode_tiledata()
313 GetByteContext *gb = &s->gb; in sga_decode_frame()
410 GetByteContext gb2; in sga_decode_frame()
H A Danm.c40 GetByteContext gb; in decode_init()
64 * @param gb GetByteContext (optional, see below)
77 GetByteContext *gb, in op()
117 GetByteContext gb; in decode_frame()
H A Dqdrw.c48 static int parse_palette(AVCodecContext *avctx, GetByteContext *gbc, in parse_palette()
75 static int decode_rle_bpp2(AVCodecContext *avctx, AVFrame *p, GetByteContext *gbc) in decode_rle_bpp2()
130 static int decode_rle_bpp4(AVCodecContext *avctx, AVFrame *p, GetByteContext *gbc) in decode_rle_bpp4()
174 static int decode_rle16(AVCodecContext *avctx, AVFrame *p, GetByteContext *gbc) in decode_rle16()
217 static int decode_rle(AVCodecContext *avctx, AVFrame *p, GetByteContext *gbc, in decode_rle()
294 GetByteContext gbc; in decode_frame()
H A Dfmvc.c42 GetByteContext gb;
55 static int decode_type2(GetByteContext *gb, PutByteContext *pb) in decode_type2()
61 GetByteContext gbc; in decode_type2()
290 static int decode_type1(GetByteContext *gb, PutByteContext *pb) in decode_type1()
297 GetByteContext gbc; in decode_type1()
336 GetByteContext gbc; in decode_type1()
401 GetByteContext *gb = &s->gb; in decode_frame()
H A Darbc.c36 GetByteContext gb;
44 GetByteContext *gb = &s->gb; in fill_tile4()
80 GetByteContext *gb = &s->gb; in fill_tileX()
H A Dpcx.c34 static int pcx_rle_decode(GetByteContext *gb, in pcx_rle_decode()
62 static void pcx_palette(GetByteContext *gb, uint32_t *dst, int pallen) in pcx_palette()
76 GetByteContext gb; in pcx_decode_frame()
H A Dmsrledec.c34 GetByteContext *gb) in msrle_decode_pal4()
130 int depth, GetByteContext *gb) in msrle_decode_8_16_24_32()
250 int depth, GetByteContext *gb) in ff_msrle_decode()
H A Dscpr.c39 static void init_rangecoder(RangeCoder *rc, GetByteContext *gb) in init_rangecoder()
103 static int decode(GetByteContext *gb, RangeCoder *rc, uint32_t cumFreq, uint32_t freq, uint32_t total_freq) in decode()
132 static int decode0(GetByteContext *gb, RangeCoder *rc, uint32_t cumFreq, uint32_t freq, uint32_t total_freq) in decode0()
166 GetByteContext *gb = &s->gb; in decode_value()
210 GetByteContext *gb = &s->gb; in decode_unit()
301 GetByteContext *gb = &s->gb; in decompress_i()
375 GetByteContext *gb = &s->gb; in decompress_p()
502 GetByteContext *gb = &s->gb; in decode_frame()
/third_party/ffmpeg/libavformat/
H A Drtmppkt.h265 *@param[in,out] gbc GetByteContext initialized with AMF-formatted data
269 int ff_amf_read_number(GetByteContext *gbc, double *val);
279 *@param[in,out] gbc GetByteContext initialized with AMF-formatted data
285 int ff_amf_get_string(GetByteContext *bc, uint8_t *str,
294 *@param[in,out] gbc GetByteContext initialized with AMF-formatted data
300 int ff_amf_read_string(GetByteContext *gbc, uint8_t *str,
306 *@param[in,out] gbc GetByteContext initialized with AMF-formatted data
309 int ff_amf_read_null(GetByteContext *gbc);
H A Drtmppkt.c87 int ff_amf_read_number(GetByteContext *bc, double *val) in ff_amf_read_number()
97 int ff_amf_get_string(GetByteContext *bc, uint8_t *str, in ff_amf_get_string()
115 int ff_amf_read_string(GetByteContext *bc, uint8_t *str, in ff_amf_read_string()
123 int ff_amf_read_null(GetByteContext *bc) in ff_amf_read_null()
434 static int amf_tag_skip(GetByteContext *gb) in amf_tag_skip()
491 GetByteContext gb; in ff_amf_tag_size()
506 static int amf_get_field_value2(GetByteContext *gb, in amf_get_field_value2()
560 GetByteContext gb; in ff_amf_get_field_value()

Completed in 15 milliseconds

1234567