Searched refs:supportedProfile (Results 1 – 2 of 2) sorted by relevance
1080 int32_t supportedProfile = static_cast<int32_t>(param.eProfile); in getVideoProfileLevel() local1083 supportedProfile, supportedLevel); in getVideoProfileLevel()1085 if (profile == supportedProfile && in getVideoProfileLevel()
3087 int32_t supportedProfile = static_cast<int32_t>(params.eProfile); in verifySupportForProfileAndLevel() local3090 if (profile == supportedProfile && level <= supportedLevel) { in verifySupportForProfileAndLevel()