| /third_party/ffmpeg/libavcodec/ |
| H A D | av1_parser.c | 51 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 D | flac.c | 50 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 D | mjpegbdec.c | 34 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 D | mpeg4video_parser.c | 90 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 D | amfenc_hevc.c | 95 static av_cold int amf_encode_init_hevc(AVCodecContext *avctx) in amf_encode_init_hevc() argument [all...] |
| H A D | anm.c | 37 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 D | amr_parser.c | 54 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 D | bfi.c | 36 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 D | mpegaudio_parser.c | 43 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 D | bethsoftvideo.c | 42 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 D | fastaudio.c | 43 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 D | idctdsp.c | 240 av_cold void ff_idctdsp_init(IDCTDSPContext *c, AVCodecContext *avctx) in ff_idctdsp_init() argument [all...] |
| H A D | jvdec.c | 43 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 D | kgv1dec.c | 39 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 D | libopenh264dec.c | 41 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 D | cscd.c | 68 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 D | imm5.c | 51 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 D | imx.c | 35 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 D | libwebpenc_common.c | 81 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 D | amfenc_h264.c | 128 static av_cold int amf_encode_init_h264(AVCodecContext *avctx) in amf_encode_init_h264() argument [all...] |
| H A D | bmp.c | 31 static int bmp_decode_frame(AVCodecContext *avctx, AVFrame *p, in bmp_decode_frame() argument [all...] |
| H A D | bmpenc.c | 37 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 D | libdavs2.c | 43 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 D | libcodec2.c | 51 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 D | libilbc.c | 36 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...] |