/third_party/ffmpeg/libavcodec/ |
H A D | assdec.c | 43 ass_decode_frame(AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, const AVPacket *avpkt) ass_decode_frame() argument
|
H A D | v408dec.c | 35 v408_decode_frame(AVCodecContext *avctx, AVFrame *pic, int *got_frame, AVPacket *avpkt) v408_decode_frame() argument
|
H A D | v308dec.c | 36 v308_decode_frame(AVCodecContext *avctx, AVFrame *pic, int *got_frame, AVPacket *avpkt) v308_decode_frame() argument
|
H A D | y41pdec.c | 39 y41p_decode_frame(AVCodecContext *avctx, AVFrame *pic, int *got_frame, AVPacket *avpkt) y41p_decode_frame() argument
|
H A D | yuv4dec.c | 34 yuv4_decode_frame(AVCodecContext *avctx, AVFrame *pic, int *got_frame, AVPacket *avpkt) yuv4_decode_frame() argument
|
H A D | sp5xdec.c | 35 int ff_sp5x_process_packet(AVCodecContext *avctx, AVPacket *avpkt) in ff_sp5x_process_packet() argument
|
H A D | subviewerdec.c | 50 subviewer_decode_frame(AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, const AVPacket *avpkt) subviewer_decode_frame() argument
|
H A D | targa_y216dec.c | 34 y216_decode_frame(AVCodecContext *avctx, AVFrame *pic, int *got_frame, AVPacket *avpkt) y216_decode_frame() argument
|
H A D | dsicinaudio.c | 90 cinaudio_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) cinaudio_decode_frame() argument
|
H A D | avrndec.c | 53 decode_frame(AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt) decode_frame() argument
|
H A D | cljrdec.c | 32 decode_frame(AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt) decode_frame() argument
|
H A D | bmvaudio.c | 42 bmv_aud_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) bmv_aud_decode_frame() argument
|
H A D | gsmdec.c | 68 gsm_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) gsm_decode_frame() argument
|
H A D | libgsmenc.c | 91 static int libgsm_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, in libgsm_encode_frame() argument
|
H A D | aliaspixdec.c | 31 decode_frame(AVCodecContext *avctx, AVFrame *f, int *got_frame, AVPacket *avpkt) decode_frame() argument
|
H A D | 012v.c | 39 zero12v_decode_frame(AVCodecContext *avctx, AVFrame *pic, int *got_frame, AVPacket *avpkt) zero12v_decode_frame() argument
|
H A D | v210x.c | 39 decode_frame(AVCodecContext *avctx, AVFrame *pic, int *got_frame, AVPacket *avpkt) decode_frame() argument
|
H A D | ptx.c | 29 ptx_decode_frame(AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt) ptx_decode_frame() argument
|
H A D | mpl2dec.c | 66 mpl2_decode_frame(AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, const AVPacket *avpkt) mpl2_decode_frame() argument
|
H A D | realtextdec.c | 59 realtext_decode_frame(AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, const AVPacket *avpkt) realtext_decode_frame() argument
|
H A D | webvttdec.c | 83 webvtt_decode_frame(AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, const AVPacket *avpkt) webvtt_decode_frame() argument
|
H A D | msp2dec.c | 32 msp2_decode_frame(AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt) msp2_decode_frame() argument
|
/third_party/ffmpeg/libavcodec/tests/ |
H A D | avpacket.c | 28 static int setup_side_data_entry(AVPacket* avpkt) in setup_side_data_entry() argument 61 static int initializations(AVPacket* avpkt) in initializations() argument 82 AVPacket *avpkt = NULL; main() local [all...] |
/third_party/ffmpeg/libavcodec/arm/ |
H A D | neontest.c | 48 wrap(avcodec_send_packet(AVCodecContext *avctx, const AVPacket *avpkt)) in avcodec_send_packet() argument 53 wrap(avcodec_receive_packet(AVCodecContext *avctx, AVPacket *avpkt)) in avcodec_receive_packet() argument 32 avcodec_decode_subtitle2(AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, AVPacket *avpkt) avcodec_decode_subtitle2() argument
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | neontest.c | 48 wrap(avcodec_send_packet(AVCodecContext *avctx, const AVPacket *avpkt)) in avcodec_send_packet() argument 53 wrap(avcodec_receive_packet(AVCodecContext *avctx, AVPacket *avpkt)) in avcodec_receive_packet() argument 32 avcodec_decode_subtitle2(AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, AVPacket *avpkt) avcodec_decode_subtitle2() argument
|