Searched defs:avctx (Results 251 - 275 of 933) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dkgv1dec.c31 AVCodecContext *avctx; member in struct:__anon2159
36 static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt) argument
146 static av_cold int decode_init(AVCodecContext *avctx) argument
156 decode_end(AVCodecContext *avctx) argument
[all...]
H A Dlibspeexdec.c36 static av_cold int libspeex_decode_init(AVCodecContext *avctx) argument
95 libspeex_decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt) argument
130 libspeex_decode_close(AVCodecContext *avctx) argument
[all...]
H A Dljpegenc.c40 static int encode_picture_lossless(AVCodecContext *avctx, unsigned char *buf, int buf_size, void *data){ argument
H A Dmjpegbdec.c31 static uint32_t read_offs(AVCodecContext *avctx, GetBitContext *gb, uint32_t size, const char *err_msg){ argument
40 static int mjpegb_decode_frame(AVCodecContext *avctx, argument
[all...]
H A Dmpegaudio_parser.c44 int ff_mpa_decode_header(AVCodecContext *avctx, uint32_t head, int *sample_rate, int *channels, int *frame_size, int *bit_rate) argument
81 mpegaudio_parse(AVCodecParserContext *s1, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) argument
[all...]
H A Dmpegvideo_parser.c26 mpegvideo_extract_headers(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t *buf, int buf_size) argument
130 mpegvideo_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) argument
165 mpegvideo_split(AVCodecContext *avctx, const uint8_t *buf, int buf_size) argument
[all...]
H A Dmsrledec.c41 static int msrle_decode_pal4(AVCodecContext *avctx, AVPicture *pic, argument
133 msrle_decode_8_16_24_32(AVCodecContext *avctx, AVPicture *pic, int depth, const uint8_t *data, int srcsize) argument
244 ff_msrle_decode(AVCodecContext *avctx, AVPicture *pic, int depth, const uint8_t* data, int data_size) argument
[all...]
H A Dos2thread.c32 AVCodecContext *avctx; member in struct:ThreadContext
H A Dpcm-mpeg.c51 static int pcm_bluray_parse_header(AVCodecContext *avctx, argument
121 pcm_bluray_decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt) argument
[all...]
H A Dpcxenc.c38 static av_cold int pcx_encode_init(AVCodecContext *avctx) argument
98 static int pcx_encode_frame(AVCodecContext *avctx, argument
[all...]
H A Dpnmdec.c28 static int pnm_decode_frame(AVCodecContext *avctx, void *data, argument
[all...]
H A Dpsymodel.c28 av_cold int ff_psy_init(FFPsyContext *ctx, AVCodecContext *avctx, argument
71 AVCodecContext *avctx; member in struct:FFPsyPreprocessContext
79 av_cold struct FFPsyPreprocessContext* ff_psy_preprocess_init(AVCodecContext *avctx) argument
[all...]
H A Dpsymodel.h56 AVCodecContext *avctx; ///< encoder context member in struct:FFPsyContext
H A Dqdrw.c31 AVCodecContext *avctx; member in struct:QdrawContext
35 static int decode_frame(AVCodecContext *avctx, argument
135 decode_init(AVCodecContext *avctx) argument
143 decode_end(AVCodecContext *avctx) argument
[all...]
H A Drawdec.c71 static av_cold int raw_init_decoder(AVCodecContext *avctx) argument
99 flip(AVCodecContext *avctx, AVPicture * picture) argument
104 raw_decode(AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt) argument
180 raw_close_decoder(AVCodecContext *avctx) argument
[all...]
H A Droqaudioenc.c40 static av_cold int roq_dpcm_encode_init(AVCodecContext *avctx) argument
107 roq_dpcm_encode_frame(AVCodecContext *avctx, unsigned char *frame, int buf_size, void *data) argument
149 roq_dpcm_encode_close(AVCodecContext *avctx) argument
[all...]
H A Dsgienc.c34 static av_cold int encode_init(AVCodecContext *avctx) argument
44 static int encode_frame(AVCodecContext *avctx, unsigned char *buf, argument
[all...]
H A Dtscc.c52 AVCodecContext *avctx; member in struct:TsccContext
70 static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt) argument
135 decode_init(AVCodecContext *avctx) argument
187 decode_end(AVCodecContext *avctx) argument
[all...]
H A Dtxd.c32 static av_cold int txd_init(AVCodecContext *avctx) { argument
41 static int txd_decode_frame(AVCodecContext *avctx, void *data, int *data_size, argument
148 txd_end(AVCodecContext *avctx) argument
[all...]
H A Dvaapi_vc1.c134 static int vaapi_vc1_start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) argument
298 static int vaapi_vc1_end_frame(AVCodecContext *avctx) argument
305 static int vaapi_vc1_decode_slice(AVCodecContext *avctx, cons argument
[all...]
H A Dvc1_parser.c37 static void vc1_extract_headers(AVCodecParserContext *s, AVCodecContext *avctx, argument
152 static int vc1_split(AVCodecContext *avctx, argument
125 vc1_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) argument
H A Dvcr1.c38 AVCodecContext *avctx; member in struct:VCR1Context
44 static int decode_frame(AVCodecContext *avctx, argument
123 encode_frame(AVCodecContext *avctx, unsigned char *buf, int buf_size, void *data) argument
145 common_init(AVCodecContext *avctx) argument
152 decode_init(AVCodecContext *avctx) argument
161 decode_end(AVCodecContext *avctx) argument
171 encode_init(AVCodecContext *avctx) argument
[all...]
H A Dw32thread.c29 AVCodecContext *avctx; member in struct:ThreadContext
H A Dwmv2enc.c55 static av_cold int wmv2_encode_init(AVCodecContext *avctx){ argument
[all...]
H A Dwnv1.c33 AVCodecContext *avctx; member in struct:WNV1Context
60 static int decode_frame(AVCodecContext *avctx, argument
131 decode_init(AVCodecContext *avctx) argument
147 decode_end(AVCodecContext *avctx) argument
[all...]

Completed in 376 milliseconds

<<11121314151617181920>>