/external/webkit/Source/WebKit/chromium/src/ |
VideoFrameChromiumImpl.cpp | 98 unsigned VideoFrameChromiumImpl::planes() const function in class:WebKit::VideoFrameChromiumImpl 101 return m_webVideoFrame->planes();
|
VideoFrameChromiumImpl.h | 56 virtual unsigned planes() const;
|
/external/libvpx/examples/ |
decode_to_md5.txt | 35 unsigned char *buf =img->planes[plane];
|
/external/libyuv/files/source/ |
rotate_priv.h | 18 // Rotate planes by 90, 180, 270
|
/external/qemu/distrib/sdl-1.2.12/src/video/xbios/ |
SDL_xbios_sb3.h | 58 unsigned short device; /* Device number to find planes = getRez() */
|
/external/webkit/Source/WebKit/chromium/public/ |
WebVideoFrame.h | 63 virtual unsigned planes() const = 0;
|
/external/opencv/cxcore/src/ |
cxcopy.cpp | 391 CvArr* planes[] = { 0, 0, 0, 0 }; local 396 planes[coi1-1] = dst; 397 CV_CALL( cvSplit( src, planes[0], planes[1], planes[2], planes[3] )); 402 CvArr* planes[] = { 0, 0, 0, 0 }; local 407 planes[coi2-1] = src; 408 CV_CALL( cvMerge( planes[0], planes[1], planes[2], planes[3], dst )) [all...] |
/external/icu4c/extra/uconv/ |
uconv.1.in | 300 for planes 1 and above characters, 304 character. Characters from planes 1 and above are written as a pair of 312 for planes 1 and above characters, 316 character. Characters from planes 1 and above are written as a pair of 324 for planes 1 and above characters,
|
/frameworks/av/libvideoeditor/vss/video_filters/src/ |
M4VFL_transition.c | 249 * for Y, U and V planes. 251 * for Y, U and V planes. 253 * for Y, U and V planes. 321 /* Set the pointer to the beginning of the input1 YUV420 image planes */ 326 /* Set the pointer to the beginning of the input2 YUV420 image planes */ 331 /* Set the pointer to the beginning of the output YUV420 image planes */
|
/frameworks/base/graphics/java/android/graphics/ |
YuvImage.java | 24 * array irrespective of the number of image planes in it. 45 * In the case of more than one image plane, the image planes must be 68 * @param yuv The YUV data. In the case of more than one image plane, all the planes must be
|
/frameworks/rs/scriptc/ |
rs_math.rsh | 92 * Computes 6 frustum planes from the view projection matrix 93 * @param viewProj matrix to extract planes from 152 * Checks if a sphere is withing the 6 frustum planes
|
rs_matrix.rsh | 232 * Load an Ortho projection matrix constructed from the 6 planes 246 * Load an Frustum projection matrix constructed from the 6 planes 260 * Load an perspective projection matrix constructed from the 6 planes
|
/prebuilts/sdk/renderscript/include/ |
rs_math.rsh | 92 * Computes 6 frustum planes from the view projection matrix 93 * @param viewProj matrix to extract planes from 152 * Checks if a sphere is withing the 6 frustum planes
|
rs_matrix.rsh | 232 * Load an Ortho projection matrix constructed from the 6 planes 246 * Load an Frustum projection matrix constructed from the 6 planes 260 * Load an perspective projection matrix constructed from the 6 planes
|
/bootable/recovery/tools/ota/ |
convert-to-bmp.py | 34 "H" # planes (set to 1)
|
/external/bluetooth/glib/tests/ |
utf8.txt | 297 # Mixed plane 0 and higher planes
|
/external/mesa3d/docs/ |
relnotes-7.4.1.html | 54 <li>Fixed glPopAttrib() bug when restoring user clip planes
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11yuv.c | 321 overlay->planes = hwdata->image->num_planes; 322 overlay->pitches = (Uint16 *)SDL_malloc(overlay->planes * sizeof(Uint16)); 323 overlay->pixels = (Uint8 **)SDL_malloc(overlay->planes * sizeof(Uint8 *)); 329 for ( i=0; i<overlay->planes; ++i ) {
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
VideoFrameChromium.h | 75 virtual unsigned planes() const = 0;
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
MosaicTypes.h | 65 * containing separate Y,V, and U planes
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
MosaicTypes.h | 65 * containing separate Y,V, and U planes
|
/device/samsung/crespo/include/ |
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).
|
s5p_fimc.h | 35 * FIMC TYPE PLANES ORDER V4L2_PIX_FMT 100 int planes; member in struct:yuv_fmt_list
|
/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);
|