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

Completed in 7 milliseconds