Searched refs:avcodec_decode_video2 (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dw64xmmtest.c41 wrap(avcodec_decode_video2(AVCodecContext *avctx, function
46 testxmmclobbers(avcodec_decode_video2, avctx, picture,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/aarch64/
H A Dneontest.c41 wrap(avcodec_decode_video2(AVCodecContext *avctx, function
46 testneonclobbers(avcodec_decode_video2, avctx, picture,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dneontest.c41 wrap(avcodec_decode_video2(AVCodecContext *avctx, function
46 testneonclobbers(avcodec_decode_video2, avctx, picture,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dlavfutils.c77 ret = avcodec_decode_video2(codec_ctx, frame, &frame_decoded, &pkt);
H A Dsrc_movie.c505 ret = avcodec_decode_video2(st->st->codec, movie->frame, &got_frame, pkt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dapi-example.c408 len = avcodec_decode_video2(c, picture, &got_picture, &avpkt);
434 len = avcodec_decode_video2(c, picture, &got_picture, &avpkt);
H A Davcodec.h4213 int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
H A Dutils.c1134 int attribute_align_arg avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Ddemuxing_decoding.c77 ret = avcodec_decode_video2(video_dec_ctx, frame, got_frame, &pkt);
H A Dfiltering_video.c218 ret = avcodec_decode_video2(dec_ctx, frame, &got_frame, &packet);
H A Ddecoding_encoding.c511 len = avcodec_decode_video2(avctx, frame, &got_frame, pkt);
H A Dtranscoding.c520 dec_func = (type == AVMEDIA_TYPE_VIDEO) ? avcodec_decode_video2 :
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsmvjpegdec.c139 ret = avcodec_decode_video2(s->avctx, mjpeg_data, &s->mjpeg_data_size, avpkt);
H A Davcodec.h2222 * avcodec_decode_video2() and avcodec_decode_audio4() are reference-counted
4067 int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
H A Dutils.c2254 int attribute_align_arg avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvsrc_movie.c234 avcodec_decode_video2(movie->codec_ctx, movie->frame, &frame_decoded, &pkt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dartwork.c337 avcodec_decode_video2(src, i_frame, &have_frame, &pkt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dconfigure4978 -Wl,--wrap,avcodec_decode_video2 \
4990 -Wl,--wrap,avcodec_decode_video2 \
H A Dffmpeg.c1866 ret = avcodec_decode_video2(ist->dec_ctx,
H A Dffplay.c1694 if(avcodec_decode_video2(is->video_st->codec, frame, &got_picture, pkt) < 0)
H A Dffprobe.c1805 ret = avcodec_decode_video2(dec_ctx, frame, &got_frame, pkt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davplay.c1493 avcodec_decode_video2(is->video_st->codec, frame, &got_picture, pkt);
H A Davconv.c1934 ret = avcodec_decode_video2(ist->st->codec,
H A Dffmpeg.c1548 ret = avcodec_decode_video2(ist->st->codec,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dutils.c2755 ret = avcodec_decode_video2(st->codec, frame,

Completed in 273 milliseconds

12