Home
last modified time | relevance | path

Searched refs:supported_fourcc (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dvideocapturer.cc595 uint32 supported_fourcc = CanonicalFourCC(supported.fourcc); in GetFormatDistance() local
605 if (supported_fourcc == CanonicalFourCC(preferred_fourccs[i])) { in GetFormatDistance()
610 if (supported.height >= 720 && (supported_fourcc == FOURCC_YU12 || in GetFormatDistance()
611 supported_fourcc == FOURCC_YV12)) { in GetFormatDistance()
618 } else if (supported_fourcc == CanonicalFourCC(desired.fourcc)) { in GetFormatDistance()