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

/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(
H A DVideoFormats.h79 bool isResolutionEnabled(ResolutionType type, size_t index) const;

Completed in 1420 milliseconds