/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11yuv.c | 397 overlay->planes = hwdata->image->num_planes; 398 overlay->pitches = (Uint16 *)SDL_malloc(overlay->planes * sizeof(Uint16)); 399 overlay->pixels = (Uint8 **)SDL_malloc(overlay->planes * sizeof(Uint8 *)); 405 for ( i=0; i<overlay->planes; ++i ) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/ |
SDL_xbios_centscreen.h | 111 void SDL_XBIOS_CentscreenSetmode(_THIS, int width, int height, int planes);
|
SDL_xbios_milan.h | 106 unsigned long scrPlanes; /* color Planes */
|
/external/quake/quake/src/QW/client/ |
d_copy.s | 22 // the passes for the next 3 planes
|
/external/quake/quake/src/WinQuake/ |
d_copy.s | 22 // the passes for the next 3 planes
|
bspfile.h | 118 // 0-2 are axial planes
123 // 3-5 are non-axial planes snapped to the nearest
|
/external/webp/src/utils/ |
rescaler.h | 27 // we need hpel-precise add/sub increments, for the downsampled U/V planes.
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4VPP_API.h | 142 /**< Input and output planes have incompatible properties */
|
/frameworks/av/libvideoeditor/vss/src/ |
M4PTO3GPP_VideoPreProcessing.c | 53 * @param pPlaneOut (IN/OUT) Pointer to an array of 3 planes that will contain the
|
M4VIFI_xVSS_RGB565toYUV420.c | 74 /* Check planes height are appropriate */ 82 /* Check planes width are appropriate */
|
/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);
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
ImageUtils.h | 139 * Used in YUVinfo to store separate YVU image planes.
|
/packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/ |
ImageUtils.h | 139 * Used in YUVinfo to store separate YVU image planes.
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
ImageUtils.h | 139 * Used in YUVinfo to store separate YVU image planes.
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
Camera.java | 55 * defined by six planes which define a 3D frustum shape, it is possible to 87 * the six planes that define the view frustum. 116 * FRUSTUM_PLANES represents the number of planes of the camera frustum. 120 * MAX_WORLD_PLANES holds the maximum planes allowed by the system. 183 * Array holding the planes that this camera will check for culling. 757 * frustum is defined by a viewing angle, aspect ratio, and near/far planes 872 * <code>getPlaneState</code> returns the state of the frustum planes. So 884 * planes for culling. 995 * <code>contains</code> tests a bounding volume against the planes of the 996 * camera's frustum. The frustums planes are set such that the normals al [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:__anon1656
|
/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/openmax/exynos_omx/component/video/dec/ |
Exynos_OMX_Vdec.c | 288 ExynosVideoPlane planes[MAX_BUFFER_PLANE]; local 290 Exynos_OSAL_LockANB(pOutputBuf, width, height, exynosOutputPort->portDefinition.format.video.eColorFormat, &stride, planes); 295 pYUVBuf[0] = (unsigned char *)planes[0].addr; 296 pYUVBuf[1] = (unsigned char *)planes[1].addr; 297 pYUVBuf[2] = (unsigned char *)planes[2].addr; 299 pYUVBuf[0] = (unsigned char *)planes[0].fd; 300 pYUVBuf[1] = (unsigned char *)planes[1].fd; 301 pYUVBuf[2] = (unsigned char *)planes[2].fd; [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/ |
Exynos_OMX_Venc.c | 220 ExynosVideoPlane planes[MAX_BUFFER_PLANE]; local 224 Exynos_OSAL_LockANBHandle((OMX_U32)ppBuf[0], nFrameWidth, nFrameHeight, OMX_COLOR_FormatAndroidOpaque, planes); 229 pSrcBuf[0] = planes[0].addr; 230 pSrcFd[0] = (void *)planes[0].fd; 370 ExynosVideoPlane planes[MAX_BUFFER_PLANE]; local 372 Exynos_OSAL_LockANBHandle((OMX_U32)ppBuf[0], nFrameWidth, nFrameHeight, OMX_COLOR_FormatYUV420SemiPlanar, planes); 374 srcInputData->buffer.multiPlaneBuffer.fd[0] = planes[0].fd; 375 srcInputData->buffer.multiPlaneBuffer.fd[1] = planes[1].fd; [all...] |
/hardware/samsung_slsi/exynos5/libcamera/ |
ExynosCamera.cpp | 1324 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local 1364 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local 1528 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local 1579 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local 1711 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local 1756 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local 3414 unsigned int planes; local 3470 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local [all...] |
/frameworks/av/libvideoeditor/vss/inc/ |
M4VSS3GPP_API.h | 44 * Image planes definition */ 225 image planes (Y, U and V) 227 of three valid image planes (Y, U and V) 259 valid image planes (Y, U and V) 261 valid image planes (Y, U and V) 263 of three valid image planes (Y, U and V) [all...] |
/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/lge/mako/camera/QCamera/HAL/core/src/ |
QCameraHWI.cpp | [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; 967 ExynosVideoPlane planes[MFC_INPUT_BUFFER_PLANE]; local 1968 ExynosVideoPlane planes[MFC_INPUT_BUFFER_PLANE]; local [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;
|