Home
last modified time | relevance | path

Searched defs:avctx (Results 201 - 225 of 842) sorted by relevance

12345678910>>...34

/third_party/ffmpeg/libavcodec/
H A Dav1_parser.c51 av1_parser_parse(AVCodecParserContext *ctx, AVCodecContext *avctx, const uint8_t **out_data, int *out_size, const uint8_t *data, int size) av1_parser_parse() argument
[all...]
H A Dflac.c50 int ff_flac_decode_frame_header(AVCodecContext *avctx, GetBitContext *gb, in ff_flac_decode_frame_header() argument
169 int ff_flac_is_extradata_valid(AVCodecContext *avctx, in ff_flac_is_extradata_valid() argument
196 ff_flac_set_channel_layout(AVCodecContext *avctx, int channels) ff_flac_set_channel_layout() argument
210 ff_flac_parse_streaminfo(AVCodecContext *avctx, struct FLACStreaminfo *s, const uint8_t *buffer) ff_flac_parse_streaminfo() argument
[all...]
H A Dmjpegbdec.c34 static uint32_t read_offs(AVCodecContext *avctx, GetBitContext *gb, uint32_t size, const char *err_msg){ in read_offs() argument
43 static int mjpegb_decode_frame(AVCodecContext *avctx, AVFrame *rframe, in mjpegb_decode_frame() argument
[all...]
H A Dmpeg4video_parser.c90 static int mpeg4_decode_header(AVCodecParserContext *s1, AVCodecContext *avctx, in mpeg4_decode_header() argument
140 mpeg4video_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) mpeg4video_parse() argument
[all...]
H A Damfenc_hevc.c95 static av_cold int amf_encode_init_hevc(AVCodecContext *avctx) in amf_encode_init_hevc() argument
[all...]
H A Danm.c37 static av_cold int decode_init(AVCodecContext *avctx) in decode_init() argument
111 static int decode_frame(AVCodecContext *avctx, AVFrame *rframe, in decode_frame() argument
184 decode_end(AVCodecContext *avctx) decode_end() argument
[all...]
H A Damr_parser.c54 amr_parse(AVCodecParserContext *s1, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) amr_parse() argument
[all...]
H A Dbfi.c36 AVCodecContext *avctx; member
41 static av_cold int bfi_decode_init(AVCodecContext *avctx) in bfi_decode_init() argument
51 static int bfi_decode_frame(AVCodecContext *avctx, AVFrame *frame, in bfi_decode_frame() argument
171 bfi_decode_close(AVCodecContext *avctx) bfi_decode_close() argument
[all...]
H A Dmpegaudio_parser.c43 mpegaudio_parse(AVCodecParserContext *s1, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) mpegaudio_parse() argument
[all...]
H A Dbethsoftvideo.c42 static av_cold int bethsoftvid_decode_init(AVCodecContext *avctx) in bethsoftvid_decode_init() argument
70 static int bethsoftvid_decode_frame(AVCodecContext *avctx, AVFrame *rframe, in bethsoftvid_decode_frame() argument
154 bethsoftvid_decode_end(AVCodecContext *avctx) bethsoftvid_decode_end() argument
[all...]
H A Dfastaudio.c43 static av_cold int fastaudio_init(AVCodecContext *avctx) in fastaudio_init() argument
108 static int fastaudio_decode(AVCodecContext *avctx, AVFrame *frame, in fastaudio_decode() argument
181 static av_cold int fastaudio_close(AVCodecContext *avctx) in fastaudio_close() argument
[all...]
H A Didctdsp.c240 av_cold void ff_idctdsp_init(IDCTDSPContext *c, AVCodecContext *avctx) in ff_idctdsp_init() argument
[all...]
H A Djvdec.c43 static av_cold int decode_init(AVCodecContext *avctx) in decode_init() argument
147 decode_frame(AVCodecContext *avctx, AVFrame *rframe, int *got_frame, AVPacket *avpkt) decode_frame() argument
228 decode_close(AVCodecContext *avctx) decode_close() argument
[all...]
H A Dkgv1dec.c39 static void decode_flush(AVCodecContext *avctx) in decode_flush() argument
47 static int decode_frame(AVCodecContext *avctx, AVFrame *frame, in decode_frame() argument
166 decode_init(AVCodecContext *avctx) decode_init() argument
173 decode_end(AVCodecContext *avctx) decode_end() argument
[all...]
H A Dlibopenh264dec.c41 static av_cold int svc_decode_close(AVCodecContext *avctx) in svc_decode_close() argument
51 static av_cold int svc_decode_init(AVCodecContext *avctx) in svc_decode_init() argument
90 static int svc_decode_frame(AVCodecContext *avctx, AVFram argument
[all...]
H A Dcscd.c68 static int decode_frame(AVCodecContext *avctx, AVFrame *rframe, in decode_frame() argument
135 decode_init(AVCodecContext *avctx) decode_init() argument
165 decode_end(AVCodecContext *avctx) decode_end() argument
[all...]
H A Dimm5.c51 static av_cold int imm5_init(AVCodecContext *avctx) in imm5_init() argument
86 static int imm5_decode_frame(AVCodecContext *avctx, AVFrame *frame, in imm5_decode_frame() argument
162 imm5_flush(AVCodecContext *avctx) imm5_flush() argument
170 imm5_close(AVCodecContext *avctx) imm5_close() argument
[all...]
H A Dimx.c35 static av_cold int imx_decode_init(AVCodecContext *avctx) in imx_decode_init() argument
50 static int imx_decode_frame(AVCodecContext *avctx, AVFrame *rframe, in imx_decode_frame() argument
164 static void imx_decode_flush(AVCodecContext *avctx) in imx_decode_flush() argument
174 imx_decode_close(AVCodecContext *avctx) imx_decode_close() argument
[all...]
H A Dlibwebpenc_common.c81 av_cold int ff_libwebp_encode_init_common(AVCodecContext *avctx) in ff_libwebp_encode_init_common() argument
124 ff_libwebp_get_frame(AVCodecContext *avctx, LibWebPContextCommon *s, const AVFrame *frame, AVFrame **alt_frame_ptr, WebPPicture **pic_ptr) ff_libwebp_get_frame() argument
[all...]
H A Damfenc_h264.c128 static av_cold int amf_encode_init_h264(AVCodecContext *avctx) in amf_encode_init_h264() argument
[all...]
H A Dbmp.c31 static int bmp_decode_frame(AVCodecContext *avctx, AVFrame *p, in bmp_decode_frame() argument
[all...]
H A Dbmpenc.c37 static av_cold int bmp_encode_init(AVCodecContext *avctx){ in bmp_encode_init() argument
66 static int bmp_encode_frame(AVCodecContext *avctx, AVPacket *pkt, in bmp_encode_frame() argument
[all...]
H A Dlibdavs2.c43 static av_cold int davs2_init(AVCodecContext *avctx) in davs2_init() argument
64 static int davs2_dump_frames(AVCodecContext *avctx, davs2_picture_t *pic, int *got_frame, in davs2_dump_frames() argument
142 davs2_flush(AVCodecContext *avctx) davs2_flush() argument
157 send_delayed_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame) send_delayed_frame() argument
174 davs2_end(AVCodecContext *avctx) davs2_end() argument
188 davs2_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) davs2_decode_frame() argument
[all...]
H A Dlibcodec2.c51 static av_cold int libcodec2_init_common(AVCodecContext *avctx, int mode) in libcodec2_init_common() argument
86 static av_cold int libcodec2_init_decoder(AVCodecContext *avctx) in libcodec2_init_decoder() argument
102 libcodec2_init_encoder(AVCodecContext *avctx) libcodec2_init_encoder() argument
125 libcodec2_close(AVCodecContext *avctx) libcodec2_close() argument
133 libcodec2_decode(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *pkt) libcodec2_decode() argument
162 libcodec2_encode(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) libcodec2_encode() argument
[all...]
H A Dlibilbc.c36 static int get_mode(AVCodecContext *avctx) in get_mode() argument
70 static av_cold int ilbc_decode_init(AVCodecContext *avctx) in ilbc_decode_init() argument
90 ilbc_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) ilbc_decode_frame() argument
154 ilbc_encode_init(AVCodecContext *avctx) ilbc_encode_init() argument
181 ilbc_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) ilbc_encode_frame() argument
[all...]

Completed in 9 milliseconds

12345678910>>...34