Home
last modified time | relevance | path

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

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

/third_party/ffmpeg/libavcodec/
H A Dnvdec_av1.c40 static int nvdec_av1_start_frame(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) in nvdec_av1_start_frame() argument
287 static int nvdec_av1_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) in nvdec_av1_decode_slice() argument
334 static int nvdec_av1_frame_params(AVCodecContext *avctx, AVBufferRe argument
[all...]
H A Dpcx.c73 static int pcx_decode_frame(AVCodecContext *avctx, AVFrame *p, in pcx_decode_frame() argument
[all...]
H A Dqsvenc_h264.c44 static int qsv_h264_set_encode_ctrl(AVCodecContext *avctx, in qsv_h264_set_encode_ctrl() argument
78 static av_cold int qsv_enc_init(AVCodecContext *avctx) in qsv_enc_init() argument
86 static int qsv_enc_frame(AVCodecContext *avctx, AVPacket *pkt, in qsv_enc_frame() argument
94 static av_cold int qsv_enc_close(AVCodecContext *avctx) in qsv_enc_close() argument
[all...]
H A Dpnmenc.c37 static int pnm_encode_frame(AVCodecContext *avctx, AVPacket *pkt, in pnm_encode_frame() argument
301 phm_enc_init(AVCodecContext *avctx) phm_enc_init() argument
[all...]
H A Dpnm_parser.c34 static int pnm_parse(AVCodecParserContext *s, AVCodecContext *avctx, in pnm_parse() argument
H A Dqoidec.c31 static int qoi_decode_frame(AVCodecContext *avctx, AVFrame *p, in qoi_decode_frame() argument
H A Dqoienc.c28 static int qoi_encode_frame(AVCodecContext *avctx, AVPacket *pkt, in qoi_encode_frame() argument
[all...]
H A Dsbc_parser.c33 static int sbc_parse_header(AVCodecParserContext *s, AVCodecContext *avctx, in sbc_parse_header() argument
78 sbc_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) sbc_parse() argument
[all...]
H A Dsgirledec.c35 static av_cold int sgirle_decode_init(AVCodecContext *avctx) in sgirle_decode_init() argument
66 static int decode_sgirle8(AVCodecContext *avctx, uint8_t *dst, in decode_sgirle8() argument
113 static int sgirle_decode_frame(AVCodecContext *avctx, AVFrame *frame, in sgirle_decode_frame() argument
H A Dvdpau_av1.c43 static int vdpau_av1_start_frame(AVCodecContext *avctx, in vdpau_av1_start_frame() argument
275 static int vdpau_av1_decode_slice(AVCodecContext *avctx, in vdpau_av1_decode_slice() argument
320 static int vdpau_av1_end_frame(AVCodecContext *avctx) in vdpau_av1_end_frame() argument
334 vdpau_av1_init(AVCodecContext *avctx) vdpau_av1_init() argument
[all...]
H A Dvideotoolbox_vp9.c62 CFDataRef ff_videotoolbox_vpcc_extradata_create(AVCodecContext *avctx) in ff_videotoolbox_vpcc_extradata_create() argument
103 static int videotoolbox_vp9_start_frame(AVCodecContext *avctx, in videotoolbox_vp9_start_frame() argument
110 videotoolbox_vp9_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) videotoolbox_vp9_decode_slice() argument
119 videotoolbox_vp9_end_frame(AVCodecContext *avctx) videotoolbox_vp9_end_frame() argument
[all...]
H A Dwnv1.c55 static int decode_frame(AVCodecContext *avctx, AVFrame *p, in decode_frame() argument
124 static av_cold int decode_init(AVCodecContext *avctx) in decode_init() argument
[all...]
H A Dxsubdec.c29 static av_cold int decode_init(AVCodecContext *avctx) { in decode_init() argument
50 static int decode_frame(AVCodecContext *avctx, AVSubtitle *sub, in decode_frame() argument
H A Dr210dec.c30 static av_cold int decode_init(AVCodecContext *avctx) in decode_init() argument
38 static int decode_frame(AVCodecContext *avctx, AVFrame *pic, in decode_frame() argument
[all...]
H A Dr210enc.c31 static av_cold int encode_init(AVCodecContext *avctx) in encode_init() argument
43 static int encode_frame(AVCodecContext *avctx, AVPacket *pkt, in encode_frame() argument
[all...]
H A Ds302m.c40 static int s302m_parse_frame_header(AVCodecContext *avctx, const uint8_t *buf, in s302m_parse_frame_header() argument
101 s302m_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) s302m_decode_frame() argument
[all...]
H A Dsamidec.c42 static int sami_paragraph_to_ass(AVCodecContext *avctx, const char *src) in sami_paragraph_to_ass() argument
135 static int sami_decode_frame(AVCodecContext *avctx, AVSubtitle *sub, in sami_decode_frame() argument
154 static av_cold int sami_init(AVCodecContext *avctx) in sami_init() argument
165 sami_close(AVCodecContext *avctx) sami_close() argument
176 sami_flush(AVCodecContext *avctx) sami_flush() argument
[all...]
H A Dsunrast.c31 static int sunrast_decode_frame(AVCodecContext *avctx, AVFrame *p, in sunrast_decode_frame() argument
[all...]
H A Dtargaenc.c86 static int targa_encode_frame(AVCodecContext *avctx, AVPacket *pkt, in targa_encode_frame() argument
180 targa_encode_init(AVCodecContext *avctx) targa_encode_init() argument
[all...]
H A Dtextdec.c48 static int text_decode_frame(AVCodecContext *avctx, AVSubtitle *sub, in text_decode_frame() argument
68 static void text_flush(AVCodecContext *avctx) in text_flush() argument
99 static int linebreak_init(AVCodecContext *avctx) in linebreak_init() argument
H A Dwcmv.c44 static int decode_frame(AVCodecContext *avctx, AVFrame *frame, in decode_frame() argument
211 decode_init(AVCodecContext *avctx) decode_init() argument
233 decode_close(AVCodecContext *avctx) decode_close() argument
[all...]
H A Dmsrledec.c33 static int msrle_decode_pal4(AVCodecContext *avctx, AVFrame *pic, in msrle_decode_pal4() argument
129 msrle_decode_8_16_24_32(AVCodecContext *avctx, AVFrame *pic, int depth, GetByteContext *gb) msrle_decode_8_16_24_32() argument
249 ff_msrle_decode(AVCodecContext *avctx, AVFrame *pic, int depth, GetByteContext *gb) ff_msrle_decode() argument
[all...]
H A Doptions.c70 AVCodecContext* avctx = ptr; in get_category() local
151 AVCodecContext *avctx= av_malloc(sizeof(AVCodecContext)); in avcodec_alloc_context3() local
166 AVCodecContext *avctx = *pavctx; in avcodec_free_context() local
[all...]
/third_party/ffmpeg/libavcodec/ppc/
H A Didctdsp.c255 av_cold void ff_idctdsp_init_ppc(IDCTDSPContext *c, AVCodecContext *avctx, in ff_idctdsp_init_ppc() argument
/third_party/ffmpeg/libavcodec/x86/
H A Dcavsdsp.c348 cavsdsp_init_mmx(CAVSDSPContext *c, AVCodecContext *avctx) cavsdsp_init_mmx() argument

Completed in 9 milliseconds

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