/third_party/ffmpeg/libavcodec/ |
H A D | flacenc.c | 1280 static int write_frame(FlacEncodeContext *s, AVPacket *avpkt) in write_frame() argument 1326 static int flac_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, in flac_encode_frame() argument [all...] |
H A D | indeo3.c | 1068 decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) decode_frame() argument
|
H A D | jpeg2000dec.c | 2494 jpeg2000_decode_frame(AVCodecContext *avctx, AVFrame *picture, int *got_frame, AVPacket *avpkt) jpeg2000_decode_frame() argument
|
H A D | mpegaudiodec_template.c | 1551 decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) decode_frame() argument 1636 decode_frame_adu(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) decode_frame_adu() argument 1816 decode_frame_mp3on4(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) decode_frame_mp3on4() argument [all...] |
H A D | apedec.c | 1473 ape_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) ape_decode_frame() argument
|
H A D | dolby_e.c | 1087 dolby_e_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) dolby_e_decode_frame() argument
|
H A D | mpeg12dec.c | 2767 mpeg_decode_frame(AVCodecContext *avctx, AVFrame *picture, int *got_output, AVPacket *avpkt) mpeg_decode_frame() argument 2973 ipu_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) ipu_decode_frame() argument
|
H A D | ac3dec.c | 1485 ac3_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) ac3_decode_frame() argument
|
H A D | ac3enc.c | 1797 int ff_ac3_encode_frame_common_end(AVCodecContext *avctx, AVPacket *avpkt, in ff_ac3_encode_frame_common_end() argument
|
H A D | alsdec.c | 1798 decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) decode_frame() argument
|
H A D | vorbisdec.c | 1774 vorbis_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) vorbis_decode_frame() argument
|
H A D | wmaprodec.c | 1612 decode_packet(AVCodecContext *avctx, WMAProDecodeCtx *s, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) decode_packet() argument 1812 wmapro_decode_packet(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) wmapro_decode_packet() argument 1828 xma_decode_packet(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) xma_decode_packet() argument [all...] |
H A D | wmalosslessdec.c | 1186 decode_packet(AVCodecContext *avctx, AVFrame *rframe, int *got_frame_ptr, AVPacket* avpkt) decode_packet() argument
|
H A D | qdm2.c | 1841 qdm2_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) qdm2_decode_frame() argument
|
H A D | svq3.c | 1374 svq3_decode_frame(AVCodecContext *avctx, AVFrame *rframe, int *got_frame, AVPacket *avpkt) svq3_decode_frame() argument
|
H A D | wmavoice.c | 1911 wmavoice_decode_packet(AVCodecContext *ctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) wmavoice_decode_packet() argument
|
H A D | rv34.c | 1599 ff_rv34_decode_frame(AVCodecContext *avctx, AVFrame *pict, int *got_picture_ptr, AVPacket *avpkt) ff_rv34_decode_frame() argument
|
H A D | vorbisenc.c | 1091 static int vorbis_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, in vorbis_encode_frame() argument [all...] |
H A D | wavpackenc.c | 2855 static int wavpack_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, in wavpack_encode_frame() argument
|
H A D | wavpack.c | 1633 wavpack_decode_frame(AVCodecContext *avctx, AVFrame *rframe, int *got_frame_ptr, AVPacket *avpkt) wavpack_decode_frame() argument
|
H A D | pngdec.c | 1185 decode_frame_common(AVCodecContext *avctx, PNGDecContext *s, AVFrame *p, const AVPacket *avpkt) decode_frame_common() argument 1531 decode_frame_png(AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt) decode_frame_png() argument 1589 decode_frame_apng(AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt) decode_frame_apng() argument [all...] |
H A D | webp.c | 1337 webp_decode_frame(AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt) webp_decode_frame() argument
|
H A D | tiff.c | 953 dng_decode_tiles(AVCodecContext *avctx, AVFrame *frame, const AVPacket *avpkt) dng_decode_tiles() argument 1763 decode_frame(AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt) decode_frame() argument [all...] |
H A D | vc2enc.c | 898 static int encode_frame(VC2EncContext *s, AVPacket *avpkt, const AVFrame *frame, in encode_frame() argument 951 static av_cold int vc2_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, in vc2_encode_frame() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | demux.c | 2002 try_decode_frame(AVFormatContext *s, AVStream *st, const AVPacket *avpkt, AVDictionary **options) try_decode_frame() argument
|