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

/frameworks/av/media/libstagefright/wifi-display/
H A DVideoFormats.cpp449 const VideoFormats &sinkSupported,
461 sinkSupported.getNativeResolution(&nativeType, &nativeIndex);
462 if (sinkSupported.isResolutionEnabled(nativeType, nativeIndex)) {
476 if (sinkSupported.isResolutionEnabled(nativeType, nativeIndex)) {
503 if (!sinkSupported.isResolutionEnabled((ResolutionType)i, j)
540 sinkSupported.getProfileLevel(
448 PickBestFormat( const VideoFormats &sinkSupported, const VideoFormats &sourceSupported, ResolutionType *chosenType, size_t *chosenIndex, ProfileType *chosenProfile, LevelType *chosenLevel) argument

Completed in 185 milliseconds