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

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp1088 int32_t supportedProfile = static_cast<int32_t>(param.eProfile); local
1091 supportedProfile, supportedLevel);
1093 if (profile == supportedProfile &&
H A DACodec.cpp3636 int32_t supportedProfile = static_cast<int32_t>(params.eProfile); local
3639 if (profile == supportedProfile && level <= supportedLevel) {

Completed in 80 milliseconds