Searched defs:supportedProfile (Results 1 - 2 of 2) sorted by relevance

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

Completed in 21 milliseconds