Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh264_picture.c219 int ff_h264_field_end(H264Context *h, H264SliceContext *sl, int in_setup) in ff_h264_field_end() argument
226 if (in_setup || !(avctx->active_thread_type & FF_THREAD_FRAME)) { in ff_h264_field_end()
241 } else if (!in_setup && cur->needs_fg && (!FIELD_PICTURE(h) || !h->first_field)) { in ff_h264_field_end()
256 if (!in_setup && !h->droppable) in ff_h264_field_end()
H A Dh264dec.h782 int ff_h264_field_end(H264Context *h, H264SliceContext *sl, int in_setup);

Completed in 2 milliseconds