Home
last modified time | relevance | path

Searched refs:template_dependency_structure_present_flag (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtp_dependency_descriptor_writer.cc335 uint64_t template_dependency_structure_present_flag = in WriteExtendedFields() local
337 WriteBits(template_dependency_structure_present_flag, 1); in WriteExtendedFields()
344 if (template_dependency_structure_present_flag) in WriteExtendedFields()
H A Drtp_dependency_descriptor_reader.cc166 bool template_dependency_structure_present_flag = buffer_.Read<bool>(); in ReadExtendedFields() local
171 if (template_dependency_structure_present_flag) { in ReadExtendedFields()