Lines Matching refs:supported
279 LOG(LS_INFO) << " Supported " << i->ToString() << " distance " << distance;
573 // Get the distance between the supported and desired formats.
581 const VideoFormat& supported) {
585 uint32_t supported_fourcc = CanonicalFourCC(supported.fourcc);
600 if (supported.height >= 720 && (supported_fourcc == FOURCC_YU12 ||
620 int64_t delta_w = supported.width - desired_width;
621 float supported_fps = VideoFormat::IntervalToFpsFloat(supported.interval);
624 // Check height of supported height compared to height we would like it to be.
626 ? supported.width * desired_height / desired_width
628 int64_t delta_h = supported.height - aspect_h;
631 // Set high penalty if the supported format is lower than the desired format.