Home | History | Annotate | Download | only in base

Lines Matching full:fourcc

80       fourcc(0),
293 best_format->fourcc = best->fourcc;
308 std::string fourcc_name = GetFourccName(captured_frame->fourcc) + " ";
368 if (FOURCC_ARGB == captured_frame->fourcc &&
411 FOURCC_YUY2 == CanonicalFourCC(captured_frame->fourcc) ||
412 FOURCC_UYVY == CanonicalFourCC(captured_frame->fourcc);
484 if (captured_frame->fourcc == FOURCC_MJPG) {
578 // 4) Compression. If desired format has a specific fourcc, we need exact match;
584 // Check fourcc.
585 uint32_t supported_fourcc = CanonicalFourCC(supported.fourcc);
587 if (FOURCC_ANY == desired.fourcc) {
588 // Any fourcc is OK for the desired. Use preference to find best fourcc.
608 } else if (supported_fourcc == CanonicalFourCC(desired.fourcc)) {
613 // Failed to match fourcc.
662 // 12 bits for width and height and 8 bits for fps and fourcc.
707 last_captured_frame_format_.fourcc = captured_frame->fourcc;