Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/common/
H A Dav1_config.c249 config->initial_presentation_delay_present = 0; in parse_sequence_header()
269 AV1C_READ_BIT_OR_RETURN_ERROR(initial_presentation_delay_present); in parse_sequence_header()
270 config->initial_presentation_delay_present = in parse_sequence_header()
271 initial_presentation_delay_present; in parse_sequence_header()
296 if (config->initial_presentation_delay_present) { in parse_sequence_header()
311 config->initial_presentation_delay_present = 0; in parse_sequence_header()
460 AV1C_READ_BIT_OR_RETURN_ERROR(initial_presentation_delay_present); in read_av1config()
461 config->initial_presentation_delay_present = in read_av1config()
462 initial_presentation_delay_present; in read_av1config()
484 buffer[3] = config->initial_presentation_delay_present << 4; in write_av1config()
[all …]
H A Dav1_config.h61 uint8_t initial_presentation_delay_present; member
/aosp_15_r20/external/libaom/test/
H A Dav1_config_test.cc66 EXPECT_EQ(0, av1_config.initial_presentation_delay_present); in VerifyAv1c()