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

/frameworks/av/media/libstagefright/wifi-display/
H A DVideoFormats.cpp236 int i, bestProfile = -1, bestLevel = -1; local
240 bestProfile = i;
250 if (bestProfile == -1 || bestLevel == -1) {
253 bestProfile = PROFILE_CBP;
257 *profile = (ProfileType) bestProfile;

Completed in 7 milliseconds