Home
last modified time | relevance | path

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

/third_party/openh264/test/api/
Dencode_options_test.cpp1950 EProfileIdc iEncProfileIdc = PRO_UNKNOWN; in TEST_F() local
1970 iEncProfileIdc = profileList[rand() % 11]; in TEST_F()
1972 sParam.sSpatialLayers[0].uiProfileIdc = iEncProfileIdc; in TEST_F()
1981 …if ((iEncProfileIdc != PRO_BASELINE) && (iEncProfileIdc != PRO_MAIN) && (iEncProfileIdc != PRO_HIG… in TEST_F()
1983 iEncProfileIdc = PRO_HIGH; in TEST_F()
1985 iEncProfileIdc = PRO_BASELINE; in TEST_F()
1989 …ASSERT_TRUE (iDecProfileIdc == iEncProfileIdc) << "enc_profile = " << iEncProfileIdc << " dec_pro… in TEST_F()
2015 iEncProfileIdc = profileList[rand() % 10]; in TEST_F()
2017 sParam.sSpatialLayers[0].uiProfileIdc = iEncProfileIdc; in TEST_F()
2022 sProfileInfo.uiProfileIdc = iEncProfileIdc; in TEST_F()
[all …]