Searched refs:avcodec_encode_video (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dw64xmmtest.c68 wrap(avcodec_encode_video(AVCodecContext *avctx, function
72 testxmmclobbers(avcodec_encode_video, avctx, buf, buf_size, pict);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dapi-example.c289 out_size = avcodec_encode_video(c, outbuf, outbuf_size, picture);
298 out_size = avcodec_encode_video(c, outbuf, outbuf_size, NULL);
H A Davcodec.h4347 int avcodec_encode_video(AVCodecContext *avctx, uint8_t *buf, int buf_size,
H A Dmpegvideo_enc.c1193 out_size = avcodec_encode_video(c, outbuf,
1203 out_size = avcodec_encode_video(c, outbuf, outbuf_size,
1210 out_size = avcodec_encode_video(c, outbuf, outbuf_size, NULL);
H A Dutils.c1058 int attribute_align_arg avcodec_encode_video(AVCodecContext *avctx, uint8_t *buf, int buf_size, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/libmpcodecs/
H A Dvf_uspp.c186 avcodec_encode_video(p->avctx_enc[i], p->outbuf, p->outbuf_size, p->frame);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Doutput-example.c388 out_size = avcodec_encode_video(c, video_outbuf, video_outbuf_size, picture);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dartwork.c401 ret = avcodec_encode_video(dst, outbuf, outbuf_len, o_frame);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h3042 * The avcodec_encode_video() function encodes a video frame from the input
3055 int avcodec_encode_video(AVCodecContext *avctx, uint8_t *buf, int buf_size,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Davcodec.h4444 int avcodec_encode_video(AVCodecContext *avctx, uint8_t *buf, int buf_size,
H A Dutils.c1973 int attribute_align_arg avcodec_encode_video(AVCodecContext *avctx, uint8_t *buf, int buf_size, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c1436 ret = avcodec_encode_video(enc,
1694 ret = avcodec_encode_video(enc, bit_buffer, bit_buffer_size, NULL);
H A Dffmpeg.c1246 ret = avcodec_encode_video(enc,
1822 ret = avcodec_encode_video(enc, bit_buffer, bit_buffer_size, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dconfigure4993 -Wl,--wrap,avcodec_encode_video \

Completed in 239 milliseconds