HomeSort by relevance Sort by last modified time
    Searched full:planes (Results 26 - 50 of 302) sorted by null

12 3 4 5 6 7 8 91011>>

  /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],
  /frameworks/av/libvideoeditor/vss/common/inc/
M4VFL_transition.h 84 * and V planes.
86 * and V planes.
88 * and V planes.
  /hardware/samsung_slsi/exynos5/include/
exynos_format.h 151 * @param planes
152 * address of planes[out]
160 unsigned int *planes);
  /external/chromium/webkit/glue/
webvideoframe_impl.cc 74 unsigned WebVideoFrameImpl::planes() const { function in class:webkit_glue::WebVideoFrameImpl
76 return video_frame_->planes();
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Preview.cpp 311 uint32_t planes[VIDEO_MAX_PLANES]; local
331 planes[i] = dim.display_frame_offset.mp[i].len;
343 NULL,NULL, num_planes, planes) < 0) {
514 uint32_t planes[VIDEO_MAX_PLANES]; local
552 planes[0] = dim.display_frame_offset.mp[0].len;
553 planes[1] = dim.display_frame_offset.mp[1].len;
571 mDisplayStreamBuf.frame[i].cbcr_off = planes[0];
604 /* Plane 0 needs to be set seperately. Set other planes
606 mDisplayBuf.preview.buf.mp[i].planes[0].length = planes[0]
652 uint32_t planes[VIDEO_MAX_PLANES]; local
    [all...]
QCameraHWI_Record.cpp 388 uint32_t planes[VIDEO_MAX_PLANES]; local
408 planes[0] = dim.video_frame_offset.mp[0].len;
409 planes[1] = dim.video_frame_offset.mp[1].len;
438 mHalCamCtrl->mRecordingMemory.cbcr_offset = planes[0];
495 /* Plane 0 needs to be set seperately. Set other planes
497 mRecordBuf.video.video.buf.mp[cnt].planes[0].reserved[0] =
499 mRecordBuf.video.video.buf.mp[cnt].planes[0].length = planes[0];
500 mRecordBuf.video.video.buf.mp[cnt].planes[0].m.userptr =
503 mRecordBuf.video.video.buf.mp[cnt].planes[j].length = planes[j]
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Preview.cpp 325 uint32_t planes[VIDEO_MAX_PLANES]; local
345 planes[i] = dim.display_frame_offset.mp[i].len;
357 NULL,NULL, num_planes, planes) < 0) {
541 uint32_t planes[VIDEO_MAX_PLANES]; local
580 planes[i] = dim.display_frame_offset.mp[i].len;
599 mDisplayStreamBuf.frame[i].cbcr_off = planes[0];
644 /* Plane 0 needs to be set seperately. Set other planes
646 mDisplayBuf.preview.buf.mp[i].planes[0].length = planes[0];
647 mDisplayBuf.preview.buf.mp[i].planes[0].m.userptr = mDisplayStreamBuf.frame[i].fd
692 uint32_t planes[VIDEO_MAX_PLANES]; local
    [all...]
QCameraHWI_Record.cpp 387 uint32_t planes[VIDEO_MAX_PLANES]; local
407 planes[0] = dim.video_frame_offset.mp[0].len;
408 planes[1] = dim.video_frame_offset.mp[1].len;
437 mHalCamCtrl->mRecordingMemory.cbcr_offset = planes[0];
494 /* Plane 0 needs to be set seperately. Set other planes
496 mRecordBuf.video.video.buf.mp[cnt].planes[0].reserved[0] =
498 mRecordBuf.video.video.buf.mp[cnt].planes[0].length = planes[0];
499 mRecordBuf.video.video.buf.mp[cnt].planes[0].m.userptr =
502 mRecordBuf.video.video.buf.mp[cnt].planes[j].length = planes[j]
    [all...]
  /external/libvpx/libvpx/examples/
decoder_tmpl.txt 48 unsigned char *buf =img->planes[plane];
  /frameworks/base/core/jni/android/opengl/
poly_clip.cpp 103 * Given an n-gon as input, clipping against 6 planes could generate an
114 /* count vertices "outside" with respect to each of the six planes */
129 /* check if all vertices are "outside" any of the six planes */
137 * now clip against each of the planes that might cut the polygon,
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
videodev2_exynos_media.h 20 /* two planes -- one Y, one Cr + Cb interleaved */
24 /* three planes -- one Y, one Cr, one Cb */
27 /* two non contiguous planes - one Y, one Cr + Cb interleaved */
33 /* three non contiguous planes - Y, Cb, Cr */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fb.h 40 #define FB_TYPE_PLANES 1 /* Non interleaved planes */
41 #define FB_TYPE_INTERLEAVED_PLANES 2 /* Interleaved planes */
43 #define FB_TYPE_VGA_PLANES 4 /* EGA/VGA planes */
58 #define FB_AUX_VGA_PLANES_VGA4 0 /* 16 color planes (EGA/VGA) */
59 #define FB_AUX_VGA_PLANES_CFB4 1 /* CFB4 in planes (VGA) */
60 #define FB_AUX_VGA_PLANES_CFB8 2 /* CFB8 in planes (VGA) */
151 __u32 type_aux; /* Interleave for interleaved Planes */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fb.h 40 #define FB_TYPE_PLANES 1 /* Non interleaved planes */
41 #define FB_TYPE_INTERLEAVED_PLANES 2 /* Interleaved planes */
43 #define FB_TYPE_VGA_PLANES 4 /* EGA/VGA planes */
58 #define FB_AUX_VGA_PLANES_VGA4 0 /* 16 color planes (EGA/VGA) */
59 #define FB_AUX_VGA_PLANES_CFB4 1 /* CFB4 in planes (VGA) */
60 #define FB_AUX_VGA_PLANES_CFB8 2 /* CFB8 in planes (VGA) */
151 __u32 type_aux; /* Interleave for interleaved Planes */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fb.h 40 #define FB_TYPE_PLANES 1 /* Non interleaved planes */
41 #define FB_TYPE_INTERLEAVED_PLANES 2 /* Interleaved planes */
43 #define FB_TYPE_VGA_PLANES 4 /* EGA/VGA planes */
58 #define FB_AUX_VGA_PLANES_VGA4 0 /* 16 color planes (EGA/VGA) */
59 #define FB_AUX_VGA_PLANES_CFB4 1 /* CFB4 in planes (VGA) */
60 #define FB_AUX_VGA_PLANES_CFB8 2 /* CFB8 in planes (VGA) */
151 __u32 type_aux; /* Interleave for interleaved Planes */
  /external/libvpx/libvpx/
vp8_multi_resolution_encoder.c 88 nbytes = fread(img->planes[0], 1, to_read, f);
116 ptr = img->planes[img->fmt==VPX_IMG_FMT_YV12? VPX_PLANE_V : VPX_PLANE_U];
119 ptr = img->planes[img->fmt==VPX_IMG_FMT_YV12?VPX_PLANE_U : VPX_PLANE_V];
122 ptr = img->planes[plane];
392 I420Scale(raw[i-1].planes[VPX_PLANE_Y], raw[i-1].stride[VPX_PLANE_Y],
393 raw[i-1].planes[VPX_PLANE_U], raw[i-1].stride[VPX_PLANE_U],
394 raw[i-1].planes[VPX_PLANE_V], raw[i-1].stride[VPX_PLANE_V],
396 raw[i].planes[VPX_PLANE_Y], raw[i].stride[VPX_PLANE_Y],
397 raw[i].planes[VPX_PLANE_U], raw[i].stride[VPX_PLANE_U],
398 raw[i].planes[VPX_PLANE_V], raw[i].stride[VPX_PLANE_V]
    [all...]
  /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/webkit/Source/WebCore/platform/graphics/chromium/
VideoLayerChromium.cpp 137 // Allocate textures for planes if they are not allocated already, or
147 // Update texture planes.
148 for (unsigned plane = 0; plane < frame->planes(); plane++) {
191 for (unsigned plane = 0; plane < frame->planes(); plane++) {
290 for (unsigned plane = 0; plane < frame->planes(); plane++) {
  /hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp 224 int err, planes, fd, fd1, fd2 = 0; local
247 planes = 3;
258 planes = 2;
270 planes = 1;
284 if (planes == 1) {
291 if (planes == 3) {
  /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;
SDL_xbios_sb3.h 58 unsigned short device; /* Device number to find planes = getRez() */
  /external/quake/quake/src/QW/server/
worlda.s 54 // %ebp: hull->planes
62 // plane = hull->planes + node->planenum;
  /external/webkit/Source/WebKit/chromium/src/
VideoFrameChromiumImpl.cpp 98 unsigned VideoFrameChromiumImpl::planes() const function in class:WebKit::VideoFrameChromiumImpl
101 return m_webVideoFrame->planes();
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_stream.c 197 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
202 vb.m.planes = &planes[0];
212 __func__, i, vb.m.planes[i].reserved[0],
213 vb.m.planes[i].data_offset);
214 stream->frame.frame[idx].planes[i].reserved[0] =
215 vb.m.planes[i].reserved[0];
216 stream->frame.frame[idx].planes[i].data_offset =
217 vb.m.planes[i].data_offset;
392 buffer.m.planes = &(stream->frame.frame[idx].planes[0])
485 uint32_t planes[VIDEO_MAX_PLANES]; local
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebVideoFrame.h 63 virtual unsigned planes() const = 0;
  /external/libyuv/files/include/libyuv/
mjpeg_decoder.h 114 // less, the image is cropped. "planes" must have size equal to at least
116 // at least GetComponentSize(i). The pointers in planes are incremented
119 bool DecodeToBuffers(uint8** planes, int dst_width, int dst_height);

Completed in 788 milliseconds

12 3 4 5 6 7 8 91011>>