Searched defs:plane (Results 51 - 63 of 63) sorted by relevance

123

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_msm8974.cpp144 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
170 v4l2_buf.m.planes = plane;
175 vdec_msg.msgdata.output_frame.len=plane[0].bytesused;
176 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr;
180 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2];
181 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3];
182 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4];
183 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5];
184 vdec_msg.msgdata.output_frame.picsize.frame_width = plane[0].reserved[6];
185 vdec_msg.msgdata.output_frame.picsize.frame_height = plane[
2631 struct v4l2_plane plane; local
4677 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
5345 struct v4l2_plane plane; local
5729 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
6290 struct v4l2_plane plane; local
6554 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp127 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
154 v4l2_buf.m.planes = plane;
159 vdec_msg.msgdata.output_frame.len=plane[0].bytesused;
160 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr;
164 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2];
165 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3];
166 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4];
167 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5];
180 v4l2_buf.m.planes = plane;
246 v4l2_buf.m.planes = plane;
2722 struct v4l2_plane plane; local
4813 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
5392 struct v4l2_plane plane; local
5746 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
6379 struct v4l2_plane plane; local
6621 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
10240 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
10475 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
[all...]
H A Domx_vdec_v4l2.cpp155 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
187 v4l2_buf.m.planes = plane;
192 vdec_msg.msgdata.output_frame.len=plane[0].bytesused;
193 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr;
197 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2];
198 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3];
199 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4];
200 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5];
201 vdec_msg.msgdata.output_frame.picsize.frame_width = plane[0].reserved[6];
202 vdec_msg.msgdata.output_frame.picsize.frame_height = plane[
3080 struct v4l2_plane plane; local
5409 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
6088 struct v4l2_plane plane; local
6453 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
7013 struct v4l2_plane plane; local
7249 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
8333 struct v4l2_plane *plane = v4l2_buf_ptr->m.planes; local
[all...]
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dvideodev2.h532 __u32 plane; member in struct:v4l2_exportbuffer
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dvideodev2.h602 * struct v4l2_plane - plane info for multi-planar buffers
603 * @bytesused: number of bytes occupied by data in the plane (payload)
604 * @length: size of this plane (NOT the payload) in bytes
607 * the device memory for this plane (or is a "cookie" that
610 * pointing to this plane
612 * descriptor associated with this plane
613 * @data_offset: offset in the plane to the start of data; usually 0,
617 * with two planes can have one plane for Y, and another for interleaved CbCr
618 * components. Each plane can reside in a separate memory buffer, or even in
648 * offset from the start of the device memory for this plane,
744 __u32 plane; member in struct:v4l2_exportbuffer
[all...]
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dvideodev2.h560 __u32 plane; member in struct:v4l2_exportbuffer
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dvideodev2.h634 * struct v4l2_plane - plane info for multi-planar buffers
635 * @bytesused: number of bytes occupied by data in the plane (payload)
636 * @length: size of this plane (NOT the payload) in bytes
639 * the device memory for this plane (or is a "cookie" that
642 * pointing to this plane
644 * descriptor associated with this plane
645 * @data_offset: offset in the plane to the start of data; usually 0,
649 * with two planes can have one plane for Y, and another for interleaved CbCr
650 * components. Each plane can reside in a separate memory buffer, or even in
680 * offset from the start of the device memory for this plane,
786 __u32 plane; member in struct:v4l2_exportbuffer
[all...]
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dvideodev2.h531 __u32 plane; member in struct:v4l2_exportbuffer
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dvideodev2.h599 * struct v4l2_plane - plane info for multi-planar buffers
600 * @bytesused: number of bytes occupied by data in the plane (payload)
601 * @length: size of this plane (NOT the payload) in bytes
604 * the device memory for this plane (or is a "cookie" that
607 * pointing to this plane
609 * descriptor associated with this plane
610 * @data_offset: offset in the plane to the start of data; usually 0,
614 * with two planes can have one plane for Y, and another for interleaved CbCr
615 * components. Each plane can reside in a separate memory buffer, or even in
645 * offset from the start of the device memory for this plane,
741 __u32 plane; member in struct:v4l2_exportbuffer
[all...]
/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_camera.h1826 struct plane_data plane[MAX_PLANES]; member in struct:img_plane_info
/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_camera.h323 /* phy addr of the plane */
325 /* offset of plane data */
327 /* plane length */
1679 struct plane_data plane[MAX_PLANES]; member in struct:img_plane_info
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsm_camera.h1962 struct plane_data plane[MAX_PLANES]; member in struct:img_plane_info
/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsm_camera.h349 /* phy addr of the plane */
351 /* offset of plane data */
353 /* plane length */
1985 struct plane_data plane[MAX_PLANES]; member in struct:img_plane_info

Completed in 85 milliseconds

123