Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dvideocapturer.cc585 uint32_t supported_fourcc = CanonicalFourCC(supported.fourcc); in GetFormatDistance() local
595 if (supported_fourcc == CanonicalFourCC(preferred_fourccs[i])) { in GetFormatDistance()
600 if (supported.height >= 720 && (supported_fourcc == FOURCC_YU12 || in GetFormatDistance()
601 supported_fourcc == FOURCC_YV12)) { in GetFormatDistance()
608 } else if (supported_fourcc == CanonicalFourCC(desired.fourcc)) { in GetFormatDistance()