Searched refs:avcodec_encode_video2 (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dw64xmmtest.c82 wrap(avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, function
85 testxmmclobbers(avcodec_encode_video2, avctx, avpkt, frame, got_packet_ptr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/aarch64/
H A Dneontest.c75 wrap(avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, function
78 testneonclobbers(avcodec_encode_video2, avctx, avpkt, frame, got_packet_ptr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dneontest.c75 wrap(avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, function
78 testneonclobbers(avcodec_encode_video2, avctx, avpkt, frame, got_packet_ptr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Ddecoding_encoding.c447 ret = avcodec_encode_video2(c, &pkt, frame, &got_output);
464 ret = avcodec_encode_video2(c, &pkt, NULL, &got_output);
H A Dmuxing.c499 ret = avcodec_encode_video2(c, &pkt, frame, &got_packet);
H A Dtranscoding.c368 AVMEDIA_TYPE_VIDEO) ? avcodec_encode_video2 : avcodec_encode_audio2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_mcdeint.c191 ret = avcodec_encode_video2(mcdeint->enc_ctx, &pkt, inpic, &got_frame);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dframe_thread_encoder.c93 ret = avcodec_encode_video2(avctx, pkt, frame, &got_packet);
H A Davcodec.h4430 * @deprecated use avcodec_encode_video2() instead.
4482 int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
H A Dutils.c1988 ret = avcodec_encode_video2(avctx, &pkt, pict, &got_packet);
2008 int attribute_align_arg avcodec_encode_video2(AVCodecContext *avctx, function
H A Dmpegvideo_enc.c1241 ret = avcodec_encode_video2(c, &pkt, frame, &got_output);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.c1036 ret = avcodec_encode_video2(enc, &pkt, in_picture, &got_packet);
1530 encode = avcodec_encode_video2;
H A Dconfigure4981 -Wl,--wrap,avcodec_encode_video2 \
4994 -Wl,--wrap,avcodec_encode_video2 \

Completed in 386 milliseconds