Searched refs:spatial_layer_resolution_present (Results 1 – 10 of 10) sorted by relevance
43 EXPECT_EQ(expected.spatial_layer_resolution_present, in VerifyHeader()44 actual.spatial_layer_resolution_present); in VerifyHeader()46 if (expected.spatial_layer_resolution_present) { in VerifyHeader()348 expected_.spatial_layer_resolution_present = false; in TEST_F()373 expected_.spatial_layer_resolution_present = false; in TEST_F()392 expected_.spatial_layer_resolution_present = true; in TEST_F()624 expected_.spatial_layer_resolution_present = kYbit ? true : false; in TEST_F()
134 if (hdr.spatial_layer_resolution_present) { in SsDataLength()278 writer->WriteBits(vp9.spatial_layer_resolution_present ? 1 : 0, 1)); in WriteSsData()282 if (vp9.spatial_layer_resolution_present) { in WriteSsData()432 vp9->spatial_layer_resolution_present = y_bit ? true : false; in ParseSsData()722 if (vp9->spatial_layer_resolution_present) { in Parse()
179 .spatial_layer_resolution_present = in CopyCodecSpecific()180 header->codecHeader.VP9.spatial_layer_resolution_present; in CopyCodecSpecific()181 if (header->codecHeader.VP9.spatial_layer_resolution_present) { in CopyCodecSpecific()
64 rtp->codecHeader.VP9.spatial_layer_resolution_present = in CopyCodecSpecific()65 info->codecSpecific.VP9.spatial_layer_resolution_present; in CopyCodecSpecific()66 if (info->codecSpecific.VP9.spatial_layer_resolution_present) { in CopyCodecSpecific()
66 bool spatial_layer_resolution_present; member
68 bool spatial_layer_resolution_present; member
948 info.codecSpecific.VP9.spatial_layer_resolution_present = false; in DeliverPendingOutputs()950 info.codecSpecific.VP9.spatial_layer_resolution_present = true; in DeliverPendingOutputs()
197 bool spatial_layer_resolution_present; member
638 vp9_info->spatial_layer_resolution_present = true; in PopulateCodecSpecific()
2077 EXPECT_TRUE(vp9.spatial_layer_resolution_present); // Y:1 in VerifySsData()