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

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmsrledec.h37 int depth, GetByteContext *gb);
H A Dbytestream.h33 } GetByteContext; typedef in typeref:struct:__anon1886
66 static av_always_inline type bytestream2_get_ ## name ## u(GetByteContext *g) \
70 static av_always_inline type bytestream2_get_ ## name(GetByteContext *g) \
76 static av_always_inline type bytestream2_peek_ ## name(GetByteContext *g) \
138 static av_always_inline void bytestream2_init(GetByteContext *g,
157 static av_always_inline unsigned int bytestream2_get_bytes_left(GetByteContext *g)
167 static av_always_inline void bytestream2_skip(GetByteContext *g,
173 static av_always_inline void bytestream2_skipu(GetByteContext *g,
191 static av_always_inline int bytestream2_tell(GetByteContext *g)
201 static av_always_inline int bytestream2_seek(GetByteContext *
[all...]
H A Ddfa.c53 static int decode_copy(GetByteContext *gb, uint8_t *frame, int width, int height)
62 static int decode_tsw1(GetByteContext *gb, uint8_t *frame, int width, int height)
102 static int decode_dsw1(GetByteContext *gb, uint8_t *frame, int width, int height)
141 static int decode_dds1(GetByteContext *gb, uint8_t *frame, int width, int height)
190 static int decode_bdlt(GetByteContext *gb, uint8_t *frame, int width, int height)
232 static int decode_wdlt(GetByteContext *gb, uint8_t *frame, int width, int height)
290 static int decode_unk6(GetByteContext *gb, uint8_t *frame, int width, int height)
295 static int decode_blck(GetByteContext *gb, uint8_t *frame, int width, int height)
302 typedef int (*chunk_decoder)(GetByteContext *gb, uint8_t *frame, int width, int height);
318 GetByteContext g
[all...]
H A Droqvideo.h57 GetByteContext gb;
H A Daasc.c37 GetByteContext gb;
H A Dmsrledec.c34 GetByteContext *gb)
132 int depth, GetByteContext *gb)
247 int depth, GetByteContext *gb)
H A Dsgidec.c34 GetByteContext g;
88 GetByteContext g_table = s->g;
124 GetByteContext gp[4];
H A Dbethsoftvideo.c37 GetByteContext g;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmsrledec.h37 int depth, GetByteContext *gb);
H A Dtiff_common.h71 unsigned ff_tget_short(GetByteContext *gb, int le);
74 unsigned ff_tget_long(GetByteContext *gb, int le);
77 double ff_tget_double(GetByteContext *gb, int le);
80 unsigned ff_tget(GetByteContext *gb, int type, int le);
106 GetByteContext *gb, int le, AVDictionary **metadata);
112 GetByteContext *gb, int le, AVDictionary **metadata);
118 GetByteContext *gb, int le, AVDictionary **metadata);
124 GetByteContext *gb, int le, int is_signed, AVDictionary **metadata);
130 GetByteContext *gb, int le, int is_signed, AVDictionary **metadata);
136 GetByteContext *g
[all...]
H A Ds3tc.h34 * @param gb GetByteContext
40 void ff_decode_dxt1(GetByteContext *gb, uint8_t *dst,
45 * @param gb GetByteContext
51 void ff_decode_dxt3(GetByteContext *gb, uint8_t *dst,
H A Dtiff_common.c43 unsigned ff_tget_short(GetByteContext *gb, int le)
49 unsigned ff_tget_long(GetByteContext *gb, int le)
55 double ff_tget_double(GetByteContext *gb, int le)
62 unsigned ff_tget(GetByteContext *gb, int type, int le)
83 GetByteContext *gb, int le, AVDictionary **metadata)
117 GetByteContext *gb, int le, AVDictionary **metadata)
148 GetByteContext *gb, int le, AVDictionary **metadata)
179 GetByteContext *gb, int le, int is_signed, AVDictionary **metadata)
211 GetByteContext *gb, int le, int is_signed, AVDictionary **metadata)
242 GetByteContext *g
[all...]
H A Dbytestream.h33 typedef struct GetByteContext { struct
35 } GetByteContext; typedef in typeref:struct:GetByteContext
68 static av_always_inline type bytestream2_get_ ## name ## u(GetByteContext *g) \
72 static av_always_inline type bytestream2_get_ ## name(GetByteContext *g) \
78 static av_always_inline type bytestream2_peek_ ## name(GetByteContext *g) \
131 static av_always_inline void bytestream2_init(GetByteContext *g,
152 static av_always_inline unsigned int bytestream2_get_bytes_left(GetByteContext *g)
162 static av_always_inline void bytestream2_skip(GetByteContext *g,
168 static av_always_inline void bytestream2_skipu(GetByteContext *g,
186 static av_always_inline int bytestream2_tell(GetByteContext *
[all...]
H A Dexif.c46 GetByteContext *gb, int le,
68 static int exif_decode_tag(AVCodecContext *avctx, GetByteContext *gbytes, int le,
117 int avpriv_exif_decode_ifd(AVCodecContext *avctx, GetByteContext *gbytes, int le,
H A Ds3tc.c28 static inline void dxt1_decode_pixels(GetByteContext *gb, uint32_t *d,
77 void ff_decode_dxt1(GetByteContext *gb, uint8_t *dst,
88 void ff_decode_dxt3(GetByteContext *gb, uint8_t *dst,
H A Ddfa.c56 static int decode_copy(GetByteContext *gb, uint8_t *frame, int width, int height)
65 static int decode_tsw1(GetByteContext *gb, uint8_t *frame, int width, int height)
107 static int decode_dsw1(GetByteContext *gb, uint8_t *frame, int width, int height)
144 static int decode_dds1(GetByteContext *gb, uint8_t *frame, int width, int height)
193 static int decode_bdlt(GetByteContext *gb, uint8_t *frame, int width, int height)
235 static int decode_wdlt(GetByteContext *gb, uint8_t *frame, int width, int height)
296 static int decode_tdlt(GetByteContext *gb, uint8_t *frame, int width, int height)
318 static int decode_blck(GetByteContext *gb, uint8_t *frame, int width, int height)
325 typedef int (*chunk_decoder)(GetByteContext *gb, uint8_t *frame, int width, int height);
342 GetByteContext g
[all...]
H A Droqvideo.h55 GetByteContext gb;
H A Danm.c34 GetByteContext gb;
64 * @param gb GetByteContext (optional, see below)
77 GetByteContext *gb,
H A Dexif.h167 int avpriv_exif_decode_ifd(AVCodecContext *avctx, GetByteContext *gbytes, int le,
H A Dmsrledec.c34 GetByteContext *gb)
132 int depth, GetByteContext *gb)
252 int depth, GetByteContext *gb)
H A Dpcx.c31 static void pcx_rle_decode(GetByteContext *gb,
55 static void pcx_palette(GetByteContext *gb, uint32_t *dst, int pallen)
69 GetByteContext gb;
H A Dsgidec.c36 GetByteContext g;
135 GetByteContext g_table = s->g;
173 GetByteContext gp[4];
H A Dmvcdec.c65 static int decode_mvc1(AVCodecContext *avctx, GetByteContext *gb,
138 static int decode_mvc2(AVCodecContext *avctx, GetByteContext *gb,
234 GetByteContext gb;
H A Daliaspixdec.c34 GetByteContext gb;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtmppkt.h265 *@param[in,out] gbc GetByteContext initialized with AMF-formatted data
269 int ff_amf_read_bool(GetByteContext *gbc, int *val);
274 *@param[in,out] gbc GetByteContext initialized with AMF-formatted data
278 int ff_amf_read_number(GetByteContext *gbc, double *val);
288 *@param[in,out] gbc GetByteContext initialized with AMF-formatted data
294 int ff_amf_get_string(GetByteContext *bc, uint8_t *str,
303 *@param[in,out] gbc GetByteContext initialized with AMF-formatted data
309 int ff_amf_read_string(GetByteContext *gbc, uint8_t *str,
315 *@param[in,out] gbc GetByteContext initialized with AMF-formatted data
318 int ff_amf_read_null(GetByteContext *gb
[all...]

Completed in 124 milliseconds

12345