HomeSort by relevance Sort by last modified time
    Searched defs:planes (Results 51 - 75 of 120) sorted by null

1 23 4 5

  /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:__anon2757
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:__anon3263
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:__anon4359
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,
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_image.h 131 unsigned char *planes[4]; /**< pointer to the top left pixel for each plane */ member in struct:vpx_image
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.h 97 float (*planes) [DRAW_TOTAL_CLIP_PLANES][4]; member in struct:draw_jit_context
111 lp_build_struct_get(_gallivm, _ptr, 2, "planes")
draw_llvm.c 180 LP_CHECK_MEMBER_OFFSET(struct draw_jit_context, planes,
869 LLVMValueRef plane1, planes, plane_ptr, sum; local
910 /* Cliptest, for hardwired planes */
    [all...]
draw_private.h 55 /** Sum of frustum planes and user-defined planes */
192 /* pointer to planes */
193 float (*planes)[DRAW_TOTAL_CLIP_PLANES][4]; member in struct:draw_context::__anon18331::__anon18334
211 /* Flags set if API requires clipping in these planes and the
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.h 97 float (*planes) [DRAW_TOTAL_CLIP_PLANES][4]; member in struct:draw_jit_context
111 lp_build_struct_get(_gallivm, _ptr, 2, "planes")
  /external/opencv/cv/src/
cvtemplmatch.cpp 159 CvMat* planes[] = { 0, 0, 0, 0 }; local
167 planes[k] = templ_depth == max_depth ? dst :
169 cvSplit( templ, planes[0], planes[1], planes[2], planes[3] );
170 src = planes[k];
171 planes[k] = 0;
203 CvMat* planes[] = { 0, 0, 0, 0 }; local
232 planes[i] = dst1
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c 234 pVideoPlane = &pCtx->pInbuf[i].planes[j];
252 pVideoPlane = &pCtx->pOutbuf[i].planes[j];
843 struct v4l2_plane planes[VIDEO_DECODER_INBUF_PLANES]; local
897 buf.m.planes = planes;
907 pVideoPlane = &pCtx->pInbuf[i].planes[0];
910 buf.m.planes[0].length, PROT_READ | PROT_WRITE,
911 MAP_SHARED, pCtx->hDec, buf.m.planes[0].m.mem_offset);
918 pVideoPlane->allocSize = buf.m.planes[0].length;
933 pVideoPlane = &pCtx->pInbuf[i].planes[0]
962 struct v4l2_plane planes[VIDEO_DECODER_OUTBUF_PLANES]; local
1428 struct v4l2_plane planes[VIDEO_DECODER_INBUF_PLANES]; local
1526 struct v4l2_plane planes[VIDEO_DECODER_OUTBUF_PLANES]; local
1956 struct v4l2_plane planes[VIDEO_DECODER_OUTBUF_PLANES]; local
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
ExynosVideoEncoder.c 227 pVideoPlane = &pCtx->pInbuf[i].planes[j];
245 pVideoPlane = &pCtx->pOutbuf[i].planes[j];
1177 struct v4l2_plane planes[VIDEO_ENCODER_INBUF_PLANES]; local
1299 struct v4l2_plane planes[VIDEO_ENCODER_OUTBUF_PLANES]; local
1803 struct v4l2_plane planes[VIDEO_ENCODER_INBUF_PLANES]; local
1887 struct v4l2_plane planes[VIDEO_ENCODER_OUTBUF_PLANES]; local
2039 struct v4l2_plane planes[VIDEO_ENCODER_OUTBUF_PLANES]; local
2180 struct v4l2_plane planes[VIDEO_ENCODER_INBUF_PLANES]; local
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c 131 addr[0] = pCodecBuffer->planes[0].addr;
132 addr[1] = pCodecBuffer->planes[1].addr;
133 addr[2] = pCodecBuffer->planes[2].addr;
137 size[0] = pCodecBuffer->planes[0].allocSize;
138 size[1] = pCodecBuffer->planes[1].allocSize;
139 size[2] = pCodecBuffer->planes[2].allocSize;
1012 ExynosVideoPlane planes[MFC_OUTPUT_BUFFER_PLANE]; local
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c 143 addr[0] = pCodecBuffer->planes[0].addr;
144 addr[1] = pCodecBuffer->planes[1].addr;
145 addr[2] = pCodecBuffer->planes[2].addr;
149 size[0] = pCodecBuffer->planes[0].allocSize;
150 size[1] = pCodecBuffer->planes[1].allocSize;
151 size[2] = pCodecBuffer->planes[2].allocSize;
1116 ExynosVideoPlane planes[MFC_OUTPUT_BUFFER_PLANE]; local
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c 84 addr[0] = pCodecBuffer->planes[0].addr;
85 addr[1] = pCodecBuffer->planes[1].addr;
86 addr[2] = pCodecBuffer->planes[2].addr;
90 size[0] = pCodecBuffer->planes[0].allocSize;
91 size[1] = pCodecBuffer->planes[1].allocSize;
92 size[2] = pCodecBuffer->planes[2].allocSize;
926 ExynosVideoPlane planes[MFC_OUTPUT_BUFFER_PLANE]; local
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c 402 *pVirtAddr = pCodecBuffer->planes[0].addr;
405 *dataSize = pCodecBuffer->planes[0].allocSize;
908 ExynosVideoPlane planes[MFC_INPUT_BUFFER_PLANE]; local
1757 ExynosVideoPlane planes[MFC_INPUT_BUFFER_PLANE]; local
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
Exynos_OMX_Mpeg4enc.c 530 *pVirtAddr = pCodecBuffer->planes[0].addr;
533 *dataSize = pCodecBuffer->planes[0].allocSize;
1033 ExynosVideoPlane planes[MFC_INPUT_BUFFER_PLANE]; local
1958 ExynosVideoPlane planes[MFC_INPUT_BUFFER_PLANE]; local
    [all...]
  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gscaler.c 117 /* 2 planes */
137 /* 3 planes */
689 info->buffer.m.planes = info->planes;
694 info->buffer.m.planes[i].m.fd = (int)info->addr[i];
695 info->buffer.m.planes[i].length = plane_size[i];
696 info->buffer.m.planes[i].bytesused = 0;
1639 struct v4l2_plane planes[NUM_OF_GSC_PLANES]; local
1730 struct v4l2_plane planes[NUM_OF_GSC_PLANES]; local
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraTestUtils.java 385 * <p>Read data from all planes of an Image into a contiguous unpadded, unpacked
391 * the Y plane data first, followed by U(Cb), V(Cr) planes if there is any
405 Plane[] planes = image.getPlanes(); local
406 assertTrue("Fail to get image planes", planes != null && planes.length > 0);
414 buffer = planes[0].getBuffer();
424 int maxRowSize = planes[0].getRowStride();
425 for (int i = 0; i < planes.length; i++) {
426 if (maxRowSize < planes[i].getRowStride())
484 Plane[] planes = image.getPlanes(); local
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp 605 uint32_t planes[VIDEO_MAX_PLANES]; local
632 &num_planes, planes);
635 frame_len, 0, planes[0], MSM_PMEM_RAW_MAINIMG,
637 num_planes, planes) < 0) {
700 uint32_t planes[VIDEO_MAX_PLANES]; local
755 planes[0] = dim->picture_frame_offset.mp[0].len;
756 planes[1] = dim->picture_frame_offset.mp[1].len;
763 MSM_PMEM_MAX, NULL, NULL, num_planes, planes) < 0) {
771 &reg_buf.snapshot.main, num_planes, planes) < 0) {
777 planes[0] = dim->thumb_frame_offset.mp[0].len
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_interface.h 178 int8_t num_planes; /* num of planes, to be filled during mem allocation */
179 struct v4l2_plane planes[VIDEO_MAX_PLANES]; /* plane info, to be filled during mem allocation*/ member in struct:__anon3555
  /device/lge/mako/camera/
QCameraHWI_Still.cpp 683 uint32_t planes[VIDEO_MAX_PLANES]; local
719 &num_planes, planes);
722 frame_len, 0, planes[0], MSM_PMEM_RAW_MAINIMG,
724 num_planes, planes) < 0) {
787 uint32_t planes[VIDEO_MAX_PLANES]; local
842 planes[0] = dim->picture_frame_offset.mp[0].len;
843 planes[1] = dim->picture_frame_offset.mp[1].len;
850 MSM_PMEM_MAX, NULL, NULL, num_planes, planes) < 0) {
858 &reg_buf.snapshot.main, num_planes, planes) < 0) {
864 planes[0] = dim->thumb_frame_offset.mp[0].len
    [all...]
  /external/chromium_org/content/common/gpu/media/
v4l2_video_decode_accelerator.cc 1033 struct v4l2_plane planes[1]; local
1695 struct v4l2_plane planes[1]; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxdec.c 59 "Flip the chroma planes in the output");
142 return I420Scale_16((uint16_t*)src->planes[VPX_PLANE_Y],
144 (uint16_t*)src->planes[VPX_PLANE_U],
146 (uint16_t*)src->planes[VPX_PLANE_V],
149 (uint16_t*)dst->planes[VPX_PLANE_Y],
151 (uint16_t*)dst->planes[VPX_PLANE_U],
153 (uint16_t*)dst->planes[VPX_PLANE_V],
161 return I420Scale(src->planes[VPX_PLANE_Y], src->stride[VPX_PLANE_Y],
162 src->planes[VPX_PLANE_U], src->stride[VPX_PLANE_U],
163 src->planes[VPX_PLANE_V], src->stride[VPX_PLANE_V]
1085 const int *planes = flipuv ? PLANES_YVU : PLANES_YUV; local
    [all...]
  /external/libvpx/libvpx/
vpxdec.c 55 "Flip the chroma planes in the output");
125 return I420Scale(src->planes[VPX_PLANE_Y], src->stride[VPX_PLANE_Y],
126 src->planes[VPX_PLANE_U], src->stride[VPX_PLANE_U],
127 src->planes[VPX_PLANE_V], src->stride[VPX_PLANE_V],
129 dst->planes[VPX_PLANE_Y], dst->stride[VPX_PLANE_Y],
130 dst->planes[VPX_PLANE_U], dst->stride[VPX_PLANE_U],
131 dst->planes[VPX_PLANE_V], dst->stride[VPX_PLANE_V],
237 static void update_image_md5(const vpx_image_t *img, const int planes[3],
242 const int plane = planes[i];
243 const unsigned char *buf = img->planes[plane]
844 const int *planes = flipuv ? PLANES_YVU : PLANES_YUV; local
    [all...]

Completed in 3083 milliseconds

1 23 4 5