Searched defs:isResolutionEnabled (Results 1 - 1 of 1) sorted by path

/frameworks/av/media/libstagefright/wifi-display/
H A DVideoFormats.cpp261 bool VideoFormats::isResolutionEnabled( function in class:android::VideoFormats
462 if (sinkSupported.isResolutionEnabled(nativeType, nativeIndex)) {
463 if (sourceSupported.isResolutionEnabled(nativeType, nativeIndex)) {
475 if (sourceSupported.isResolutionEnabled(nativeType, nativeIndex)) {
476 if (sinkSupported.isResolutionEnabled(nativeType, nativeIndex)) {
503 if (!sinkSupported.isResolutionEnabled((ResolutionType)i, j)
504 || !sourceSupported.isResolutionEnabled(

Completed in 249 milliseconds