HomeSort by relevance Sort by last modified time
    Searched full:planes (Results 226 - 250 of 672) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_regions.h 159 } planes[3]; member in struct:intel_image_format
  /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];
  /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/webp/src/utils/
rescaler.h 29 // we need hpel-precise add/sub increments, for the downsampled U/V planes.
  /frameworks/base/graphics/java/android/graphics/
ImageFormat.java 39 * by (W/2) x (H/2) Cr and Cb planes.</p>
195 * <p>The order of planes in the array returned by
199 * <p>The Y-plane is guaranteed not to be interleaved with the U/V planes
203 * <p>The U/V planes are guaranteed to have the same row stride and pixel stride
  /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/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_loopfilter.h 121 // loopfilter. the planes are necessary as their state
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
ImageUtils.h 139 * Used in YUVinfo to store separate YVU image planes.
  /packages/apps/Camera2/jni/
jpegutil.h 29 * data does not need to be stored in separate planes.
  /packages/apps/Camera2/src/com/android/camera/util/
JpegUtilNative.java 72 * supported. Furthermore, all planes must use direct byte buffers.
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.h 139 * Used in YUVinfo to store separate YVU image planes.
  /cts/apps/CameraITS/tests/dng_noise_model/
dng_noise_model.py 83 planes = its.image.convert_capture_to_planes(cap, props)
85 for i,plane in enumerate(planes):
  /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
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.cpp 215 ImagePlanes::ImagePlanes(void* planes[3], size_t rowBytes[3])
218 m_planes[i] = planes[i];
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/test/
vp8_impl_unittest.cc 111 // Using a QCIF image (aligned stride (u,v planes) > width).
244 // Compute PSNR on all planes (faster than SSIM).
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 73 * between planes, which would break the semantics of things like
203 * between planes, which would break the semantics of things like
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
yv12config.c 75 * between planes, which would break the semantics of things like
238 * between planes, which would break the semantics of things like
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_Venc.c 324 ExynosVideoPlane planes[MAX_BUFFER_PLANE]; local
329 Exynos_OSAL_LockANBHandle((OMX_U32)ppBuf[0], nFrameWidth, nFrameHeight, OMX_COLOR_FormatAndroidOpaque, &stride, planes);
334 pSrcBuf[0] = planes[0].addr;
335 pSrcFd[0] = (void *)planes[0].fd;
475 ExynosVideoPlane planes[MAX_BUFFER_PLANE]; local
478 Exynos_OSAL_LockANBHandle((OMX_U32)ppBuf[0], nFrameWidth, nFrameHeight, OMX_COLOR_FormatYUV420SemiPlanar, &stride, planes);
480 srcInputData->buffer.multiPlaneBuffer.fd[0] = planes[0].fd;
481 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...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 359 raw_->planes[VPX_PLANE_Y] = const_cast<uint8_t*>(frame.buffer(kYPlane));
360 raw_->planes[VPX_PLANE_U] = const_cast<uint8_t*>(frame.buffer(kUPlane));
361 raw_->planes[VPX_PLANE_V] = const_cast<uint8_t*>(frame.buffer(kVPlane));
823 decoded_image_.CreateFrame(size_y, img->planes[VPX_PLANE_Y],
824 size_u, img->planes[VPX_PLANE_U],
825 size_v, img->planes[VPX_PLANE_V],
  /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...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 940 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
1132 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
    [all...]

Completed in 1584 milliseconds

1 2 3 4 5 6 7 8 91011>>