Searched refs:spatial_layer_resolution_present (Results 1 – 12 of 12) sorted by relevance
48 EXPECT_EQ(expected.spatial_layer_resolution_present, in VerifyHeader()49 actual.spatial_layer_resolution_present); in VerifyHeader()51 if (expected.spatial_layer_resolution_present) { in VerifyHeader()346 expected_.spatial_layer_resolution_present = false; in TEST_F()370 expected_.spatial_layer_resolution_present = false; in TEST_F()388 expected_.spatial_layer_resolution_present = true; in TEST_F()432 expected_.spatial_layer_resolution_present = true; in TEST_F()578 expected_.spatial_layer_resolution_present = true; in TEST_F()
122 vp9->spatial_layer_resolution_present = parser.Read<bool>(); in ParseSsData()127 if (vp9->spatial_layer_resolution_present) { in ParseSsData()208 if (vp9_header.spatial_layer_resolution_present) { in ParseRtpPayload()
47 EXPECT_EQ(expected.spatial_layer_resolution_present, in VerifyHeader()48 actual.spatial_layer_resolution_present); in VerifyHeader()50 if (expected.spatial_layer_resolution_present) { in VerifyHeader()260 expected.spatial_layer_resolution_present = kYbit ? true : false; in TEST()
130 if (hdr.spatial_layer_resolution_present) { in SsDataLength()258 writer->WriteBits(vp9.spatial_layer_resolution_present ? 1 : 0, 1)); in WriteSsData()262 if (vp9.spatial_layer_resolution_present) { in WriteSsData()
120 .spatial_layer_resolution_present = in CopyCodecSpecific()121 vp9_header.spatial_layer_resolution_present; in CopyCodecSpecific()122 if (vp9_header.spatial_layer_resolution_present) { in CopyCodecSpecific()
75 vp9_header.spatial_layer_resolution_present = in PopulateRtpWithCodecSpecifics()76 info.codecSpecific.VP9.spatial_layer_resolution_present; in PopulateRtpWithCodecSpecifics()77 if (info.codecSpecific.VP9.spatial_layer_resolution_present) { in PopulateRtpWithCodecSpecifics()374 if (vp9.ss_data_available && vp9.spatial_layer_resolution_present) { in GenericStructure()
401 info.codecSpecific.VP9.spatial_layer_resolution_present = false; in ParseCodecSpecificInfo()403 info.codecSpecific.VP9.spatial_layer_resolution_present = true; in ParseCodecSpecificInfo()
73 bool spatial_layer_resolution_present; member
169 bool spatial_layer_resolution_present; member
1381 vp9_info->spatial_layer_resolution_present = true; in PopulateCodecSpecific()
1665 .codecSpecific.VP9.spatial_layer_resolution_present); in TEST_P()
3280 EXPECT_TRUE(vp9.spatial_layer_resolution_present); // Y:1 in VerifySsData()