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

  /hardware/libhardware/modules/camera/3_4/
stream_format.cpp 206 for (const auto& supported_fourcc : supported_fourccs) {
208 if (supported_format.fourcc != supported_fourcc) {
  /external/webrtc/talk/media/base/
videocapturer.cc 585 uint32_t supported_fourcc = CanonicalFourCC(supported.fourcc); local
595 if (supported_fourcc == CanonicalFourCC(preferred_fourccs[i])) {
600 if (supported.height >= 720 && (supported_fourcc == FOURCC_YU12 ||
601 supported_fourcc == FOURCC_YV12)) {
608 } else if (supported_fourcc == CanonicalFourCC(desired.fourcc)) {

Completed in 3561 milliseconds