Searched refs:max_height (Results 1 - 25 of 40) sorted by relevance

12

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Domx_swvenc_mpeg4.h51 unsigned int max_height; member in struct:swvenc_video_capability
H A Dvideo_encoder_device_v4l2.h187 unsigned int max_height; member in struct:msm_venc_video_capability
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
H A Domx_swvenc_mpeg4.h51 unsigned int max_height; member in struct:swvenc_video_capability
H A Dvideo_encoder_device_v4l2.h203 unsigned int max_height; member in struct:msm_venc_video_capability
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h181 unsigned int max_height; member in struct:msm_venc_video_capability
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec.h319 unsigned int max_height);
H A Domx_vdec.h306 unsigned int max_height; member in struct:video_decoder_capability
/hardware/libhardware/modules/camera/3_4/
H A Dv4l2_wrapper.cpp421 desired_height > size_query.stepwise.max_height) {
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dvideodev2.h360 __u32 max_height; member in struct:v4l2_frmsize_stepwise
760 __u32 max_height; member in struct:v4l2_bt_timings_cap
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dvideodev2.h486 __u32 max_height; /* Maximum frame height [pixel] */ member in struct:v4l2_frmsize_stepwise
1130 * @max_height: height in lines
1141 __u32 max_height; member in struct:v4l2_bt_timings_cap
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dvideodev2.h390 __u32 max_height; member in struct:v4l2_frmsize_stepwise
810 __u32 max_height; member in struct:v4l2_bt_timings_cap
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dvideodev2.h525 __u32 max_height; /* Maximum frame height [pixel] */ member in struct:v4l2_frmsize_stepwise
1201 * @max_height: height in lines
1212 __u32 max_height; member in struct:v4l2_bt_timings_cap
/hardware/qcom/msm8998/kernel-headers/linux/
H A Dvideodev2.h495 __u32 max_height; member in struct:v4l2_frmsize_stepwise
917 __u32 max_height; member in struct:v4l2_bt_timings_cap
/hardware/qcom/msm8998/original-kernel-headers/linux/
H A Dvideodev2.h767 __u32 max_height; /* Maximum frame height [pixel] */ member in struct:v4l2_frmsize_stepwise
1451 * @max_height: height in lines
1462 __u32 max_height; member in struct:v4l2_bt_timings_cap
/hardware/qcom/msm8x09/kernel-headers/linux/
H A Dvideodev2.h320 __u32 max_height; member in struct:v4l2_frmsize_stepwise
656 __u32 max_height; member in struct:v4l2_bt_timings_cap
/hardware/qcom/msm8x09/original-kernel-headers/linux/
H A Dvideodev2.h529 __u32 max_height; /* Maximum frame height [pixel] */ member in struct:v4l2_frmsize_stepwise
1205 * @max_height: height in lines
1216 __u32 max_height; member in struct:v4l2_bt_timings_cap
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dvideodev2.h359 __u32 max_height; member in struct:v4l2_frmsize_stepwise
759 __u32 max_height; member in struct:v4l2_bt_timings_cap
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dvideodev2.h483 __u32 max_height; /* Maximum frame height [pixel] */ member in struct:v4l2_frmsize_stepwise
1127 * @max_height: height in lines
1138 __u32 max_height; member in struct:v4l2_bt_timings_cap
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_swvenc_mpeg4.cpp414 m_capability.max_height = OMX_CORE_WVGA_HEIGHT;
2154 (width * height > m_capability.max_width * m_capability.max_height)
2161 m_capability.max_width, m_capability.max_height);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Domx_swvenc_mpeg4.cpp414 m_capability.max_height = OMX_CORE_FWVGA_HEIGHT;
2209 (width * height > m_capability.max_width * m_capability.max_height)
2216 m_capability.max_width, m_capability.max_height);
H A Dvideo_encoder_device_v4l2.cpp1499 capability.max_height = frmsize.stepwise.max_height;
7922 (width * height > capability.max_width * capability.max_height)) {
7926 capability.max_width, capability.max_height);
8107 m_pq.caps.max_width * m_pq.caps.max_height;
8290 DEBUG_PRINT_HIGH("GPU lib stats caps max (w,h) = (%u, %u)",caps.max_width, caps.max_height);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h299 unsigned int max_height; member in struct:video_decoder_capability
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h303 unsigned int max_height; member in struct:video_decoder_capability
H A Domx_vdec_hevc_swvdec.h290 unsigned int max_height; member in struct:video_decoder_capability
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp1040 capability.max_height = frmsize.stepwise.max_height;
5534 (width * height > capability.max_width * capability.max_height)) {
5538 capability.max_width, capability.max_height);

Completed in 630 milliseconds

12