Home
last modified time | relevance | path

Searched defs:avctx (Results 351 - 375 of 842) sorted by relevance

1...<<11121314151617181920>>...34

/third_party/ffmpeg/libavcodec/
H A Dvaapi_vc1.c252 static int vaapi_vc1_start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) in vaapi_vc1_start_frame() argument
449 static int vaapi_vc1_end_frame(AVCodecContext *avctx) in vaapi_vc1_end_frame() argument
466 vaapi_vc1_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) vaapi_vc1_decode_slice() argument
[all...]
H A Dvble.c38 AVCodecContext *avctx; member
117 static int vble_decode_frame(AVCodecContext *avctx, AVFrame *pic, in vble_decode_frame() argument
172 vble_decode_close(AVCodecContext *avctx) vble_decode_close() argument
180 vble_decode_init(AVCodecContext *avctx) vble_decode_init() argument
[all...]
H A Dvorbis_parser.c307 static int vorbis_parse(AVCodecParserContext *s1, AVCodecContext *avctx, in vorbis_parse() argument
H A Dyop.c36 AVCodecContext *avctx; member
85 static av_cold int yop_decode_close(AVCodecContext *avctx) in yop_decode_close() argument
94 static av_cold int yop_decode_init(AVCodecContext *avctx) in yop_decode_init() argument
194 yop_decode_frame(AVCodecContext *avctx, AVFrame *rframe, int *got_frame, AVPacket *avpkt) yop_decode_frame() argument
[all...]
H A Dxwdenc.c33 static int xwd_encode_frame(AVCodecContext *avctx, AVPacket *pkt, in xwd_encode_frame() argument
[all...]
H A Drscc.c72 static av_cold int rscc_init(AVCodecContext *avctx) in rscc_init() argument
140 rscc_close(AVCodecContext *avctx) rscc_close() argument
151 rscc_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) rscc_decode_frame() argument
[all...]
H A Dsbcenc.c196 static int sbc_encode_init(AVCodecContext *avctx) in sbc_encode_init() argument
278 sbc_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *av_frame, int *got_packet_ptr) sbc_encode_frame() argument
[all...]
H A Dvc1_parser.c60 static void vc1_extract_header(AVCodecParserContext *s, AVCodecContext *avctx, in vc1_extract_header() argument
127 vc1_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) vc1_parse() argument
[all...]
H A Dmpegvideo_dec.c37 void ff_mpv_decode_init(MpegEncContext *s, AVCodecContext *avctx) in ff_mpv_decode_init() argument
276 ff_mpv_frame_start(MpegEncContext *s, AVCodecContext *avctx) ff_mpv_frame_start() argument
551 ff_mpeg_flush(AVCodecContext *avctx) ff_mpeg_flush() argument
[all...]
H A Dmscc.c46 static int rle_uncompress(AVCodecContext *avctx, GetByteContext *gb, PutByteContext *pb) in rle_uncompress() argument
132 static int decode_frame(AVCodecContext *avctx, AVFrame *frame, in decode_frame() argument
212 decode_init(AVCodecContext *avctx) decode_init() argument
241 decode_close(AVCodecContext *avctx) decode_close() argument
[all...]
H A Dpcxenc.c87 static int pcx_encode_frame(AVCodecContext *avctx, AVPacket *pkt, in pcx_encode_frame() argument
[all...]
H A Drv30.c40 AVCodecContext *avctx = r->s.avctx; in rv30_parse_slice_header() local
262 rv30_decode_init(AVCodecContext *avctx) rv30_decode_init() argument
[all...]
H A Dvaapi_av1.c56 static int8_t vaapi_av1_get_bit_depth_idx(AVCodecContext *avctx) in vaapi_av1_get_bit_depth_idx() argument
74 static int vaapi_av1_decode_init(AVCodecContext *avctx) in vaapi_av1_decode_init() argument
98 static int vaapi_av1_decode_uninit(AVCodecContext *avctx) in vaapi_av1_decode_uninit() argument
116 vaapi_av1_start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) vaapi_av1_start_frame() argument
369 vaapi_av1_end_frame(AVCodecContext *avctx) vaapi_av1_end_frame() argument
402 vaapi_av1_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) vaapi_av1_decode_slice() argument
[all...]
H A Dvp5.c281 static av_cold int vp5_decode_init(AVCodecContext *avctx) in vp5_decode_init() argument
300 static av_cold int vp56_free(AVCodecContext *avctx) in vp56_free() argument
[all...]
H A Dxfaceenc.c137 static int xface_encode_frame(AVCodecContext *avctx, AVPacket *pkt, in xface_encode_frame() argument
[all...]
H A Dmpegvideo_parser.c103 mpegvideo_extract_headers(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t *buf, int buf_size) mpegvideo_extract_headers() argument
251 mpegvideo_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) mpegvideo_parse() argument
[all...]
H A Dmpegvideoencdsp.c232 ff_mpegvideoencdsp_init(MpegvideoEncDSPContext *c, AVCodecContext *avctx) ff_mpegvideoencdsp_init() argument
H A Dmxpegdec.c46 static av_cold int mxpeg_decode_end(AVCodecContext *avctx) in mxpeg_decode_end() argument
65 static av_cold int mxpeg_decode_init(AVCodecContext *avctx) in mxpeg_decode_init() argument
183 mxpeg_decode_frame(AVCodecContext *avctx, AVFrame *rframe, int *got_frame, AVPacket *avpkt) mxpeg_decode_frame() argument
[all...]
H A Dnellymoserdec.c51 AVCodecContext* avctx; member
117 static av_cold int decode_init(AVCodecContext * avctx) { in decode_init() argument
142 static int decode_tag(AVCodecContext *avctx, AVFram argument
180 decode_end(AVCodecContext * avctx) decode_end() argument
[all...]
H A Dmvcdec.c40 static av_cold int mvc_decode_init(AVCodecContext *avctx) in mvc_decode_init() argument
63 decode_mvc1(AVCodecContext *avctx, GetByteContext *gb, uint8_t *dst_start, int width, int height, int linesize) decode_mvc1() argument
136 decode_mvc2(AVCodecContext *avctx, GetByteContext *gb, uint8_t *dst_start, int width, int height, int linesize, int vflip) decode_mvc2() argument
228 mvc_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) mvc_decode_frame() argument
[all...]
H A Dmwsc.c90 static int decode_frame(AVCodecContext *avctx, AVFrame *frame, in decode_frame() argument
138 decode_init(AVCodecContext *avctx) decode_init() argument
159 decode_close(AVCodecContext *avctx) decode_close() argument
[all...]
H A Dpnmdec.c43 static int pnm_decode_frame(AVCodecContext *avctx, AVFrame *p, in pnm_decode_frame() argument
498 phm_dec_init(AVCodecContext *avctx) phm_dec_init() argument
[all...]
H A Dsbcdec.c324 static int sbc_decode_init(AVCodecContext *avctx) in sbc_decode_init() argument
340 static int sbc_decode_frame(AVCodecContext *avctx, AVFrame *frame, in sbc_decode_frame() argument
H A Dv210dec.c40 static av_cold int decode_init(AVCodecContext *avctx) in decode_init() argument
106 static int v210_decode_slice(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) in v210_decode_slice() argument
135 decode_frame(AVCodecContext *avctx, AVFrame *pic, int *got_frame, AVPacket *avpkt) decode_frame() argument
[all...]
H A Dvaapi_h264.c226 static int vaapi_h264_start_frame(AVCodecContext *avctx, in vaapi_h264_start_frame() argument
310 static int vaapi_h264_end_frame(AVCodecContext *avctx) in vaapi_h264_end_frame() argument
328 static int vaapi_h264_decode_slice(AVCodecContext *avctx, in vaapi_h264_decode_slice() argument
[all...]

Completed in 11 milliseconds

1...<<11121314151617181920>>...34