HomeSort by relevance Sort by last modified time
    Searched refs:isResolutionEnabled (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.cpp 261 bool VideoFormats::isResolutionEnabled(
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(
VideoFormats.h 79 bool isResolutionEnabled(ResolutionType type, size_t index) const;

Completed in 40 milliseconds