Searched refs:min_resolution (Results 1 – 9 of 9) sorted by relevance
/external/v4l2_codec2/vda/ |
D | v4l2_device.cc | 283 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 …]
|
D | video_decode_accelerator.cc | 65 s << " " << GetProfileName(sp.profile) << ": " << sp.min_resolution.width() in AsHumanReadableString() 66 << "x" << sp.min_resolution.height() << "->" << sp.max_resolution.width() in AsHumanReadableString()
|
D | v4l2_device.h | 107 Size* min_resolution,
|
D | video_decode_accelerator.h | 39 Size min_resolution; member
|
D | v4l2_video_decode_accelerator.cc | 1866 Size max_resolution, min_resolution; in SetupFormats() local 1867 device_->GetSupportedResolution(input_format_fourcc_, &min_resolution, in SetupFormats()
|
/external/drm_hwcomposer/ |
D | drmdevice.h | 51 std::pair<uint32_t, uint32_t> min_resolution() const { in min_resolution() function
|
D | drmhwctwo.cpp | 313 std::pair<uint32_t, uint32_t> min = drm_->min_resolution(); in GetClientTargetSupport()
|
/external/v4l2_codec2/ |
D | C2VDAAdaptorProxy.cpp | 153 profiles[0].min_resolution = media::Size(16, 16); in GetSupportedProfiles()
|
D | C2VDAComponent.cpp | 227 auto minSize = supportedProfiles[0].min_resolution; in IntfImpl()
|