Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dobu_parser.h185 bool initial_display_delay_present_flag; member
Dobu_parser.cc341 const bool initial_display_delay_present_flag = scratch != 0; in ParseSequenceHeader() local
375 if (initial_display_delay_present_flag) { in ParseSequenceHeader()
/external/libaom/libaom/av1/
Dav1_dx_iface.c218 const uint8_t initial_display_delay_present_flag = aom_rb_read_bit(rb); in parse_operating_points() local
235 if (initial_display_delay_present_flag) { in parse_operating_points()