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

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp976 int32_t supportedProfile = static_cast<int32_t>(param.eProfile); local
979 supportedProfile, supportedLevel);
981 if (profile == supportedProfile &&
H A DACodec.cpp1919 int32_t supportedProfile = static_cast<int32_t>(params.eProfile); local
1922 if (profile == supportedProfile && level <= supportedLevel) {

Completed in 74 milliseconds