/external/libvpx/libvpx/vp8/ |
vp8_cx_iface.c | 683 yv12->y_buffer = img->planes[VPX_PLANE_Y]; 684 yv12->u_buffer = img->planes[VPX_PLANE_U]; 685 yv12->v_buffer = img->planes[VPX_PLANE_V]; [all...] |
/device/lge/mako/camera/mm-camera-interface/ |
mm_camera_interface2.h | 172 struct v4l2_plane planes[VIDEO_MAX_PLANES]; member in struct:__anon1924 522 uint32_t planes[]);
|
/external/libvpx/libvpx/ |
y4minput.c | 386 We use a resampling filter to decimate the chroma planes by two in the 451 Then we use a second resampling filter to decimate the chroma planes by two 523 Then we use another filter to decimate the planes by 2 in the vertical 790 /*No extra space required, but we need to clear the chroma planes.*/ 852 /*Y4M has the planes in Y'CbCr order, which libvpx calls Y, U, and V.*/ 867 _img->planes[PLANE_Y]=_y4m->dst_buf; 868 _img->planes[PLANE_U]=_y4m->dst_buf+pic_sz; 869 _img->planes[PLANE_V]=_y4m->dst_buf+pic_sz+c_sz;
|
/external/quake/quake/src/QW/client/ |
gl_model.h | 203 mplane_t *planes;
member in struct:__anon14143 377 mplane_t *planes;
member in struct:model_s
|
model.h | 183 mplane_t *planes; member in struct:__anon14173 343 mplane_t *planes; member in struct:model_s
|
gl_model.c | 784 out->plane = loadmodel->planes + planenum; 870 out->plane = loadmodel->planes + p; 975 hull->planes = loadmodel->planes; 987 hull->planes = loadmodel->planes; 1026 hull->planes = loadmodel->planes; 1030 out->planenum = in->plane - loadmodel->planes; 1114 loadmodel->planes = out [all...] |
/external/quake/quake/src/WinQuake/ |
gl_model.h | 199 mplane_t *planes; member in struct:__anon14506 374 mplane_t *planes; member in struct:model_s
|
model.h | 172 mplane_t *planes; member in struct:__anon14533 326 mplane_t *planes; member in struct:model_s
|
/external/skia/legacy/src/images/ |
bmpdecoderhelper.cpp | 50 GetShort(); // Planes. 65 GetShort(); // Planes.
|
/external/skia/src/images/ |
bmpdecoderhelper.cpp | 50 GetShort(); // Planes. 65 GetShort(); // Planes.
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/ |
Exynos_OMX_VdecControl.c | 1520 ExynosVideoPlane planes[MAX_BUFFER_PLANE]; local [all...] |
/device/lge/mako/camera/QCamera/stack/mm-camera-test/inc/ |
mm_qcamera_app.h | 127 uint32_t planes[]);
|
/external/libvpx/libvpx/examples/ |
encoder_tmpl.c | 58 nbytes = fread(img->planes[0], 1, to_read, f);
|
/external/libvpx/libvpx/vpx_scale/arm/neon/ |
vp8_vpxyv12_copyframe_func_neon.asm | 96 ;Copy U & V planes
|
vp8_vpxyv12_copysrcframe_func_neon.asm | 141 ;Copy U & V planes
|
/external/qemu/android/camera/ |
camera-win.h | 53 /* two planes -- one Y, one Cr + Cb interleaved */
|
/external/qemu/distrib/sdl-1.2.15/src/video/gem/ |
SDL_gemvideo.h | 156 8I: 8 bpp planes
|
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
SDL_ph_mouse.c | 91 /* Copy the mask and the data to different bitmap planes */
|
/external/qemu-pc-bios/vgabios/tests/lfbprof/ |
lfbprof.h | 57 char NumberOfPlanes; /* Number of memory planes */
|
/external/webkit/Source/WebCore/plugins/gtk/ |
gtk2xtbin.h | 147 Cardinal depth; /* number of planes in window */
|
/external/webp/include/webp/ |
decode.h | 75 // unlike the returned Y luma one. The dimension of the U and V planes 187 size_t u_size, v_size; // chroma planes size 283 // will output the raw luma/chroma samples into a preallocated planes if 289 // Conversely, 'luma' can be passed NULL if no preallocated planes are supplied.
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4VIFI_Defines.h | 136 #define PLANES 3
|
/frameworks/av/libvideoeditor/vss/inc/ |
M4PTO3GPP_InternalTypes.h | 208 * @param pPlaneOut (IN/OUT) Pointer to an array of 3 planes that will contain the
|
/frameworks/base/graphics/java/android/graphics/ |
ImageFormat.java | 39 * by (W/2) x (H/2) Cr and Cb planes.</p>
|
/external/kernel-headers/original/linux/ |
fb.h | 44 #define FB_TYPE_PLANES 1 /* Non interleaved planes */ 45 #define FB_TYPE_INTERLEAVED_PLANES 2 /* Interleaved planes */ 47 #define FB_TYPE_VGA_PLANES 4 /* EGA/VGA planes */ 63 #define FB_AUX_VGA_PLANES_VGA4 0 /* 16 color planes (EGA/VGA) */ 64 #define FB_AUX_VGA_PLANES_CFB4 1 /* CFB4 in planes (VGA) */ 65 #define FB_AUX_VGA_PLANES_CFB8 2 /* CFB8 in planes (VGA) */ 167 __u32 type_aux; /* Interleave for interleaved Planes */ [all...] |