Home
last modified time | relevance | path

Searched refs:VIDEO_MAX_PLANES (Results 1 – 25 of 42) sorted by relevance

12

/hardware/qcom/msm8x84/kernel-headers/media/
Dmsmb_camera.h130 unsigned int plane_sizes[VIDEO_MAX_PLANES];
Dmsmb_pproc.h29 #define MAX_PLANES VIDEO_MAX_PLANES
/hardware/qcom/msm8x84/original-kernel-headers/media/
Dmsmb_camera.h145 unsigned int plane_sizes[VIDEO_MAX_PLANES];
Dmsmb_pproc.h12 #define MAX_PLANES VIDEO_MAX_PLANES
/hardware/qcom/msm8994/kernel-headers/media/
Dmsmb_camera.h132 unsigned int plane_sizes[VIDEO_MAX_PLANES];
Dmsmb_pproc.h29 #define MAX_PLANES VIDEO_MAX_PLANES
/hardware/qcom/msm8994/original-kernel-headers/media/
Dmsmb_camera.h165 unsigned int plane_sizes[VIDEO_MAX_PLANES];
Dmsmb_pproc.h15 #define MAX_PLANES VIDEO_MAX_PLANES
/hardware/qcom/msm8996/kernel-headers/media/
Dmsmb_camera.h141 unsigned int plane_sizes[VIDEO_MAX_PLANES];
Dmsmb_pproc.h25 #define MAX_PLANES VIDEO_MAX_PLANES
/hardware/qcom/msm8996/original-kernel-headers/media/
Dmsmb_camera.h161 unsigned int plane_sizes[VIDEO_MAX_PLANES];
Dmsmb_pproc.h9 #define MAX_PLANES VIDEO_MAX_PLANES
/hardware/qcom/camera/msm8998/
DQCamera_Intf.h50 #define VIDEO_MAX_PLANES 8 macro
1041 mm_camera_repro_plane_t planes[VIDEO_MAX_PLANES];
/hardware/qcom/camera/
DQCamera_Intf.h50 #define VIDEO_MAX_PLANES 8 macro
1041 mm_camera_repro_plane_t planes[VIDEO_MAX_PLANES];
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp288 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in async_venc_message_thread()
1634 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) { in venc_get_buf_req()
1636 } else if (extra_idx >= VIDEO_MAX_PLANES) { in venc_get_buf_req()
1689 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) { in venc_get_buf_req()
1691 } else if (extra_idx >= VIDEO_MAX_PLANES) { in venc_get_buf_req()
3443 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in venc_use_buf()
3471 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) { in venc_use_buf()
3484 } else if (extra_idx >= VIDEO_MAX_PLANES) { in venc_use_buf()
3517 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) { in venc_use_buf()
3525 } else if (extra_idx >= VIDEO_MAX_PLANES) { in venc_use_buf()
[all …]
/hardware/qcom/media/msm8996/videopp/src/
Domx_vdpp.cpp112 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in async_message_thread()
162 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) { in async_message_thread()
199 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) { in async_message_thread()
292 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in async_message_thread()
3885 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in use_output_buffer()
5009 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in allocate_output_buffer()
5563 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in empty_this_buffer_proxy()
5569 memset( (void *)plane, 0, (sizeof(struct v4l2_plane)*VIDEO_MAX_PLANES)); in empty_this_buffer_proxy()
5599 if ((extra_idx > 0) && (extra_idx < VIDEO_MAX_PLANES)) { in empty_this_buffer_proxy()
5610 } else if (extra_idx >= VIDEO_MAX_PLANES) { in empty_this_buffer_proxy()
[all …]
/hardware/qcom/media/msm8998/videopp/src/
Domx_vdpp.cpp112 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in async_message_thread()
162 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) { in async_message_thread()
199 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) { in async_message_thread()
292 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in async_message_thread()
3885 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in use_output_buffer()
5009 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in allocate_output_buffer()
5563 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in empty_this_buffer_proxy()
5569 memset( (void *)plane, 0, (sizeof(struct v4l2_plane)*VIDEO_MAX_PLANES)); in empty_this_buffer_proxy()
5599 if ((extra_idx > 0) && (extra_idx < VIDEO_MAX_PLANES)) { in empty_this_buffer_proxy()
5610 } else if (extra_idx >= VIDEO_MAX_PLANES) { in empty_this_buffer_proxy()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp322 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in async_venc_message_thread()
393 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) { in async_venc_message_thread()
468 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) { in async_venc_message_thread()
1526 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) { in venc_get_buf_req()
1528 } else if (extra_idx >= VIDEO_MAX_PLANES) { in venc_get_buf_req()
1578 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) { in venc_get_buf_req()
1580 } else if (extra_idx >= VIDEO_MAX_PLANES) { in venc_get_buf_req()
3180 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in venc_use_buf()
3200 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) { in venc_use_buf()
3217 } else if (extra_idx >= VIDEO_MAX_PLANES) { in venc_use_buf()
[all …]
/hardware/qcom/camera/QCamera2/stack/common/
Dmm_camera_interface.h89 struct v4l2_plane planes[VIDEO_MAX_PLANES];
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp127 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in async_message_thread()
4813 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in use_output_buffer()
4825 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) { in use_output_buffer()
4833 } else if (extra_idx >= VIDEO_MAX_PLANES) { in use_output_buffer()
5746 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in allocate_output_buffer()
5759 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) { in allocate_output_buffer()
5767 } else if (extra_idx >= VIDEO_MAX_PLANES) { in allocate_output_buffer()
6621 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in fill_this_buffer_proxy()
6623 memset( (void *)plane, 0, (sizeof(struct v4l2_plane)*VIDEO_MAX_PLANES)); in fill_this_buffer_proxy()
6638 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) { in fill_this_buffer_proxy()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp133 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in async_message_thread()
4616 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in use_output_buffer()
4628 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) { in use_output_buffer()
4636 } else if (extra_idx >= VIDEO_MAX_PLANES) { in use_output_buffer()
5542 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in allocate_output_buffer()
5555 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) { in allocate_output_buffer()
5563 } else if (extra_idx >= VIDEO_MAX_PLANES) { in allocate_output_buffer()
6413 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in fill_this_buffer_proxy()
6415 memset( (void *)plane, 0, (sizeof(struct v4l2_plane)*VIDEO_MAX_PLANES)); in fill_this_buffer_proxy()
6430 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) { in fill_this_buffer_proxy()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp127 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in async_message_thread()
4813 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in use_output_buffer()
4825 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) { in use_output_buffer()
4833 } else if (extra_idx >= VIDEO_MAX_PLANES) { in use_output_buffer()
5746 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in allocate_output_buffer()
5759 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) { in allocate_output_buffer()
5767 } else if (extra_idx >= VIDEO_MAX_PLANES) { in allocate_output_buffer()
6621 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in fill_this_buffer_proxy()
6623 memset( (void *)plane, 0, (sizeof(struct v4l2_plane)*VIDEO_MAX_PLANES)); in fill_this_buffer_proxy()
6638 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) { in fill_this_buffer_proxy()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dmm_camera_interface.h102 struct v4l2_plane planes[VIDEO_MAX_PLANES];
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp288 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in async_venc_message_thread()
1278 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) { in venc_get_buf_req()
1280 } else if (extra_idx >= VIDEO_MAX_PLANES) { in venc_get_buf_req()
2506 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in venc_use_buf()
2550 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) { in venc_use_buf()
2558 } else if (extra_idx >= VIDEO_MAX_PLANES) { in venc_use_buf()
2883 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in venc_fill_buf()
2914 if (extra_idx && (extra_idx < VIDEO_MAX_PLANES)) { in venc_fill_buf()
2923 } else if (extra_idx >= VIDEO_MAX_PLANES) { in venc_fill_buf()
/hardware/qcom/msm8x84/kernel-headers/linux/
Dvideodev2.h30 #define VIDEO_MAX_PLANES 8 macro
1225 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];

12