/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; 835 ExynosVideoPlane planes[MFC_INPUT_BUFFER_PLANE]; local 1749 ExynosVideoPlane planes[MFC_INPUT_BUFFER_PLANE]; 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; 848 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; 926 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; 738 ExynosVideoPlane planes[MFC_OUTPUT_BUFFER_PLANE]; local 767 planes[plane].addr = pVideoDec->pMFCDecOutputBuffer[i]->pVirAddr[plane]; 768 planes[plane].fd = pVideoDec->pMFCDecOutputBuffer[i]->fd[plane]; 769 planes[plane].allocSize = pVideoDec->pMFCDecOutputBuffer[i]->bufferSize[plane] [all...] |
/external/libvpx/libvpx/vp8/ |
vp8_dx_iface.c | 320 * the Y, U, and V planes, nor other alignment adjustments that 331 img->planes[VPX_PLANE_Y] = yv12->y_buffer; 332 img->planes[VPX_PLANE_U] = yv12->u_buffer; 333 img->planes[VPX_PLANE_V] = yv12->v_buffer; 334 img->planes[VPX_PLANE_ALPHA] = NULL; 692 yv12->y_buffer = img->planes[VPX_PLANE_Y]; 693 yv12->u_buffer = img->planes[VPX_PLANE_U]; 694 yv12->v_buffer = img->planes[VPX_PLANE_V];
|
/external/quake/quake/src/QW/client/ |
bspfile.h | 115 // 0-2 are axial planes 120 // 3-5 are non-axial planes snapped to the nearest
|
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);
|
pmovetst.c | 33 Set up the planes and clipnodes so that the six floats of a bounding box
43 box_hull.planes = box_planes;
105 plane = hull->planes + node->planenum;
144 plane = hull->planes + node->planenum;
210 plane = hull->planes + node->planenum;
|
/external/quake/quake/src/WinQuake/ |
worlda.s | 74 // %ebp: hull->planes 82 // plane = hull->planes + node->planenum;
|
/external/skia/include/core/ |
SkMask.h | 23 k3D_Format, //!< 3 8bit per pixl planes: alpha, mul, add 49 any extra planes (e.g. k3D_Format).
|
/external/skia/legacy/include/core/ |
SkMask.h | 23 k3D_Format, //!< 3 8bit per pixl planes: alpha, mul, add 49 any extra planes (e.g. k3D_Format).
|
/frameworks/av/libvideoeditor/vss/video_filters/src/ |
M4VIFI_BGR565toYUV420.c | 72 /* Check planes height are appropriate */ 80 /* Check planes width are appropriate */
|
M4VIFI_RGB565toYUV420.c | 73 /* Check planes height are appropriate */ 81 /* Check planes width are appropriate */
|
/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;
|
/hardware/ti/omap4xxx/hwc/ |
hal_public.h | 39 * Some OEM video formats are two sub-allocs (Y, UV planes). 40 * Future OEM video formats might be three sub-allocs (Y, U, V planes).
|
/external/quake/quake/src/QW/server/ |
model.c | 712 out->plane = loadmodel->planes + planenum; 793 out->plane = loadmodel->planes + p; 882 hull->planes = loadmodel->planes; 894 hull->planes = loadmodel->planes; 933 hull->planes = loadmodel->planes; 937 out->planenum = in->plane - loadmodel->planes; 1020 loadmodel->planes = out [all...] |
/hardware/samsung_slsi/exynos5/libcamera2/ |
ExynosCameraHWInterface2.cpp | 125 if (node->planes >= 1) { 164 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local 168 v4l2_buf.m.planes = planes; 172 v4l2_buf.length = node->planes; 174 for(i = 0; i < node->planes; i++){ 175 v4l2_buf.m.planes[i].m.fd = (int)(node->buffer[index].fd.extFd[i]); 176 v4l2_buf.m.planes[i].length = (unsigned long)(node->buffer[index].size.extS[i]); 235 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local 240 v4l2_buf.m.planes = planes 253 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local 1554 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local 2022 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local 4001 struct v4l2_plane 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...] |
/hardware/samsung_slsi/exynos5/libgscaler/ |
exynos_gscaler.c | 117 /* 2 planes */ 137 /* 3 planes */ 684 info->buffer.m.planes = info->planes; 689 info->buffer.m.planes[i].m.fd = (int)info->addr[i]; 690 info->buffer.m.planes[i].length = plane_size[i]; 691 info->buffer.m.planes[i].bytesused = 0; 1624 struct v4l2_plane planes[NUM_OF_GSC_PLANES]; local 1715 struct v4l2_plane planes[NUM_OF_GSC_PLANES]; local [all...] |
/device/lge/mako/camera/mm-camera-interface/ |
mm_jpeg_encoder.c | 272 uint32_t planes[]) 278 /* Hardcode num planes and planes array for now. TBD Check if this 292 planes[0] = width * CEILING16(height); 293 planes[1] = width * CEILING16(height)/2; 298 planes[0] = PAD_TO_WORD(width*CEILING16(height)); 299 planes[1] = PAD_TO_WORD(width*CEILING16(height)/2);
|
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);
|
/external/chromium/webkit/glue/media/ |
video_renderer_impl.cc | 167 DCHECK(video_frame->planes() == media::VideoFrame::kNumYUVPlanes); 208 DCHECK(video_frame->planes() == media::VideoFrame::kNumYUVPlanes); 269 // in Y, U and V 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;
|
/frameworks/av/media/libstagefright/codecs/on2/dec/ |
SoftVPX.cpp | 288 const uint8_t *srcLine = (const uint8_t *)img->planes[PLANE_Y]; 297 srcLine = (const uint8_t *)img->planes[PLANE_U]; 305 srcLine = (const uint8_t *)img->planes[PLANE_V];
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
SDL_QuartzWM.m | 41 unsigned char *planes[5]; 54 [ imgrep getBitmapDataPlanes: planes ]; 58 planes[0][i] = data[i] ^ 0xFF; 59 planes[1][i] = mask[i] | data[i];
|