Home
last modified time | relevance | path

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

12

/hardware/google/camera/common/hal/google_camera_hal/
Drealtime_zsl_request_processor.cc65 uint32_t max_width = 0, max_height = 0; in SelectWidthAndHeight() local
80 max_width = std::max(max_width, width); in SelectWidthAndHeight()
104 (height * max_width - width * max_height) >= in SelectWidthAndHeight()
115 selected_width = max_width; in SelectWidthAndHeight()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceInfo.h151 int32_t mode, max_width, max_height; member
155 max_width(-1), in ExtendedSceneModeCapability()
162 : mode(m), max_width(w), max_height(h), min_zoom(min_z), max_zoom(max_z) { in ExtendedSceneModeCapability()
DEmulatedCameraDeviceInfo.cpp938 int32_t max_width = entry.data.i32[i + 1]; 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.h59 __u32 max_width; member
/hardware/google/gchips/include/
Dv4l2-subdev.h59 __u32 max_width; member
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Domx_swvenc_mpeg4.h49 unsigned int max_width; member
Dvideo_encoder_device_v4l2.h185 unsigned int max_width; member
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Domx_swvenc_mpeg4.h49 unsigned int max_width; member
Dvideo_encoder_device_v4l2.h201 unsigned int max_width; 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.h51 unsigned int max_width; member
Dvideo_encoder_device_v4l2.h208 unsigned int max_width; member
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/
Domx_swvenc_mpeg4.h50 unsigned int max_width; member
Dvideo_encoder_device_v4l2.h193 unsigned int max_width; member
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h179 unsigned int max_width; 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.h330 OMX_ERRORTYPE set_adaptive_playback(unsigned int max_width,
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h330 OMX_ERRORTYPE set_adaptive_playback(unsigned int max_width,
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h318 OMX_ERRORTYPE set_adaptive_playback(unsigned int max_width,
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/
Ddrm_mode.h272 __u32 max_width; member
Damdgpu_drm.h1205 __u32 max_width; member
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmdevice.cpp85 max_resolution_ = std::pair<uint32_t, uint32_t>(res->max_width, in Init()
/hardware/libhardware/modules/camera/3_4/
Dv4l2_wrapper.cpp418 } else if (desired_width > size_query.stepwise.max_width || in GetFormatFrameSizes()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp451 m_capability.max_width = OMX_CORE_720P_WIDTH; in component_init()
456 m_capability.max_width = OMX_CORE_FWVGA_WIDTH; 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()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp463 m_capability.max_width = OMX_CORE_720P_WIDTH; in component_init()
468 m_capability.max_width = OMX_CORE_FWVGA_WIDTH; in component_init()
2711 (width * height > m_capability.max_width * m_capability.max_height) in dev_is_video_session_supported()
2718 m_capability.max_width, m_capability.max_height); in dev_is_video_session_supported()

12