Home
last modified time | relevance | path

Searched refs:planes (Results 1 – 25 of 55) sorted by relevance

123

/hardware/samsung_slsi/exynos5/libcsc/
Dcsc.c85 void *planes[CSC_MAX_PLANES]; member
113 (unsigned char *)handle->dst_buffer.planes[CSC_Y_PLANE], in conv_sw_src_argb888()
114 (unsigned char *)handle->dst_buffer.planes[CSC_U_PLANE], in conv_sw_src_argb888()
115 (unsigned char *)handle->dst_buffer.planes[CSC_V_PLANE], in conv_sw_src_argb888()
116 (unsigned char *)handle->src_buffer.planes[CSC_RGB_PLANE], in conv_sw_src_argb888()
123 (unsigned char *)handle->dst_buffer.planes[CSC_Y_PLANE], in conv_sw_src_argb888()
124 (unsigned char *)handle->dst_buffer.planes[CSC_UV_PLANE], in conv_sw_src_argb888()
125 (unsigned char *)handle->src_buffer.planes[CSC_RGB_PLANE], in conv_sw_src_argb888()
147 (unsigned char *)handle->dst_buffer.planes[CSC_Y_PLANE], in conv_sw_src_nv12t()
148 (unsigned char *)handle->src_buffer.planes[CSC_Y_PLANE], in conv_sw_src_nv12t()
[all …]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
DExynosVideoDecoder.c219 pVideoPlane = &pCtx->pInbuf[i].planes[j]; in MFC_Decoder_Finalize()
237 pVideoPlane = &pCtx->pOutbuf[i].planes[j]; in MFC_Decoder_Finalize()
804 struct v4l2_plane planes[VIDEO_DECODER_INBUF_PLANES]; in MFC_Decoder_Setup_Inbuf() local
858 buf.m.planes = planes; in MFC_Decoder_Setup_Inbuf()
868 pVideoPlane = &pCtx->pInbuf[i].planes[0]; in MFC_Decoder_Setup_Inbuf()
871 buf.m.planes[0].length, PROT_READ | PROT_WRITE, in MFC_Decoder_Setup_Inbuf()
872 MAP_SHARED, pCtx->hDec, buf.m.planes[0].m.mem_offset); in MFC_Decoder_Setup_Inbuf()
879 pVideoPlane->allocSize = buf.m.planes[0].length; in MFC_Decoder_Setup_Inbuf()
894 pVideoPlane = &pCtx->pInbuf[i].planes[0]; in MFC_Decoder_Setup_Inbuf()
923 struct v4l2_plane planes[VIDEO_DECODER_OUTBUF_PLANES]; in MFC_Decoder_Setup_Outbuf() local
[all …]
/hardware/samsung_slsi/exynos5/libexynosutils/
Dexynos5_format_v4l2.c366 int V4L2_PIX_2_YUV_INFO(unsigned int v4l2_pixel_format, unsigned int * bpp, unsigned int * planes) in V4L2_PIX_2_YUV_INFO() argument
371 *planes = 1; in V4L2_PIX_2_YUV_INFO()
379 *planes = 2; in V4L2_PIX_2_YUV_INFO()
385 *planes = 3; in V4L2_PIX_2_YUV_INFO()
392 *planes = 1; in V4L2_PIX_2_YUV_INFO()
399 *planes = 2; in V4L2_PIX_2_YUV_INFO()
403 *planes = 3; in V4L2_PIX_2_YUV_INFO()
415 unsigned int bpp, planes; in get_yuv_bpp() local
417 if (V4L2_PIX_2_YUV_INFO(v4l2_pixel_format, &bpp, &planes) < 0) in get_yuv_bpp()
425 unsigned int bpp, planes; in get_yuv_planes() local
[all …]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
DExynosVideoEncoder.c227 pVideoPlane = &pCtx->pInbuf[i].planes[j]; in MFC_Encoder_Finalize()
245 pVideoPlane = &pCtx->pOutbuf[i].planes[j]; in MFC_Encoder_Finalize()
1153 struct v4l2_plane planes[VIDEO_ENCODER_INBUF_PLANES]; in MFC_Encoder_Setup_Inbuf() local
1198 buf.m.planes = planes; in MFC_Encoder_Setup_Inbuf()
1210 pVideoPlane = &pCtx->pInbuf[i].planes[j]; in MFC_Encoder_Setup_Inbuf()
1212 buf.m.planes[j].length, PROT_READ | PROT_WRITE, in MFC_Encoder_Setup_Inbuf()
1213 MAP_SHARED, pCtx->hEnc, buf.m.planes[j].m.mem_offset); in MFC_Encoder_Setup_Inbuf()
1221 pVideoPlane->allocSize = buf.m.planes[j].length; in MFC_Encoder_Setup_Inbuf()
1245 pVideoPlane = &pCtx->pInbuf[i].planes[j]; in MFC_Encoder_Setup_Inbuf()
1275 struct v4l2_plane planes[VIDEO_ENCODER_OUTBUF_PLANES]; in MFC_Encoder_Setup_Outbuf() local
[all …]
/hardware/qcom/camera/QCamera/HAL2/core/src/
DQCameraStream_Preview.cpp82 uint32_t planes[VIDEO_MAX_PLANES]; in initBuffers() local
92 planes[i] = mFrameOffsetInfo.mp[i].len; in initBuffers()
105 mDisplayBuf[i].planes[0].length = planes[0]; in initBuffers()
106 mDisplayBuf[i].planes[0].m.userptr = mPreviewMemory.private_buffer_handle[i]->fd; in initBuffers()
107 mDisplayBuf[i].planes[0].data_offset = mFrameOffsetInfo.mp[0].offset; in initBuffers()
108 mDisplayBuf[i].planes[0].reserved[0] =0; in initBuffers()
110 mDisplayBuf[i].planes[j].length = planes[j]; in initBuffers()
111 mDisplayBuf[i].planes[j].m.userptr = mPreviewMemory.private_buffer_handle[i]->fd; in initBuffers()
112 mDisplayBuf[i].planes[j].data_offset = mFrameOffsetInfo.mp[j].offset; in initBuffers()
113 mDisplayBuf[i].planes[j].reserved[0] = in initBuffers()
[all …]
/hardware/qcom/camera/QCamera/stack/mm-camera-test/src/
Dmm_qcamera_preview.c154 int y_off = newFrame->buffer + newFrame->planes[0].data_offset; in dumpFrameToFile()
156 int cbcr_off = newFrame->buffer + newFrame->planes[0].length; in dumpFrameToFile()
158 …_off length = %d cbcr_off length = %d", __func__, newFrame->planes[0].length,newFrame->planes[1].l… in dumpFrameToFile()
160 write(file_fd, (const void *)(y_off), newFrame->planes[0].length); in dumpFrameToFile()
162 (newFrame->planes[1].length * newFrame->num_planes)); in dumpFrameToFile()
258 uint32_t planes[VIDEO_MAX_PLANES];
265 planes[i] = frame_offset_info->mp[i].len;
292 pme->preview_buf.frame[i].cbcr_off = planes[0];
306 bufs[i].planes[0].length = planes[0];
307 bufs[i].planes[0].m.userptr = bufs[i].fd;
[all …]
Dmm_qcamera_snapshot.c225 reg_buf.def.buf.mp[0].planes[0].length = planes_main[0]; in mm_app_prepare_raw_snapshot_buf()
226 reg_buf.def.buf.mp[0].planes[0].m.userptr = pme->raw_snapshot_buf.frame[0].fd; in mm_app_prepare_raw_snapshot_buf()
227 reg_buf.def.buf.mp[0].planes[0].data_offset = 0; in mm_app_prepare_raw_snapshot_buf()
228 reg_buf.def.buf.mp[0].planes[0].reserved[0] = reg_buf.def.buf.mp[0].frame_offset; in mm_app_prepare_raw_snapshot_buf()
230 reg_buf.def.buf.mp[0].planes[j].length = planes_main[j]; in mm_app_prepare_raw_snapshot_buf()
231 reg_buf.def.buf.mp[0].planes[j].m.userptr = pme->raw_snapshot_buf.frame[0].fd; in mm_app_prepare_raw_snapshot_buf()
232 reg_buf.def.buf.mp[0].planes[j].data_offset = 0; in mm_app_prepare_raw_snapshot_buf()
233 … reg_buf.def.buf.mp[0].planes[j].reserved[0] = reg_buf.def.buf.mp[0].planes[j-1].reserved[0] + in mm_app_prepare_raw_snapshot_buf()
234 reg_buf.def.buf.mp[0].planes[j-1].length; in mm_app_prepare_raw_snapshot_buf()
910 uint32_t planes[VIDEO_MAX_PLANES];
[all …]
Dmm_qcamera_video.c115 uint32_t planes[VIDEO_MAX_PLANES];
122 planes[i] = frame_offset_info->mp[i].len;
149 pme->video_buf.frame[i].cbcr_off = planes[0];
163 bufs[i].planes[0].length = planes[0];
164 bufs[i].planes[0].m.userptr = bufs[i].fd;
165 bufs[i].planes[0].data_offset = y_off;
166 bufs[i].planes[0].reserved[0] = 0;
169 bufs[i].planes[j].length = planes[j];
170 bufs[i].planes[j].m.userptr = bufs[i].fd;
171 bufs[i].planes[j].data_offset = cbcr_off;
[all …]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
DExynos_OSAL_Android.cpp68 OMX_OUT OMX_PTR planes) in Exynos_OSAL_LockANBHandle() argument
77 ExynosVideoPlane *vplanes = (ExynosVideoPlane *) planes; in Exynos_OSAL_LockANBHandle()
165 OMX_OUT OMX_PTR planes) in Exynos_OSAL_LockANB() argument
172 ret = Exynos_OSAL_LockANBHandle((OMX_U32)pANB->handle, width, height, format, planes); in Exynos_OSAL_LockANB()
209 ExynosVideoPlane planes[MAX_BUFFER_PLANE]; in useAndroidNativeBuffer() local
250 &stride, planes); in useAndroidNativeBuffer()
251 pExynosPort->extendBufferHeader[i].buf_fd[0] = planes[0].fd; in useAndroidNativeBuffer()
252 pExynosPort->extendBufferHeader[i].pYUVBuf[0] = planes[0].addr; in useAndroidNativeBuffer()
253 pExynosPort->extendBufferHeader[i].buf_fd[1] = planes[1].fd; in useAndroidNativeBuffer()
254 pExynosPort->extendBufferHeader[i].pYUVBuf[1] = planes[1].addr; in useAndroidNativeBuffer()
[all …]
DExynos_OSAL_Android.h53 OMX_OUT OMX_PTR planes);
61 OMX_OUT OMX_PTR planes);
/hardware/qcom/camera/QCamera/HAL/core/src/
DQCameraHWI_Preview.cpp311 uint32_t planes[VIDEO_MAX_PLANES]; in getBufferNoDisplay() local
331 planes[i] = dim.display_frame_offset.mp[i].len; in getBufferNoDisplay()
343 NULL,NULL, num_planes, planes) < 0) { in getBufferNoDisplay()
514 uint32_t planes[VIDEO_MAX_PLANES]; in initDisplayBuffers() local
552 planes[0] = dim.display_frame_offset.mp[0].len; in initDisplayBuffers()
553 planes[1] = dim.display_frame_offset.mp[1].len; in initDisplayBuffers()
571 mDisplayStreamBuf.frame[i].cbcr_off = planes[0]; in initDisplayBuffers()
606 mDisplayBuf.preview.buf.mp[i].planes[0].length = planes[0]; in initDisplayBuffers()
607 mDisplayBuf.preview.buf.mp[i].planes[0].m.userptr = mDisplayStreamBuf.frame[i].fd; in initDisplayBuffers()
608 mDisplayBuf.preview.buf.mp[i].planes[0].data_offset = 0; in initDisplayBuffers()
[all …]
DQCameraHWI_Record.cpp388 uint32_t planes[VIDEO_MAX_PLANES]; in initEncodeBuffers() local
408 planes[0] = dim.video_frame_offset.mp[0].len; in initEncodeBuffers()
409 planes[1] = dim.video_frame_offset.mp[1].len; in initEncodeBuffers()
438 mHalCamCtrl->mRecordingMemory.cbcr_offset = planes[0]; in initEncodeBuffers()
497 mRecordBuf.video.video.buf.mp[cnt].planes[0].reserved[0] = in initEncodeBuffers()
499 mRecordBuf.video.video.buf.mp[cnt].planes[0].length = planes[0]; in initEncodeBuffers()
500 mRecordBuf.video.video.buf.mp[cnt].planes[0].m.userptr = in initEncodeBuffers()
503 mRecordBuf.video.video.buf.mp[cnt].planes[j].length = planes[j]; in initEncodeBuffers()
504 mRecordBuf.video.video.buf.mp[cnt].planes[j].m.userptr = in initEncodeBuffers()
506 mRecordBuf.video.video.buf.mp[cnt].planes[j].reserved[0] = in initEncodeBuffers()
[all …]
/hardware/qcom/camera/
DQCameraHWI_Record.cpp387 uint32_t planes[VIDEO_MAX_PLANES]; in initEncodeBuffers() local
407 planes[0] = dim.video_frame_offset.mp[0].len; in initEncodeBuffers()
408 planes[1] = dim.video_frame_offset.mp[1].len; in initEncodeBuffers()
437 mHalCamCtrl->mRecordingMemory.cbcr_offset = planes[0]; in initEncodeBuffers()
496 mRecordBuf.video.video.buf.mp[cnt].planes[0].reserved[0] = in initEncodeBuffers()
498 mRecordBuf.video.video.buf.mp[cnt].planes[0].length = planes[0]; in initEncodeBuffers()
499 mRecordBuf.video.video.buf.mp[cnt].planes[0].m.userptr = in initEncodeBuffers()
502 mRecordBuf.video.video.buf.mp[cnt].planes[j].length = planes[j]; in initEncodeBuffers()
503 mRecordBuf.video.video.buf.mp[cnt].planes[j].m.userptr = in initEncodeBuffers()
505 mRecordBuf.video.video.buf.mp[cnt].planes[j].reserved[0] = in initEncodeBuffers()
[all …]
DQCameraHWI_Preview.cpp318 uint32_t planes[VIDEO_MAX_PLANES]; in getBufferNoDisplay() local
338 planes[i] = dim.display_frame_offset.mp[i].len; in getBufferNoDisplay()
350 NULL,NULL, num_planes, planes) < 0) { in getBufferNoDisplay()
534 uint32_t planes[VIDEO_MAX_PLANES]; in initDisplayBuffers() local
573 planes[i] = dim.display_frame_offset.mp[i].len; in initDisplayBuffers()
592 mDisplayStreamBuf.frame[i].cbcr_off = planes[0]; in initDisplayBuffers()
639 mDisplayBuf.preview.buf.mp[i].planes[0].length = planes[0]; in initDisplayBuffers()
640 mDisplayBuf.preview.buf.mp[i].planes[0].m.userptr = mDisplayStreamBuf.frame[i].fd; in initDisplayBuffers()
641 mDisplayBuf.preview.buf.mp[i].planes[0].data_offset = 0; in initDisplayBuffers()
642 mDisplayBuf.preview.buf.mp[i].planes[0].reserved[0] = in initDisplayBuffers()
[all …]
DQCameraHWI_Preview_7x27A.cpp356 uint32_t planes[VIDEO_MAX_PLANES]; in initDisplayBuffers() local
394 planes[0] = dim.display_frame_offset.mp[0].len; in initDisplayBuffers()
395 planes[1] = dim.display_frame_offset.mp[1].len; in initDisplayBuffers()
411 mDisplayStreamBuf.frame[i].cbcr_off = planes[0]; in initDisplayBuffers()
435 mDisplayBuf.preview.buf.mp[i].planes[0].length = planes[0]; in initDisplayBuffers()
436 mDisplayBuf.preview.buf.mp[i].planes[0].m.userptr = mDisplayStreamBuf.frame[i].fd; in initDisplayBuffers()
437 mDisplayBuf.preview.buf.mp[i].planes[0].data_offset = 0; in initDisplayBuffers()
438 mDisplayBuf.preview.buf.mp[i].planes[0].reserved[0] = in initDisplayBuffers()
441 mDisplayBuf.preview.buf.mp[i].planes[j].length = planes[j]; in initDisplayBuffers()
442 mDisplayBuf.preview.buf.mp[i].planes[j].m.userptr = in initDisplayBuffers()
[all …]
/hardware/samsung_slsi/exynos5/include/
Ds5p_fimc_v4l2.h102 int planes; member
116 int planes; member
142 unsigned int planes; // number of planes for the Image member
/hardware/samsung_slsi/exynos5/gralloc/
Dgralloc.cpp221 int err, planes, fd, fd1, fd2 = 0; in gralloc_alloc_yuv() local
244 planes = 3; in gralloc_alloc_yuv()
255 planes = 2; in gralloc_alloc_yuv()
267 planes = 1; in gralloc_alloc_yuv()
281 if (planes == 1) { in gralloc_alloc_yuv()
288 if (planes == 3) { in gralloc_alloc_yuv()
/hardware/qcom/camera/mm-camera-interface/
Dmm_camera_stream.c197 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in mm_camera_read_msm_frame() local
202 vb.m.planes = &planes[0]; in mm_camera_read_msm_frame()
212 __func__, i, vb.m.planes[i].reserved[0], in mm_camera_read_msm_frame()
213 vb.m.planes[i].data_offset); in mm_camera_read_msm_frame()
214 stream->frame.frame[idx].planes[i].reserved[0] = in mm_camera_read_msm_frame()
215 vb.m.planes[i].reserved[0]; in mm_camera_read_msm_frame()
216 stream->frame.frame[idx].planes[i].data_offset = in mm_camera_read_msm_frame()
217 vb.m.planes[i].data_offset; in mm_camera_read_msm_frame()
392 buffer.m.planes = &(stream->frame.frame[idx].planes[0]); in mm_camera_stream_qbuf()
485 uint32_t planes[VIDEO_MAX_PLANES]; in mm_camera_stream_util_reg_buf() local
[all …]
/hardware/samsung_slsi/exynos5/libhwjpeg/
DExynosJpegBase.cpp212 v4l2_buf.m.planes = plane; in t_v4l2Qbuf()
216 v4l2_buf.m.planes[i].m.fd = (unsigned long)pstBuf->addr[i]; in t_v4l2Qbuf()
217 v4l2_buf.m.planes[i].length = pstBuf->size[i]; in t_v4l2Qbuf()
234 struct v4l2_plane planes[3]; in t_v4l2Dqbuf() local
238 memset(planes, 0, sizeof(struct v4l2_plane)*3); in t_v4l2Dqbuf()
243 buf.m.planes = planes; in t_v4l2Dqbuf()
254 t_stJpegConfig.sizeJpeg = buf.m.planes[0].bytesused; in t_v4l2Dqbuf()
/hardware/samsung_slsi/exynos5/libcamera2/
DExynosCameraHWInterface2.cpp125 if (node->planes >= 1) { in cam_int_s_fmt()
164 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in cam_int_qbuf() local
168 v4l2_buf.m.planes = planes; in cam_int_qbuf()
172 v4l2_buf.length = node->planes; in cam_int_qbuf()
174 for(i = 0; i < node->planes; i++){ in cam_int_qbuf()
175 v4l2_buf.m.planes[i].m.fd = (int)(node->buffer[index].fd.extFd[i]); in cam_int_qbuf()
176 v4l2_buf.m.planes[i].length = (unsigned long)(node->buffer[index].size.extS[i]); in cam_int_qbuf()
235 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in cam_int_dqbuf() local
240 v4l2_buf.m.planes = planes; in cam_int_dqbuf()
241 v4l2_buf.length = node->planes; in cam_int_dqbuf()
[all …]
/hardware/samsung_slsi/exynos5/libcamera/
DExynosCamera.cpp1324 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in getPreviewBuf() local
1326 v4l2_buf.m.planes = planes; in getPreviewBuf()
1364 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in putPreviewBuf() local
1366 v4l2_buf.m.planes = planes; in putPreviewBuf()
1373 v4l2_buf.m.planes[i].m.fd= m_previewBuf[buf->reserved.p].fd.extFd[i]; in putPreviewBuf()
1374 v4l2_buf.m.planes[i].length = m_previewBuf[buf->reserved.p].size.extS[i]; in putPreviewBuf()
1528 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in getVideoBuf() local
1530 v4l2_buf.m.planes = planes; in getVideoBuf()
1579 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in putVideoBuf() local
1581 v4l2_buf.m.planes = planes; in putVideoBuf()
[all …]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
DExynos_OMX_Vp8dec.c84 addr[0] = pCodecBuffer->planes[0].addr; in GetCodecOutputPrivateData()
85 addr[1] = pCodecBuffer->planes[1].addr; in GetCodecOutputPrivateData()
86 addr[2] = pCodecBuffer->planes[2].addr; in GetCodecOutputPrivateData()
90 size[0] = pCodecBuffer->planes[0].allocSize; in GetCodecOutputPrivateData()
91 size[1] = pCodecBuffer->planes[1].allocSize; in GetCodecOutputPrivateData()
92 size[2] = pCodecBuffer->planes[2].allocSize; in GetCodecOutputPrivateData()
738 ExynosVideoPlane planes[MFC_OUTPUT_BUFFER_PLANE]; in VP8CodecDstSetup() local
767 planes[plane].addr = pVideoDec->pMFCDecOutputBuffer[i]->pVirAddr[plane]; in VP8CodecDstSetup()
768 planes[plane].fd = pVideoDec->pMFCDecOutputBuffer[i]->fd[plane]; in VP8CodecDstSetup()
769 planes[plane].allocSize = pVideoDec->pMFCDecOutputBuffer[i]->bufferSize[plane]; in VP8CodecDstSetup()
[all …]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
DExynos_OMX_H264dec.c131 addr[0] = pCodecBuffer->planes[0].addr; in GetCodecOutputPrivateData()
132 addr[1] = pCodecBuffer->planes[1].addr; in GetCodecOutputPrivateData()
133 addr[2] = pCodecBuffer->planes[2].addr; in GetCodecOutputPrivateData()
137 size[0] = pCodecBuffer->planes[0].allocSize; in GetCodecOutputPrivateData()
138 size[1] = pCodecBuffer->planes[1].allocSize; in GetCodecOutputPrivateData()
139 size[2] = pCodecBuffer->planes[2].allocSize; in GetCodecOutputPrivateData()
848 ExynosVideoPlane planes[MFC_OUTPUT_BUFFER_PLANE]; in H264CodecDstSetup() local
883 planes[plane].addr = pVideoDec->pMFCDecOutputBuffer[i]->pVirAddr[plane]; in H264CodecDstSetup()
884 planes[plane].fd = pVideoDec->pMFCDecOutputBuffer[i]->fd[plane]; in H264CodecDstSetup()
885 planes[plane].allocSize = pVideoDec->pMFCDecOutputBuffer[i]->bufferSize[plane]; in H264CodecDstSetup()
[all …]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
DExynosVideoApi.h111 ExynosVideoPlane planes[VIDEO_BUFFER_MAX_PLANES]; member
267 ExynosVideoErrorType (*Register)(void *pHandle, ExynosVideoPlane *planes, int nPlanes);
287 ExynosVideoErrorType (*Register)(void *pHandle, ExynosVideoPlane *planes, int nPlanes);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
DExynos_OMX_H264enc.c402 *pVirtAddr = pCodecBuffer->planes[0].addr; in GetCodecOutputPrivateData()
405 *dataSize = pCodecBuffer->planes[0].allocSize; in GetCodecOutputPrivateData()
835 ExynosVideoPlane planes[MFC_INPUT_BUFFER_PLANE]; in H264CodecSrcSetup() local
842 planes[plane].addr = pVideoEnc->pMFCEncInputBuffer[i]->pVirAddr[plane]; in H264CodecSrcSetup()
843 planes[plane].allocSize = pVideoEnc->pMFCEncInputBuffer[i]->bufferSize[plane]; in H264CodecSrcSetup()
844 planes[plane].fd = pVideoEnc->pMFCEncInputBuffer[i]->fd[plane]; in H264CodecSrcSetup()
846 … if (pInbufOps->Register(hMFCHandle, planes, MFC_INPUT_BUFFER_PLANE) != VIDEO_ERROR_NONE) { in H264CodecSrcSetup()
1000 pVideoBuffer->planes[0].addr, in H264CodecDstSetup()
1001 pVideoBuffer->planes[0].dataSize); in H264CodecDstSetup()
1002 …Exynos_OSAL_Memcpy(OMXBuffer->pBuffer, pVideoBuffer->planes[0].addr, pVideoBuffer->planes[0].dataS… in H264CodecDstSetup()
[all …]

123