HomeSort by relevance Sort by last modified time
    Searched defs:max_resolution (Results 1 - 12 of 12) sorted by null

  /external/v4l2_codec2/vda/
video_decode_accelerator.h 32 // |max_resolution| and |min_resolution| are inclusive.
37 Size max_resolution; member in struct:media::VideoDecodeAccelerator::SupportedProfile
v4l2_slice_video_decode_accelerator.cc 629 Size max_resolution, min_resolution; local
631 &max_resolution);
632 if (max_resolution.width() > 1920 && max_resolution.height() > 1088)
    [all...]
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_test.cc 259 SupportedFormat max_resolution = GetMaximumResolution(supported_formats); local
283 if (max_resolution.width < test_resolution.width ||
284 max_resolution.height < test_resolution.height) {
457 SupportedFormat max_resolution = GetMaximumResolution(supported_formats); local
474 if (max_resolution.width < required_minimum_width ||
475 max_resolution.height < required_minimum_height) {
477 "requirement %dx%d for %s-facing\n", max_resolution.width,
478 max_resolution.height, required_minimum_width,
  /cts/hostsidetests/security/securityPatch/Bug-34624155/
poc.c 93 uint32_t max_resolution; member in struct:msm_isp_info
  /hardware/qcom/msm8994/kernel-headers/media/
msmb_ispif.h 114 uint32_t max_resolution; member in struct:msm_isp_info
  /hardware/qcom/msm8994/original-kernel-headers/media/
msmb_ispif.h 88 uint32_t max_resolution; member in struct:msm_isp_info
  /hardware/qcom/msm8996/kernel-headers/media/
msmb_ispif.h 117 uint32_t max_resolution; member in struct:msm_isp_info
  /hardware/qcom/msm8996/original-kernel-headers/media/
msmb_ispif.h 92 uint32_t max_resolution; member in struct:msm_isp_info
  /hardware/qcom/msm8x84/kernel-headers/media/
msmb_ispif.h 114 uint32_t max_resolution; member in struct:msm_isp_info
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msmb_ispif.h 88 uint32_t max_resolution; member in struct:msm_isp_info
  /hardware/qcom/msm8998/kernel-headers/media/
msmb_ispif.h 144 uint32_t max_resolution; member in struct:msm_isp_info
  /hardware/qcom/msm8998/original-kernel-headers/media/
msmb_ispif.h 117 uint32_t max_resolution; member in struct:msm_isp_info

Completed in 1117 milliseconds