HomeSort by relevance Sort by last modified time
    Searched refs:planes (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /hardware/samsung_slsi/exynos5/libcsc/
csc.c 85 void *planes[CSC_MAX_PLANES]; member in struct:_CSC_BUFFER
113 (unsigned char *)handle->dst_buffer.planes[CSC_Y_PLANE],
114 (unsigned char *)handle->dst_buffer.planes[CSC_U_PLANE],
115 (unsigned char *)handle->dst_buffer.planes[CSC_V_PLANE],
116 (unsigned char *)handle->src_buffer.planes[CSC_RGB_PLANE],
123 (unsigned char *)handle->dst_buffer.planes[CSC_Y_PLANE],
124 (unsigned char *)handle->dst_buffer.planes[CSC_UV_PLANE],
125 (unsigned char *)handle->src_buffer.planes[CSC_RGB_PLANE],
147 (unsigned char *)handle->dst_buffer.planes[CSC_Y_PLANE],
148 (unsigned char *)handle->src_buffer.planes[CSC_Y_PLANE]
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Dome.java 58 private int planes; field in class:Dome
75 * @param planes
76 * The number of planes along the Z-axis. Must be >= 2.
85 public Dome(int planes, int radialSamples, float radius) {
86 this(new Vector3f(0, 0, 0), planes, radialSamples, radius);
92 * For a cone, set planes=2. For a pyramid, set radialSamples=4 and planes=2.
93 * Increasing planes and radialSamples increase the quality of the dome.
97 * @param planes
98 * The number of planes along the Z-axis. Must be >= 2
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebVideoFrame.h 63 virtual unsigned planes() const = 0;
  /hardware/samsung_slsi/exynos5/libexynosutils/
exynos5_format_v4l2.c 366 int V4L2_PIX_2_YUV_INFO(unsigned int v4l2_pixel_format, unsigned int * bpp, unsigned int * planes)
371 *planes = 1;
379 *planes = 2;
385 *planes = 3;
392 *planes = 1;
399 *planes = 2;
403 *planes = 3;
415 unsigned int bpp, planes; local
417 if (V4L2_PIX_2_YUV_INFO(v4l2_pixel_format, &bpp, &planes) < 0)
425 unsigned int bpp, planes; local
    [all...]
  /external/chromium/webkit/glue/
webvideoframe_impl.h 25 virtual unsigned planes() const;
webvideoframe_impl.cc 74 unsigned WebVideoFrameImpl::planes() const { function in class:webkit_glue::WebVideoFrameImpl
76 return video_frame_->planes();
  /external/webkit/Source/WebKit/chromium/src/
VideoFrameChromiumImpl.h 56 virtual unsigned planes() const;
VideoFrameChromiumImpl.cpp 98 unsigned VideoFrameChromiumImpl::planes() const function in class:WebKit::VideoFrameChromiumImpl
101 return m_webVideoFrame->planes();
  /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:__anon19391
exynos_format.h 133 * @param planes
134 * address of planes[out]
142 unsigned int *planes);
  /external/libvpx/vpx/src/
vpx_image.c 184 img->planes[VPX_PLANE_PACKED] =
193 img->planes[VPX_PLANE_ALPHA] =
198 img->planes[VPX_PLANE_Y] = data + x + y * img->stride[VPX_PLANE_Y];
203 img->planes[VPX_PLANE_U] = data
207 img->planes[VPX_PLANE_V] = data
213 img->planes[VPX_PLANE_V] = data
217 img->planes[VPX_PLANE_U] = data
237 img->planes[VPX_PLANE_Y] += (signed)(img->d_h - 1) * img->stride[VPX_PLANE_Y];
240 img->planes[VPX_PLANE_U] += (signed)((img->d_h >> img->y_chroma_shift) - 1)
244 img->planes[VPX_PLANE_V] += (signed)((img->d_h >> img->y_chroma_shift) - 1
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c 219 pVideoPlane = &pCtx->pInbuf[i].planes[j];
237 pVideoPlane = &pCtx->pOutbuf[i].planes[j];
804 struct v4l2_plane planes[VIDEO_DECODER_INBUF_PLANES]; local
858 buf.m.planes = planes;
868 pVideoPlane = &pCtx->pInbuf[i].planes[0];
871 buf.m.planes[0].length, PROT_READ | PROT_WRITE,
872 MAP_SHARED, pCtx->hDec, buf.m.planes[0].m.mem_offset);
879 pVideoPlane->allocSize = buf.m.planes[0].length;
894 pVideoPlane = &pCtx->pInbuf[i].planes[0]
923 struct v4l2_plane planes[VIDEO_DECODER_OUTBUF_PLANES]; local
1385 struct v4l2_plane planes[VIDEO_DECODER_INBUF_PLANES]; local
1471 struct v4l2_plane planes[VIDEO_DECODER_OUTBUF_PLANES]; local
    [all...]
  /external/webkit/Source/WebKit/mac/Carbon/
CarbonUtils.m 119 unsigned char* planes[5];
121 [rep getBitmapDataPlanes:planes];
123 image = _NSCreateImageRef( planes, [rep pixelsWide], [rep pixelsHigh],
  /external/opencv/cvaux/src/
camshift.cpp 86 uchar* planes[CV_MAX_DIM]; local
116 cvGetRawData( m_color_planes[i], &planes[i], &plane_step, &size );
132 planes[0][x] = (uchar)val0;
134 planes[1][x] = (uchar)val1;
136 planes[2][x] = (uchar)val2;
142 planes[0][x] = 0;
144 planes[1][x] = 0;
146 planes[2][x] = 0;
151 planes[i] += plane_step;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
VideoFrameChromium.h 75 virtual unsigned planes() const = 0;
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysyuv.cc 133 int planes; local
144 /* count planes */
145 planes = count_planes(format);
146 if (planes == 0)
151 if (planes == 3)
213 overlay->planes = planes;
214 overlay->pitches = (Uint16*)SDL_calloc(overlay->planes, sizeof(Uint16));
215 overlay->pixels = (Uint8**)SDL_calloc(overlay->planes, sizeof(Uint8*));
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Android.h 53 OMX_OUT OMX_PTR planes);
61 OMX_OUT OMX_PTR planes);
Exynos_OSAL_Android.cpp 68 OMX_OUT OMX_PTR planes)
77 ExynosVideoPlane *vplanes = (ExynosVideoPlane *) planes;
165 OMX_OUT OMX_PTR planes)
172 ret = Exynos_OSAL_LockANBHandle((OMX_U32)pANB->handle, width, height, format, planes);
209 ExynosVideoPlane planes[MAX_BUFFER_PLANE]; local
250 &stride, planes);
251 pExynosPort->extendBufferHeader[i].buf_fd[0] = planes[0].fd;
252 pExynosPort->extendBufferHeader[i].pYUVBuf[0] = planes[0].addr;
253 pExynosPort->extendBufferHeader[i].buf_fd[1] = planes[1].fd;
254 pExynosPort->extendBufferHeader[i].pYUVBuf[1] = planes[1].addr
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_phyuv.c 49 int planes = 0; local
60 planes++;
63 planes++;
66 planes++;
68 return planes;
77 int planes; local
209 planes = grab_ptrs2(overlay->hwdata->channel, overlay->hwdata->FrameData0, overlay->hwdata->FrameData1);
218 /* check for the validness of all planes */
224 SDL_SetError("PgConfigScaler() returns all planes equal NULL\n");
246 overlay->planes = planes
    [all...]
  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp 77 JSAMPARRAY planes[3]; local
