MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / avcodec_receive_frame

Function avcodec_receive_frame

libavcodec/avcodec.c:723–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721}
722
723int avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame)
724{
725 return avcodec_receive_frame_flags(avctx, frame, 0);
726}
727
728#define WRAP_CONFIG(allowed_type, field, var, field_type, sentinel_check) \
729 do { \

Callers 15

audio_video_handlerFunction · 0.85
recon_frame_processFunction · 0.85
process_frameFunction · 0.85
decode_readFunction · 0.85
try_decode_frameFunction · 0.85
decoder_decode_frameFunction · 0.85
process_frameFunction · 0.85
cri_decode_frameFunction · 0.85
imm5_decode_frameFunction · 0.85
ftr_decode_frameFunction · 0.85
dng_decode_jpegFunction · 0.85
tdsc_decode_jpeg_tileFunction · 0.85

Calls 1

Tested by 8

recon_frame_processFunction · 0.68
process_frameFunction · 0.68
decodeFunction · 0.68
video_decodeFunction · 0.68
compute_crc_of_packetsFunction · 0.68
dump_stream_metaFunction · 0.68
run_testFunction · 0.68
video_decode_exampleFunction · 0.68