/hardware/google/camera/common/hal/google_camera_hal/ |
D | realtime_zsl_request_processor.cc | 65 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/ |
D | EmulatedCameraDeviceInfo.h | 151 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()
|
D | EmulatedCameraDeviceInfo.cpp | 938 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/ |
D | v4l2-subdev.h | 59 __u32 max_width; member
|
/hardware/google/gchips/include/ |
D | v4l2-subdev.h | 59 __u32 max_width; member
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | omx_swvenc_mpeg4.h | 49 unsigned int max_width; member
|
D | video_encoder_device_v4l2.h | 185 unsigned int max_width; member
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
D | omx_swvenc_mpeg4.h | 49 unsigned int max_width; member
|
D | video_encoder_device_v4l2.h | 201 unsigned int max_width; member
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xutil.h | 78 int max_width, max_height; member 177 int max_width, max_height; member
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_swvenc_mpeg4.h | 51 unsigned int max_width; member
|
D | video_encoder_device_v4l2.h | 208 unsigned int max_width; member
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_swvenc_mpeg4.h | 50 unsigned int max_width; member
|
D | video_encoder_device_v4l2.h | 193 unsigned int max_width; member
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 179 unsigned int max_width; member
|
/hardware/interfaces/configstore/1.0/ |
D | ISurfaceFlingerConfigs.hal | 93 * Must be equals to min(max_width, max_height).
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_swvdec.h | 330 OMX_ERRORTYPE set_adaptive_playback(unsigned int max_width,
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_swvdec.h | 330 OMX_ERRORTYPE set_adaptive_playback(unsigned int max_width,
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_swvdec.h | 318 OMX_ERRORTYPE set_adaptive_playback(unsigned int max_width,
|
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/ |
D | drm_mode.h | 272 __u32 max_width; member
|
D | amdgpu_drm.h | 1205 __u32 max_width; member
|
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/ |
D | drmdevice.cpp | 85 max_resolution_ = std::pair<uint32_t, uint32_t>(res->max_width, in Init()
|
/hardware/libhardware/modules/camera/3_4/ |
D | v4l2_wrapper.cpp | 418 } else if (desired_width > size_query.stepwise.max_width || in GetFormatFrameSizes()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 451 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/ |
D | omx_swvenc_mpeg4.cpp | 463 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()
|