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

1 2 3

  /external/chromium/webkit/glue/
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.cpp 98 unsigned VideoFrameChromiumImpl::planes() const function in class:WebKit::VideoFrameChromiumImpl
101 return m_webVideoFrame->planes();
  /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/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...]
  /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*));
  /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/ps3/
SDL_ps3yuv.c 65 Uint8 * planes[3]; member in struct:private_yuvhwdata
174 overlay->pixels = hwdata->planes;
186 overlay->planes = 3;
  /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 */
  /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;
  /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...]
  /frameworks/native/opengl/libagl/
vertex.cpp 119 int planes = c->clipPlanes.enable; local
120 while (planes) {
121 const int i = 31 - gglClz(planes);
122 planes &= ~(1<<i);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
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/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/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuv_sw.c 118 Uint8 *planes[3]; member in struct:private_yuvhwdata
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsyuv.c 62 Uint8 *planes[3]; member in struct:private_yuvhwdata
150 overlay->pixels = hwdata->planes;
162 overlay->planes = 3;
  /hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp 221 int err, planes, fd, fd1, fd2 = 0; local
244 planes = 3;
255 planes = 2;
267 planes = 1;
281 if (planes == 1) {
288 if (planes == 3) {
  /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
  /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;
  /external/libvpx/vpx/
vpx_image.h 126 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...]
  /external/quake/quake/src/QW/client/
pmove.c 102 The basic solid body movement clip that slides along multiple planes
113 vec3_t planes[MAX_CLIP_PLANES]; local
174 VectorCopy (trace.plane.normal, planes[numplanes]);
178 // modify original_velocity so it parallels all of the clip planes
182 PM_ClipVelocity (original_velocity, planes[i], pmove.velocity, 1);
186 if (DotProduct (pmove.velocity, planes[j]) < 0)
204 CrossProduct (planes[0], planes[1], dir);
  /external/quake/quake/src/QW/server/
sv_phys.c 229 The basic solid body movement clip that slides along multiple planes
244 vec3_t planes[MAX_CLIP_PLANES]; local
320 VectorCopy (trace.plane.normal, planes[numplanes]);
324 // modify original_velocity so it parallels all of the clip planes
328 ClipVelocity (original_velocity, planes[i], new_velocity, 1);
332 if (DotProduct (new_velocity, planes[j]) < 0)
351 CrossProduct (planes[0], planes[1], dir);
  /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...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_Vdec.c 248 ExynosVideoPlane planes[MAX_BUFFER_PLANE]; local
250 Exynos_OSAL_LockANB(pOutputBuf, width, height, exynosOutputPort->portDefinition.format.video.eColorFormat, &stride, planes);
255 pYUVBuf[0] = (unsigned char *)planes[0].addr;
256 pYUVBuf[1] = (unsigned char *)planes[1].addr;
257 pYUVBuf[2] = (unsigned char *)planes[2].addr;
259 pYUVBuf[0] = (unsigned char *)planes[0].fd;
260 pYUVBuf[1] = (unsigned char *)planes[1].fd;
261 pYUVBuf[2] = (unsigned char *)planes[2].fd;
    [all...]
Exynos_OMX_VdecControl.c 1505 ExynosVideoPlane planes[MAX_BUFFER_PLANE]; local
    [all...]

Completed in 681 milliseconds

1 2 3