Home
last modified time | relevance | path

Searched refs:next_outputed_poc (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264dec.c297 h->next_outputed_poc = INT_MIN; in h264_init_context()
443 h->next_outputed_poc = INT_MIN; in ff_h264_flush_change()
610 h->next_outputed_poc = INT_MIN; in decode_nal_units()
Dh264_slice.c411 h->next_outputed_poc = h1->next_outputed_poc; in ff_h264_update_thread_context()
1413 h->next_outputed_poc = INT_MIN; in h264_select_output_frame()
1414 out_of_order = out->poc < h->next_outputed_poc; in h264_select_output_frame()
1424 h->next_outputed_poc = INT_MIN; in h264_select_output_frame()
1426 h->next_outputed_poc = out->poc; in h264_select_output_frame()
Dh264dec.h475 int next_outputed_poc; member