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
463 if (sinkSupported.isResolutionEnabled(nativeType, nativeIndex)) {
464 if (sourceSupported.isResolutionEnabled(nativeType, nativeIndex)) {
476 if (sourceSupported.isResolutionEnabled(nativeType, nativeIndex)) {
477 if (sinkSupported.isResolutionEnabled(nativeType, nativeIndex)) {
504 if (!sinkSupported.isResolutionEnabled((ResolutionType)i, j)
505 || !sourceSupported.isResolutionEnabled(

Completed in 143 milliseconds