/third_party/ffmpeg/libavcodec/arm/ |
H A D | neontest.c | 63 wrap(avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame)) in avcodec_receive_frame() function 65 testneonclobbers(avcodec_receive_frame, avctx, frame); in avcodec_receive_frame()
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | neontest.c | 63 wrap(avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame)) in avcodec_receive_frame() function 65 testneonclobbers(avcodec_receive_frame, avctx, frame); in avcodec_receive_frame()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | w64xmmtest.c | 63 wrap(avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame)) in avcodec_receive_frame() function 65 testxmmclobbers(avcodec_receive_frame, avctx, frame); in avcodec_receive_frame()
|
/third_party/ffmpeg/doc/examples/ |
H A D | decode_video.c | 64 ret = avcodec_receive_frame(dec_ctx, frame); in decode()
|
H A D | qsvdec.c | 77 ret = avcodec_receive_frame(decoder_ctx, frame); in decode_packet()
|
H A D | decode_audio.c | 86 ret = avcodec_receive_frame(dec_ctx, frame); in decode()
|
H A D | extract_mvs.c | 46 ret = avcodec_receive_frame(video_dec_ctx, frame); in decode_packet()
|
H A D | filtering_audio.c | 249 ret = avcodec_receive_frame(dec_ctx, frame); in main()
|
H A D | filtering_video.c | 248 ret = avcodec_receive_frame(dec_ctx, frame); in main()
|
H A D | hw_decode.c | 98 ret = avcodec_receive_frame(avctx, frame); in decode_write()
|
H A D | vaapi_transcode.c | 160 ret = avcodec_receive_frame(decoder_ctx, frame); in dec_enc()
|
H A D | demuxing_decoding.c | 123 ret = avcodec_receive_frame(dec, frame); in decode_packet()
|
H A D | transcode_aac.c | 406 error = avcodec_receive_frame(input_codec_context, frame); in decode_audio_frame()
|
/third_party/ffmpeg/libavfilter/ |
H A D | lavfutils.c | 106 ret = avcodec_receive_frame(codec_ctx, frame); in ff_load_image()
|
/third_party/ffmpeg/tools/ |
H A D | decode_simple.c | 42 ret = avcodec_receive_frame(dc->decoder, dc->frame); in decode_read()
|
/third_party/ffmpeg/tests/api/ |
H A D | api-h264-test.c | 137 result = avcodec_receive_frame(ctx, fr); in video_decode_example()
|
H A D | api-flac-test.c | 195 result = avcodec_receive_frame(dec_ctx, out_frame); in run_test()
|
H A D | api-band-test.c | 181 result = avcodec_receive_frame(ctx, fr); in video_decode()
|
H A D | api-h264-slice-test.c | 65 ret = avcodec_receive_frame(dec_ctx, frame); in decode()
|
H A D | api-seek-test.c | 127 result = avcodec_receive_frame(ctx, fr); in compute_crc_of_packets()
|
/third_party/skia/experimental/ffmpeg/ |
H A D | SkVideoDecoder.cpp | 289 if (check_err(avcodec_receive_frame(fDecoderCtx, fFrame), silentList)) { in nextImage() 301 if (avcodec_receive_frame(fDecoderCtx, fFrame) >= 0) { in nextImage()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/ |
H A D | FFMpegExtractor.cpp | 253 result = avcodec_receive_frame(codecContext.get(), decodedFrame); in decode() 256 LOGI("avcodec_receive_frame returned EAGAIN"); in decode() 261 LOGE("avcodec_receive_frame error: %s", av_err2str(result)); in decode()
|
/third_party/ffmpeg/libavcodec/ |
H A D | imm5.c | 141 ret = avcodec_receive_frame(codec_avctx, frame); in imm5_decode_frame()
|
H A D | cri.c | 362 ret = avcodec_receive_frame(s->jpeg_avctx, s->jpgframe); in cri_decode_frame()
|
H A D | avcodec.h | 91 * The avcodec_send_packet()/avcodec_receive_frame()/avcodec_send_frame()/ 110 * - For decoding, call avcodec_receive_frame(). On success, it will return 139 * - Call avcodec_receive_frame() (decoding) or avcodec_receive_packet() 148 * avcodec_receive_frame(). In this case, avcodec_send_packet() will succeed 553 * AVFrame output by avcodec_receive_frame() due frame 569 * AVFrame output by avcodec_receive_frame() due frame 592 * AVFrame output by avcodec_receive_frame() due frame 2404 * @ref avcodec_receive_frame()). 2573 * will require you to call avcodec_receive_frame() multiple 2585 * must read output with avcodec_receive_frame() (onc [all...] |