Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DOMXCodec.cpp1080 int32_t supportedProfile = static_cast<int32_t>(param.eProfile); in getVideoProfileLevel() local
1083 supportedProfile, supportedLevel); in getVideoProfileLevel()
1085 if (profile == supportedProfile && in getVideoProfileLevel()
DACodec.cpp3087 int32_t supportedProfile = static_cast<int32_t>(params.eProfile); in verifySupportForProfileAndLevel() local
3090 if (profile == supportedProfile && level <= supportedLevel) { in verifySupportForProfileAndLevel()