Home
last modified time | relevance | path

Searched defs:avpkt (Results 1 - 25 of 361) sorted by relevance

12345678910>>...15

/third_party/ffmpeg/libavcodec/
H A Dassdec.c43 ass_decode_frame(AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, const AVPacket *avpkt) ass_decode_frame() argument
H A Dv408dec.c35 v408_decode_frame(AVCodecContext *avctx, AVFrame *pic, int *got_frame, AVPacket *avpkt) v408_decode_frame() argument
H A Dv308dec.c36 v308_decode_frame(AVCodecContext *avctx, AVFrame *pic, int *got_frame, AVPacket *avpkt) v308_decode_frame() argument
H A Dy41pdec.c39 y41p_decode_frame(AVCodecContext *avctx, AVFrame *pic, int *got_frame, AVPacket *avpkt) y41p_decode_frame() argument
H A Dyuv4dec.c34 yuv4_decode_frame(AVCodecContext *avctx, AVFrame *pic, int *got_frame, AVPacket *avpkt) yuv4_decode_frame() argument
H A Dsp5xdec.c35 int ff_sp5x_process_packet(AVCodecContext *avctx, AVPacket *avpkt) in ff_sp5x_process_packet() argument
H A Dsubviewerdec.c50 subviewer_decode_frame(AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, const AVPacket *avpkt) subviewer_decode_frame() argument
H A Dtarga_y216dec.c34 y216_decode_frame(AVCodecContext *avctx, AVFrame *pic, int *got_frame, AVPacket *avpkt) y216_decode_frame() argument
H A Ddsicinaudio.c90 cinaudio_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) cinaudio_decode_frame() argument
H A Davrndec.c53 decode_frame(AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt) decode_frame() argument
H A Dcljrdec.c32 decode_frame(AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt) decode_frame() argument
H A Dbmvaudio.c42 bmv_aud_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) bmv_aud_decode_frame() argument
H A Dgsmdec.c68 gsm_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) gsm_decode_frame() argument
H A Dlibgsmenc.c91 static int libgsm_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, in libgsm_encode_frame() argument
H A Daliaspixdec.c31 decode_frame(AVCodecContext *avctx, AVFrame *f, int *got_frame, AVPacket *avpkt) decode_frame() argument
H A D012v.c39 zero12v_decode_frame(AVCodecContext *avctx, AVFrame *pic, int *got_frame, AVPacket *avpkt) zero12v_decode_frame() argument
H A Dv210x.c39 decode_frame(AVCodecContext *avctx, AVFrame *pic, int *got_frame, AVPacket *avpkt) decode_frame() argument
H A Dptx.c29 ptx_decode_frame(AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt) ptx_decode_frame() argument
H A Dmpl2dec.c66 mpl2_decode_frame(AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, const AVPacket *avpkt) mpl2_decode_frame() argument
H A Drealtextdec.c59 realtext_decode_frame(AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, const AVPacket *avpkt) realtext_decode_frame() argument
H A Dwebvttdec.c83 webvtt_decode_frame(AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, const AVPacket *avpkt) webvtt_decode_frame() argument
H A Dmsp2dec.c32 msp2_decode_frame(AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt) msp2_decode_frame() argument
/third_party/ffmpeg/libavcodec/tests/
H A Davpacket.c28 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 Dneontest.c48 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 Dneontest.c48 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

Completed in 7 milliseconds

12345678910>>...15