Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dv4l2_device.cc288 Size* min_resolution, in GetSupportedResolution() argument
291 min_resolution->SetSize(0, 0); in GetSupportedResolution()
304 if (min_resolution->IsEmpty() || in GetSupportedResolution()
306 base::checked_cast<uint32_t>(min_resolution->width()) && in GetSupportedResolution()
308 base::checked_cast<uint32_t>(min_resolution->height()))) { in GetSupportedResolution()
309 min_resolution->SetSize(frame_size.discrete.width, in GetSupportedResolution()
316 min_resolution->SetSize(frame_size.stepwise.min_width, in GetSupportedResolution()
327 if (min_resolution->IsEmpty()) { in GetSupportedResolution()
328 min_resolution->SetSize(16, 16); in GetSupportedResolution()
331 << ", fall back to " << min_resolution->ToString(); in GetSupportedResolution()
[all …]
Dvideo_decode_accelerator.cc63 s << " " << GetProfileName(sp.profile) << ": " << sp.min_resolution.width() in AsHumanReadableString()
64 << "x" << sp.min_resolution.height() << "->" << sp.max_resolution.width() in AsHumanReadableString()
Dv4l2_device.h106 Size* min_resolution,
Dvideo_decode_accelerator.h38 Size min_resolution; member
Dv4l2_slice_video_decode_accelerator.cc629 Size max_resolution, min_resolution; in SetupFormats() local
630 device_->GetSupportedResolution(input_format_fourcc_, &min_resolution, in SetupFormats()