Home
last modified time | relevance | path

Searched refs:isResolutionEnabled (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/
DVideoFormats.cpp261 bool VideoFormats::isResolutionEnabled( in isResolutionEnabled() function in android::VideoFormats
462 if (sinkSupported.isResolutionEnabled(nativeType, nativeIndex)) { in PickBestFormat()
463 if (sourceSupported.isResolutionEnabled(nativeType, nativeIndex)) { in PickBestFormat()
475 if (sourceSupported.isResolutionEnabled(nativeType, nativeIndex)) { in PickBestFormat()
476 if (sinkSupported.isResolutionEnabled(nativeType, nativeIndex)) { in PickBestFormat()
503 if (!sinkSupported.isResolutionEnabled((ResolutionType)i, j) in PickBestFormat()
504 || !sourceSupported.isResolutionEnabled( in PickBestFormat()
DVideoFormats.h79 bool isResolutionEnabled(ResolutionType type, size_t index) const;