Home
last modified time | relevance | path

Searched refs:max_height (Results 1 – 25 of 49) sorted by relevance

12

/hardware/interfaces/automotive/evs/common/utils/default/test/fuzz/
DFormatConvertFuzzer.cpp35 int max_height = (image_pixel_size / 16); in LLVMFuzzerTestOneInput() local
36 int height = fdp.ConsumeIntegralInRange<uint32_t>(min_height, max_height); in LLVMFuzzerTestOneInput()
/hardware/google/camera/common/hal/google_camera_hal/
Drealtime_zsl_request_processor.cc65 uint32_t max_width = 0, max_height = 0; in SelectWidthAndHeight() local
81 max_height = std::max(max_height, height); in SelectWidthAndHeight()
104 (height * max_width - width * max_height) >= in SelectWidthAndHeight()
114 selected_height = max_height; in SelectWidthAndHeight()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceInfo.h151 int32_t mode, max_width, max_height; member
156 max_height(-1), in ExtendedSceneModeCapability()
162 : mode(m), max_width(w), max_height(h), min_zoom(min_z), max_zoom(max_z) { in ExtendedSceneModeCapability()
DEmulatedCameraDeviceInfo.cpp939 int32_t max_height = entry.data.i32[i + 2]; in InitializeControlDefaults() local
951 if (max_width != 0 || max_height != 0) { in InitializeControlDefaults()
960 } else if (yuv_sizes.find({max_width, max_height}) == yuv_sizes.end()) { in InitializeControlDefaults()
970 ExtendedSceneModeCapability cap(mode, max_width, max_height, in InitializeControlDefaults()
/hardware/google/graphics/common/libv4l2/
Dv4l2-subdev.h61 __u32 max_height; member
/hardware/google/gchips/include/
Dv4l2-subdev.h61 __u32 max_height; member
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Domx_swvenc_mpeg4.h51 unsigned int max_height; member
Dvideo_encoder_device_v4l2.h187 unsigned int max_height; member
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Domx_swvenc_mpeg4.h51 unsigned int max_height; member
Dvideo_encoder_device_v4l2.h203 unsigned int max_height; member
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXutil.h78 int max_width, max_height; member
177 int max_width, max_height; member
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/
Domx_swvenc_mpeg4.h53 unsigned int max_height; member
Dvideo_encoder_device_v4l2.h210 unsigned int max_height; member
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/
Domx_swvenc_mpeg4.h52 unsigned int max_height; member
Dvideo_encoder_device_v4l2.h195 unsigned int max_height; member
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h181 unsigned int max_height; member
/hardware/interfaces/configstore/1.0/
DISurfaceFlingerConfigs.hal93 * Must be equals to min(max_width, max_height).
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h331 unsigned int max_height);
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h331 unsigned int max_height);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h319 unsigned int max_height);
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/
Ddrm_mode.h274 __u32 max_height; member
Damdgpu_drm.h1206 __u32 max_height; member
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmdevice.cpp86 res->max_height); in Init()
/hardware/libhardware/modules/camera/3_4/
Dv4l2_wrapper.cpp419 desired_height > size_query.stepwise.max_height) { in GetFormatFrameSizes()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp450 m_capability.max_height = OMX_CORE_720P_HEIGHT; in component_init()
455 m_capability.max_height = OMX_CORE_FWVGA_HEIGHT; in component_init()
2780 (width * height > m_capability.max_width * m_capability.max_height) in dev_is_video_session_supported()
2787 m_capability.max_width, m_capability.max_height); in dev_is_video_session_supported()

12