Lines Matching refs:fourcc
80 fourcc(0), in CapturedFrame()
293 best_format->fourcc = best->fourcc; in GetBestCaptureFormat()
308 std::string fourcc_name = GetFourccName(captured_frame->fourcc) + " "; in ToString()
368 if (FOURCC_ARGB == captured_frame->fourcc && in OnFrameCaptured()
411 FOURCC_YUY2 == CanonicalFourCC(captured_frame->fourcc) || in OnFrameCaptured()
412 FOURCC_UYVY == CanonicalFourCC(captured_frame->fourcc); in OnFrameCaptured()
484 if (captured_frame->fourcc == FOURCC_MJPG) { in OnFrameCaptured()
585 uint32_t supported_fourcc = CanonicalFourCC(supported.fourcc); in GetFormatDistance()
587 if (FOURCC_ANY == desired.fourcc) { in GetFormatDistance()
608 } else if (supported_fourcc == CanonicalFourCC(desired.fourcc)) { in GetFormatDistance()
707 last_captured_frame_format_.fourcc = captured_frame->fourcc; in UpdateStats()