Home
last modified time | relevance | path

Searched refs:min_width (Results 1 – 21 of 21) sorted by relevance

/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
Dv4l2-subdev.h89 __u32 min_width; member
/hardware/samsung_slsi/exynos5/include/
Dv4l2-subdev.h57 __u32 min_width; member
/hardware/intel/img/libdrm/shared-core/
Ddrm_mode.h107 __u32 min_width, max_width; member
/hardware/intel/img/libdrm/libdrm/
Dxf86drmMode.h171 uint32_t min_width, max_width; member
Dxf86drmMode.c168 r->min_width = res.min_width; in drmModeGetResources()
/hardware/ti/omap4-aah/kernel-headers-ti/video/
Ddsscomp.h394 __u8 min_width; member
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h174 unsigned int min_width; member
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
DV4LCapabilities.cpp273 …CAMHAL_LOGDB("\nmin_width x height = %d x %d ",frmSizeEnum.stepwise.min_width, frmSizeEnum.stepwis… in getCaps()
/hardware/qcom/msm8x84/kernel-headers/linux/
Dvideodev2.h354 __u32 min_width; member
755 __u32 min_width; member
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dvideodev2.h479 __u32 min_width; /* Minimum frame width [pixel] */ member
1135 __u32 min_width; member
/hardware/ti/omap4xxx/hwc/
Dhwc.c700 __u8 min_width; member
711 .min_width = 2,
727 if (dis->channel != OMAP_DSS_CHANNEL_DIGIT && dst_w < limits->min_width) in omap4_hwc_can_scale()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h289 unsigned int min_width; member
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp949 capability.min_width = frmsize.stepwise.min_width; in venc_open()
4441 if ((width * height < capability.min_width * capability.min_height) || in venc_is_video_session_supported()
4445 width, height, capability.min_width, capability.min_height, in venc_is_video_session_supported()
/hardware/samsung_slsi/exynos5/include/linux/
Dvideodev2.h463 __u32 min_width; /* Minimum frame width [pixel] */ member
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dvideodev2.h487 __u32 min_width; /* Minimum frame width [pixel] */ member
/hardware/qcom/msm8x74/kernel-headers/linux/
Dvideodev2.h347 __u32 min_width; member
/hardware/qcom/msm8x74/original-kernel-headers/linux/
Dvideodev2.h487 __u32 min_width; /* Minimum frame width [pixel] */ member
/hardware/qcom/msm8960/kernel-headers/linux/
Dvideodev2.h347 __u32 min_width; member
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp1602 m_decoder_capability.min_width * m_decoder_capability.min_height)) in is_video_session_supported()
1608 m_decoder_capability.min_width, in is_video_session_supported()
1735 m_decoder_capability.min_width = 16; in component_init()
1939 m_decoder_capability.min_width = frmsize.stepwise.min_width; in component_init()
Domx_vdec_msm8974.cpp1307 m_decoder_capability.min_width * in is_video_session_supported()
1313 m_decoder_capability.min_width, in is_video_session_supported()
1776 m_decoder_capability.min_width = frmsize.stepwise.min_width; in component_init()
/hardware/ti/omap4-aah/hwc/
Dhwc.c918 if (dis->channel != OMAP_DSS_CHANNEL_DIGIT && dst_w < limits->min_width) in omap4_hwc_can_scale()