Searched refs:plane (Results 1 - 18 of 18) sorted by relevance

/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp224 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
278 v4l2_buf.m.planes = plane;
322 v4l2_buf.m.planes = plane;
1683 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
1693 plane[0].length = pmem_tmp->size;
1694 plane[0].m.userptr = (unsigned long)pmem_tmp->buffer;
1695 plane[0].reserved[0] = pmem_tmp->fd;
1696 plane[0].reserved[1] = 0;
1697 plane[0].data_offset = pmem_tmp->offset;
1698 buf.m.planes = plane;
1833 struct v4l2_plane plane; local
1974 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device_copper.cpp170 struct v4l2_plane plane; local
191 v4l2_buf.m.planes = &plane;
208 v4l2_buf.m.planes = &plane;
1441 struct v4l2_plane plane; local
1454 plane.length = pmem_tmp->size;
1455 plane.m.userptr = (unsigned long)pmem_tmp->buffer;
1456 plane.reserved[0] = pmem_tmp->fd;
1457 plane.reserved[1] = 0;
1458 plane.data_offset = pmem_tmp->offset;
1459 buf.m.planes = &plane;
1572 struct v4l2_plane plane; local
1660 struct v4l2_plane plane; local
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp135 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
160 v4l2_buf.m.planes = plane;
165 vdec_msg.msgdata.output_frame.len=plane[0].bytesused;
166 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr;
170 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2];
171 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3];
172 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4];
173 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5];
186 v4l2_buf.m.planes = plane;
2132 struct v4l2_plane plane; local
3634 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
4248 struct v4l2_plane plane; local
4601 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
5152 struct v4l2_plane plane; local
5313 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
[all...]
H A Domx_vdec_msm8974.cpp134 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
159 v4l2_buf.m.planes = plane;
164 vdec_msg.msgdata.output_frame.len=plane[0].bytesused;
165 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr;
169 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2];
170 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3];
171 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4];
172 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5];
185 v4l2_buf.m.planes = plane;
248 v4l2_buf.m.planes = plane;
2287 struct v4l2_plane plane; local
3885 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
4526 struct v4l2_plane plane; local
4878 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
5475 struct v4l2_plane plane; local
5674 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
H A DExynosVideoDecoder.c1242 int nIndex, plane; local
1252 for (plane = 0; plane < nPlanes; plane++) {
1253 pCtx->pInbuf[nIndex].planes[plane].addr = planes[plane].addr;
1254 pCtx->pInbuf[nIndex].planes[plane].allocSize = planes[plane].allocSize;
1255 pCtx->pInbuf[nIndex].planes[plane].fd = planes[plane]
1280 int nIndex, plane; local
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
H A DExynosVideoEncoder.c1630 int plane; local
1631 for (plane = 0; plane < nPlanes; plane++) {
1632 pCtx->pInbuf[nIndex].planes[plane].addr = planes[plane].addr;
1633 pCtx->pInbuf[nIndex].planes[plane].allocSize = planes[plane].allocSize;
1634 pCtx->pInbuf[nIndex].planes[plane].fd = planes[plane]
1667 int plane; local
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
H A DExynos_OMX_H264dec.c912 ExynosVideoPlane plane; local
914 plane.addr = pExynosInputPort->extendBufferHeader[i].OMXBufferHeader->pBuffer;
916 plane.addr = Exynos_OSAL_SharedMemory_IONToVirt(pVideoDec->hSharedMemory,
919 plane.allocSize = pExynosInputPort->extendBufferHeader[i].OMXBufferHeader->nAllocLen;
920 plane.fd = pExynosInputPort->extendBufferHeader[i].buf_fd[0];
921 if (pInbufOps->Register(hMFCHandle, &plane, MFC_INPUT_BUFFER_PLANE) != VIDEO_ERROR_NONE) {
1013 int plane; local
1560 int i, plane; local
1659 int i, plane; local
1909 int plane; local
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
H A DExynos_OMX_Mpeg4dec.c838 ExynosVideoPlane plane; local
839 plane.addr = pExynosInputPort->extendBufferHeader[i].OMXBufferHeader->pBuffer;
840 plane.allocSize = pExynosInputPort->extendBufferHeader[i].OMXBufferHeader->nAllocLen;
841 plane.fd = pExynosInputPort->extendBufferHeader[i].buf_fd[0];
842 if (pInbufOps->Register(hMFCHandle, &plane, MFC_INPUT_BUFFER_PLANE) != VIDEO_ERROR_NONE) {
994 int plane; local
1605 int i, plane; local
1695 int i, plane; local
1933 int plane; local
1976 for (plane
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
H A DExynos_OMX_Vp8dec.c649 ExynosVideoPlane plane; local
650 plane.addr = pExynosInputPort->extendBufferHeader[i].OMXBufferHeader->pBuffer;
651 plane.allocSize = pExynosInputPort->extendBufferHeader[i].OMXBufferHeader->nAllocLen;
652 plane.fd = pExynosInputPort->extendBufferHeader[i].buf_fd[0];
653 if (pInbufOps->Register(hMFCHandle, &plane, MFC_INPUT_BUFFER_PLANE) != VIDEO_ERROR_NONE) {
804 int plane; local
1194 int i, plane; local
1284 int i, plane; local
1522 int plane; local
1565 for (plane
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
H A DExynos_OMX_H264enc.c909 int plane; local
1011 ExynosVideoPlane plane; local
1013 plane.addr = pExynosOutputPort->extendBufferHeader[i].OMXBufferHeader->pBuffer;
1014 plane.fd = pExynosOutputPort->extendBufferHeader[i].buf_fd[0];
1015 plane.allocSize = OutBufferSize;
1016 if (pOutbufOps->Register(hMFCHandle, &plane, MFC_OUTPUT_BUFFER_PLANE) != VIDEO_ERROR_NONE) {
1696 int i = 0, plane = 0; local
1772 int plane; local
1869 int plane = 0; local
1870 for (plane
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
H A DExynos_OMX_Venc.c163 Exynos_OSAL_Log(EXYNOS_LOG_ERROR, "Failed to Alloc plane");
343 /* YUV420Planar converted to YUV420Semiplanar (interleaved UV plane) as per MFC spec.*/
447 int plane = 0; local
466 /* input buffers are 2 plane. */
488 for (plane = 0; plane < MFC_INPUT_BUFFER_PLANE; plane++) {
489 srcInputData->buffer.multiPlaneBuffer.dataBuffer[plane] =
490 Exynos_OSAL_SharedMemory_IONToVirt(pVideoEnc->hSharedMemory, srcInputData->buffer.multiPlaneBuffer.fd[plane]);
491 if(srcInputData->buffer.multiPlaneBuffer.dataBuffer[plane]
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec_copper.cpp129 struct v4l2_plane plane; local
153 v4l2_buf.m.planes = &plane;
163 vdec_msg.msgdata.output_frame.len=plane.bytesused;
164 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane.m.userptr;
169 v4l2_buf.m.planes = &plane;
4401 struct v4l2_plane plane; local
4470 plane.bytesused = 0;
4471 plane.length = drv_ctx.ptr_inputbuffer [i].mmaped_size;
4472 plane.m.userptr = (unsigned long)drv_ctx.ptr_inputbuffer[i].bufferaddr;
4473 plane
4775 struct v4l2_plane plane; local
5388 struct v4l2_plane plane; local
5544 struct v4l2_plane plane; local
7397 struct v4l2_plane plane; local
[all...]
/hardware/samsung_slsi/exynos5/libhwjpeg/
H A DExynosJpegBase.cpp200 struct v4l2_plane plane[JPEG_MAX_PLANE_CNT]; local
205 memset(plane, 0, (int)JPEG_MAX_PLANE_CNT * sizeof(struct v4l2_plane));
212 v4l2_buf.m.planes = plane;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
H A DExynos_OMX_Mpeg4enc.c1034 int plane; local
1143 ExynosVideoPlane plane; local
1145 plane.addr = pExynosOutputPort->extendBufferHeader[i].OMXBufferHeader->pBuffer;
1146 plane.fd = pExynosOutputPort->extendBufferHeader[i].buf_fd[0];
1147 plane.allocSize = OutBufferSize;
1148 if (pOutbufOps->Register(hMFCHandle, &plane, MFC_OUTPUT_BUFFER_PLANE) != VIDEO_ERROR_NONE) {
1894 int i = 0, plane = 0; local
1973 int plane; local
2070 int plane = 0; local
2071 for (plane
[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/msm8x74/kernel-headers/media/
H A Dmsm_camera.h1952 struct plane_data plane[MAX_PLANES]; member in struct:img_plane_info
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsm_camera.h352 /* phy addr of the plane */
354 /* offset of plane data */
356 /* plane length */
1980 struct plane_data plane[MAX_PLANES]; member in struct:img_plane_info

Completed in 1069 milliseconds