Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A D4xm.c155 CFrameBuffer cfrm[CFRAME_BUFFER_COUNT]; member
858 if (frame_4cc == AV_RL32("cfrm")) { in decode_frame()
862 CFrameBuffer *cfrm; in decode_frame() local
865 av_log(f->avctx, AV_LOG_ERROR, "cfrm in version %d\n", f->version); in decode_frame()
878 if (f->cfrm[i].id && f->cfrm[i].id < avctx->frame_number) in decode_frame()
880 f->cfrm[i].id); in decode_frame()
883 if (f->cfrm[i].id == id) in decode_frame()
885 if (f->cfrm[i].size == 0) in decode_frame()
893 f->cfrm[ in decode_frame()
[all...]

Completed in 2 milliseconds