Searched refs:avcodec_send_frame (Results 1 - 17 of 17) sorted by relevance
/third_party/ffmpeg/libavcodec/arm/ |
H A D | neontest.c | 58 wrap(avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame)) in avcodec_send_frame() function 60 testneonclobbers(avcodec_send_frame, avctx, frame); in avcodec_send_frame()
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | neontest.c | 58 wrap(avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame)) in avcodec_send_frame() function 60 testneonclobbers(avcodec_send_frame, avctx, frame); in avcodec_send_frame()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | w64xmmtest.c | 58 wrap(avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame)) in avcodec_send_frame() function 60 testxmmclobbers(avcodec_send_frame, avctx, frame); in avcodec_send_frame()
|
/third_party/ffmpeg/doc/examples/ |
H A D | encode_audio.c | 100 ret = avcodec_send_frame(ctx, frame); in encode()
|
H A D | encode_video.c | 48 ret = avcodec_send_frame(enc_ctx, frame); in encode() 162 avcodec_send_frame(), and the codec may have kept a reference to in main()
|
H A D | vaapi_transcode.c | 118 if ((ret = avcodec_send_frame(encoder_ctx, frame)) < 0) { in encode_write()
|
H A D | vaapi_encode.c | 82 if ((ret = avcodec_send_frame(avctx, frame)) < 0) { in encode_write()
|
H A D | transcode_aac.c | 687 error = avcodec_send_frame(output_codec_context, frame); in encode_audio_frame()
|
H A D | muxing.c | 90 ret = avcodec_send_frame(c, frame); in write_frame()
|
H A D | transcoding.c | 437 ret = avcodec_send_frame(stream->enc_ctx, filt_frame); in encode_write_frame()
|
/third_party/ffmpeg/tests/api/ |
H A D | api-flac-test.c | 172 result = avcodec_send_frame(enc_ctx, in_frame); in run_test()
|
/third_party/skia/experimental/ffmpeg/ |
H A D | SkVideoEncoder.cpp | 280 if (check_err(avcodec_send_frame(fEncoderCtx, frame))) { in sendFrame()
|
/third_party/ffmpeg/libavcodec/ |
H A D | avcodec.h | 91 * The avcodec_send_packet()/avcodec_receive_frame()/avcodec_send_frame()/ 101 * - For encoding, call avcodec_send_frame() to give the encoder an AVFrame 137 * or avcodec_send_frame() (encoding) functions. This will enter draining 2654 int avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame);
|
H A D | encode.c | 357 int attribute_align_arg avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame) in avcodec_send_frame() function
|
H A D | mpegvideo_enc.c | 1200 ret = avcodec_send_frame(c, frame); in encode_frame()
|
/third_party/ffmpeg/ |
H A D | configure | 7069 -Wl,--wrap,avcodec_send_frame \ 7080 -Wl,--wrap,avcodec_send_frame \
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.c | 914 ret = avcodec_send_frame(enc, frame); in encode_frame()
|
Completed in 39 milliseconds