78 planes[0] = y;
79 planes[1] = cb;
80 planes[2] = cr;
108 jpeg_write_raw_data(cinfo, planes, 16);
153 JSAMPARRAY planes[3]; local
154 planes[0] = y;
155 planes[1] = cb;
156 planes[2] = cr;
182 jpeg_write_raw_data(cinfo, planes, 16)
    [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];
1153 struct v4l2_plane planes[VIDEO_ENCODER_INBUF_PLANES]; local
1275 struct v4l2_plane planes[VIDEO_ENCODER_OUTBUF_PLANES]; local
1779 struct v4l2_plane planes[VIDEO_ENCODER_INBUF_PLANES]; local
1859 struct v4l2_plane planes[VIDEO_ENCODER_OUTBUF_PLANES]; local
2000 struct v4l2_plane planes[VIDEO_ENCODER_OUTBUF_PLANES]; local
2136 struct v4l2_plane planes[VIDEO_ENCODER_INBUF_PLANES]; local
    [all...]
  /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...]
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_centscreen.c 77 void SDL_XBIOS_CentscreenSetmode(_THIS, int width, int height, int planes)
84 newmode.plan = planes;
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_yuv.c 47 Uint8 *planes[3]; member in struct:private_yuvhwdata
192 overlay->pixels = hwdata->planes;
197 overlay->planes = 3;
200 overlay->planes = 1;
230 /* Add the two extra planes */
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5yuv.c 45 Uint8 *planes[3]; member in struct:private_yuvhwdata
181 overlay->pixels = hwdata->planes;
185 overlay->planes = 3;
188 overlay->planes = 1;
227 /* Add the two extra planes */

Completed in 302 milliseconds

1 2 3 4