HomeSort by relevance Sort by last modified time
    Searched defs:planes (Results 26 - 50 of 112) sorted by null

12 3 4 5

  /hardware/samsung_slsi/exynos5/include/
s5p_fimc_v4l2.h 38 * FIMC TYPE PLANES ORDER V4L2_PIX_FMT
102 int planes; member in struct:fimc_buf
116 int planes; member in struct:yuv_fmt_list
142 unsigned int planes; // number of planes for the Image member in struct:__anon41814
  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegBase.cpp 212 v4l2_buf.m.planes = plane;
216 v4l2_buf.m.planes[i].m.fd = (unsigned long)pstBuf->addr[i];
217 v4l2_buf.m.planes[i].length = pstBuf->size[i];
234 struct v4l2_plane planes[3]; local
238 memset(planes, 0, sizeof(struct v4l2_plane)*3);
243 buf.m.planes = planes;
254 t_stJpegConfig.sizeJpeg = buf.m.planes[0].bytesused;
  /pdk/apps/CameraITS/service/src/com/android/camera2/its/
ItsUtils.java 127 Plane[] planes = image.getPlanes(); local
137 ByteBuffer buffer = planes[0].getBuffer();
145 byte[] rowData = new byte[planes[0].getRowStride()];
146 for (int i = 0; i < planes.length; i++) {
147 ByteBuffer buffer = planes[i].getBuffer();
148 int rowStride = planes[i].getRowStride();
149 int pixelStride = planes[i].getPixelStride();
200 Plane[] planes = image.getPlanes(); local
205 return 3 == planes.length;
209 return 1 == planes.length
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 945 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
1131 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 937 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
1123 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Preview.cpp 311 uint32_t planes[VIDEO_MAX_PLANES]; local
331 planes[i] = dim.display_frame_offset.mp[i].len;
343 NULL,NULL, num_planes, planes) < 0) {
514 uint32_t planes[VIDEO_MAX_PLANES]; local
552 planes[0] = dim.display_frame_offset.mp[0].len;
553 planes[1] = dim.display_frame_offset.mp[1].len;
571 mDisplayStreamBuf.frame[i].cbcr_off = planes[0];
604 /* Plane 0 needs to be set seperately. Set other planes
606 mDisplayBuf.preview.buf.mp[i].planes[0].length = planes[0]
652 uint32_t planes[VIDEO_MAX_PLANES]; local
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_stream.c 278 memcpy(&my_obj->buf[0].planes,&buf->planes,buf->num_planes * sizeof(struct v4l2_plane));
830 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
840 vb.m.planes = &planes[0];
862 __func__, i, vb.m.planes[i].reserved[0],
863 vb.m.planes[i].data_offset);
864 buf_info->buf->planes[i].reserved[0] =
865 vb.m.planes[i].reserved[0];
866 buf_info->buf->planes[i].data_offset
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Preview.cpp 325 uint32_t planes[VIDEO_MAX_PLANES]; local
345 planes[i] = dim.display_frame_offset.mp[i].len;
357 NULL,NULL, num_planes, planes) < 0) {
541 uint32_t planes[VIDEO_MAX_PLANES]; local
580 planes[i] = dim.display_frame_offset.mp[i].len;
599 mDisplayStreamBuf.frame[i].cbcr_off = planes[0];
644 /* Plane 0 needs to be set seperately. Set other planes
646 mDisplayBuf.preview.buf.mp[i].planes[0].length = planes[0];
647 mDisplayBuf.preview.buf.mp[i].planes[0].m.userptr = mDisplayStreamBuf.frame[i].fd
692 uint32_t planes[VIDEO_MAX_PLANES]; local
    [all...]
QCameraHWI_Preview_7x27A.cpp 356 uint32_t planes[VIDEO_MAX_PLANES]; local
394 planes[0] = dim.display_frame_offset.mp[0].len;
395 planes[1] = dim.display_frame_offset.mp[1].len;
411 mDisplayStreamBuf.frame[i].cbcr_off = planes[0];
433 /* Plane 0 needs to be set seperately. Set other planes
435 mDisplayBuf.preview.buf.mp[i].planes[0].length = planes[0];
436 mDisplayBuf.preview.buf.mp[i].planes[0].m.userptr = mDisplayStreamBuf.frame[i].fd;
437 mDisplayBuf.preview.buf.mp[i].planes[0].data_offset = 0;
438 mDisplayBuf.preview.buf.mp[i].planes[0].reserved[0]
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_stream.c 911 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
925 vb.m.planes = &planes[0];
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 940 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
1132 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
    [all...]
  /external/chromium_org/content/common/gpu/media/
v4l2_video_encode_accelerator.cc 487 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
492 memset(&planes, 0, sizeof(planes));
495 dqbuf.m.planes = planes;
520 memset(planes, 0, sizeof(planes));
523 dqbuf.m.planes = planes;
540 size_t output_size = dqbuf.m.planes[0].bytesused
1031 struct v4l2_plane planes[1]; local
    [all...]
  /external/libvpx/libvpx/vpx/
vpx_image.h 127 unsigned char *planes[4]; /**< pointer to the top left pixel for each plane */ member in struct:vpx_image
  /external/opencv/cxcore/src/
cxcopy.cpp 391 CvArr* planes[] = { 0, 0, 0, 0 }; local
396 planes[coi1-1] = dst;
397 CV_CALL( cvSplit( src, planes[0], planes[1], planes[2], planes[3] ));
402 CvArr* planes[] = { 0, 0, 0, 0 }; local
407 planes[coi2-1] = src;
408 CV_CALL( cvMerge( planes[0], planes[1], planes[2], planes[3], dst ))
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_image.h 127 unsigned char *planes[4]; /**< pointer to the top left pixel for each plane */ member in struct:vpx_image
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_Vdec.c 397 ExynosVideoPlane planes[MAX_BUFFER_PLANE]; local
400 Exynos_OSAL_LockANBHandle(pOutputBuf, width, height, exynosOutputPort->portDefinition.format.video.eColorFormat, &stride, planes);
402 Exynos_OSAL_LockMetaData(pOutputBuf, width, height, exynosOutputPort->portDefinition.format.video.eColorFormat, &stride, planes);
408 pYUVBuf[0] = (unsigned char *)planes[0].addr;
409 pYUVBuf[1] = (unsigned char *)planes[1].addr;
410 pYUVBuf[2] = (unsigned char *)planes[2].addr;
412 pYUVBuf[0] = (unsigned char *)planes[0].fd;
413 pYUVBuf[1] = (unsigned char *)planes[1].fd;
414 pYUVBuf[2] = (unsigned char *)planes[2].fd;
    [all...]
Exynos_OMX_VdecControl.c 1522 ExynosVideoPlane planes[MAX_BUFFER_PLANE]; local
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_Venc.c 324 ExynosVideoPlane planes[MAX_BUFFER_PLANE]; local
329 Exynos_OSAL_LockANBHandle((OMX_U32)ppBuf[0], nFrameWidth, nFrameHeight, OMX_COLOR_FormatAndroidOpaque, &stride, planes);
334 pSrcBuf[0] = planes[0].addr;
335 pSrcFd[0] = (void *)planes[0].fd;
475 ExynosVideoPlane planes[MAX_BUFFER_PLANE]; local
478 Exynos_OSAL_LockANBHandle((OMX_U32)ppBuf[0], nFrameWidth, nFrameHeight, OMX_COLOR_FormatYUV420SemiPlanar, &stride, planes);
480 srcInputData->buffer.multiPlaneBuffer.fd[0] = planes[0].fd;
481 srcInputData->buffer.multiPlaneBuffer.fd[1] = planes[1].fd;
    [all...]
  /hardware/samsung_slsi/exynos5/libcsc/
csc.c 93 void *planes[CSC_MAX_PLANES]; member in struct:_CSC_BUFFER
121 (unsigned char *)handle->dst_buffer.planes[CSC_Y_PLANE],
122 (unsigned char *)handle->dst_buffer.planes[CSC_U_PLANE],
123 (unsigned char *)handle->dst_buffer.planes[CSC_V_PLANE],
124 (unsigned char *)handle->src_buffer.planes[CSC_RGB_PLANE],
131 (unsigned char *)handle->dst_buffer.planes[CSC_Y_PLANE],
132 (unsigned char *)handle->dst_buffer.planes[CSC_UV_PLANE],
133 (unsigned char *)handle->src_buffer.planes[CSC_RGB_PLANE],
155 (unsigned char *)handle->dst_buffer.planes[CSC_Y_PLANE],
156 (unsigned char *)handle->src_buffer.planes[CSC_Y_PLANE]
    [all...]
  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gsc_utils.h 115 struct v4l2_plane planes[NUM_OF_GSC_PLANES]; member in struct:gsc_info
  /hardware/samsung_slsi/exynos5/librotator/
exynos_rotator.c 79 struct v4l2_plane planes[NUM_OF_ROTATOR_PLANES]; member in struct:rotator_info
567 info->buffer.m.planes = info->planes;
571 info->buffer.m.planes[i].m.userptr = (unsigned long)info->addr[i];
572 info->buffer.m.planes[i].length = plane_size[i];
573 info->buffer.m.planes[i].bytesused = 0;
  /device/asus/flo/camera/QCamera2/stack/common/
mm_camera_interface.h 53 * @num_planes : num of planes for the frame buffer, to be
55 * @planes : plane info for the frame buffer, to be filled
72 struct v4l2_plane planes[VIDEO_MAX_PLANES]; member in struct:__anon2755
128 * @plane_idx : plane index. If all planes share the same
145 * @plane_idx : plane index. If all planes share the same
470 * @plane_idx : plane index. If all planes share the same fd,
497 * @plane_idx : plane index. If all planes share the same fd,
  /device/lge/hammerhead/camera/QCamera2/stack/common/
mm_camera_interface.h 53 * @num_planes : num of planes for the frame buffer, to be
55 * @planes : plane info for the frame buffer, to be filled
72 struct v4l2_plane planes[VIDEO_MAX_PLANES]; member in struct:__anon3258
128 * @plane_idx : plane index. If all planes share the same
145 * @plane_idx : plane index. If all planes share the same
470 * @plane_idx : plane index. If all planes share the same fd,
497 * @plane_idx : plane index. If all planes share the same fd,
  /device/lge/mako/camera/mm-camera-interface/
mm_omx_jpeg_encoder.c 237 uint8_t *num_planes, uint32_t planes[])
256 planes[0] = width * CEILING16(height);
257 planes[1] = width * CEILING16(height)/2;
262 planes[0] = PAD_TO_WORD(width*CEILING16(height));
263 planes[1] = PAD_TO_WORD(width*CEILING16(height)/2);
438 uint32_t planes[10]; local
468 &bufferoffset.totalSize, &num_planes, planes);
  /device/moto/shamu/camera/QCamera2/stack/common/
mm_camera_interface.h 53 * @num_planes : num of planes for the frame buffer, to be
55 * @planes : plane info for the frame buffer, to be filled
73 struct v4l2_plane planes[VIDEO_MAX_PLANES]; member in struct:__anon4354
131 * @plane_idx : plane index. If all planes share the same
148 * @plane_idx : plane index. If all planes share the same
492 * @plane_idx : plane index. If all planes share the same fd,
519 * @plane_idx : plane index. If all planes share the same fd,

Completed in 1327 milliseconds

12 3 4 5