Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dv4l2_device.cc283 Size* min_resolution, in GetSupportedResolution() argument
286 min_resolution->SetSize(0, 0); in GetSupportedResolution()
299 if (min_resolution->IsEmpty() || in GetSupportedResolution()
301 base::checked_cast<uint32_t>(min_resolution->width()) && in GetSupportedResolution()
303 base::checked_cast<uint32_t>(min_resolution->height()))) { in GetSupportedResolution()
304 min_resolution->SetSize(frame_size.discrete.width, in GetSupportedResolution()
311 min_resolution->SetSize(frame_size.stepwise.min_width, in GetSupportedResolution()
322 if (min_resolution->IsEmpty()) { in GetSupportedResolution()
323 min_resolution->SetSize(16, 16); in GetSupportedResolution()
326 << ", fall back to " << min_resolution->ToString(); in GetSupportedResolution()
[all …]
Dvideo_decode_accelerator.cc65 s << " " << GetProfileName(sp.profile) << ": " << sp.min_resolution.width() in AsHumanReadableString()
66 << "x" << sp.min_resolution.height() << "->" << sp.max_resolution.width() in AsHumanReadableString()
Dv4l2_device.h107 Size* min_resolution,
Dvideo_decode_accelerator.h39 Size min_resolution; member
Dv4l2_video_decode_accelerator.cc1866 Size max_resolution, min_resolution; in SetupFormats() local
1867 device_->GetSupportedResolution(input_format_fourcc_, &min_resolution, in SetupFormats()
/external/drm_hwcomposer/
Ddrmdevice.h51 std::pair<uint32_t, uint32_t> min_resolution() const { in min_resolution() function
Ddrmhwctwo.cpp313 std::pair<uint32_t, uint32_t> min = drm_->min_resolution(); in GetClientTargetSupport()
/external/v4l2_codec2/
DC2VDAAdaptorProxy.cpp153 profiles[0].min_resolution = media::Size(16, 16); in GetSupportedProfiles()
DC2VDAComponent.cpp227 auto minSize = supportedProfiles[0].min_resolution; in IntfImpl()