Searched refs:cTypeByte (Results 1 – 1 of 1) sorted by relevance
2113 uint8_t cTypeByte; in TEST_F() local2117 cTypeByte = (* (pLayerBsInfo->pBsBuf + 4)) & 0x1f; in TEST_F()2119 …EXPECT_TRUE (cTypeByte <= 8) << "simulcastAVC, spatial_id = " << pLayerBsInfo->uiSpatialId << ", t… in TEST_F()2120 cTypeByte; in TEST_F()2123 …EXPECT_TRUE (cTypeByte <= 8 || cTypeByte == 14) << "simulcastSVC, spatial_id = 0, typeByte = " << … in TEST_F()2125 …EXPECT_TRUE (cTypeByte >= 14) << "simulcastSVC, spatial_id = " << pLayerBsInfo->uiSpatialId << ", … in TEST_F()2126 cTypeByte;; in TEST_F()