/hardware/qcom/camera/QCamera2/stack/common/ |
cam_types.h | 92 /* Note: For all raw formats, each scanline needs to be 16 bytes aligned */ 293 int32_t scanline; member in struct:__anon31269 [all...] |
/external/chromium_org/third_party/freetype/src/raster/ |
ftraster.c | 78 /* profile is simply an array of scanline intersections on a given */ 81 /* o its scanline position boundaries, i.e. `Ymin' and `Ymax' */ 83 /* o an array of intersection coordinates for each scanline */ 118 /* bottom-most scanline as well as the scanline above its upmost */ 366 long start; /* profile's starting scanline */ 498 /* exactly on a scanline. Allows */ 550 /* intermediate scanline of gray_lines. */ 674 * given y-monotonous Bezier arc that crosses a scanline before [all...] |
/external/freetype/src/raster/ |
ftraster.c | 78 /* profile is simply an array of scanline intersections on a given */ 81 /* o its scanline position boundaries, i.e. `Ymin' and `Ymax' */ 83 /* o an array of intersection coordinates for each scanline */ 118 /* bottom-most scanline as well as the scanline above its upmost */ 366 long start; /* profile's starting scanline */ 498 /* exactly on a scanline. Allows */ 550 /* intermediate scanline of gray_lines. */ 674 * given y-monotonous Bezier arc that crosses a scanline before [all...] |
/external/chromium_org/third_party/freetype/src/smooth/ |
ftgrays.c | 322 typedef long TCoord; /* integer scanline/pixel coordinate */ 624 /* Render a scanline as one or more cells. */ 663 /* scanline... */ 773 /* everything is on a single scanline */ [all...] |
/external/freetype/src/smooth/ |
ftgrays.c | 322 typedef long TCoord; /* integer scanline/pixel coordinate */ 624 /* Render a scanline as one or more cells. */ 663 /* scanline... */ 773 /* everything is on a single scanline */ [all...] |
/external/qemu/android/skin/ |
region.c | 57 yband ::= YTOP YBOTTOM scanline 58 scanline ::= span+ XSENTINEL 68 (in a given scanline) [all...] |
/device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_rdi.c | 153 buf_planes->plane_info.mp[0].stride, buf_planes->plane_info.mp[0].scanline,
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/ |
GIFImageReader.h | 126 GIFRow rowBuffer; // Single scanline temporary buffer.
|
/external/chromium_org/third_party/libwebp/utils/ |
filters.c | 55 // Leftmost pixel is predicted from above (except for topmost scanline).
|
/external/jpeg/ |
jdapistd.c | 266 * Read a scanline from the current position.
|
libjpeg.doc | 68 scanline at a time, using a straightforward uncompressed image format. All 205 Pixels are stored by scanlines, with each scanline running from left to 207 example, R,G,B,R,G,B,R,G,B,... for 24-bit RGB color. Each scanline is an 215 if you process just one scanline at a time, you must make a one-element 222 have it all in memory, but usually it's simplest to process one scanline at 388 Image data should be written in top-to-bottom scanline order. The JPEG spec 644 You will need output_width * output_components JSAMPLEs per scanline in your 666 Image data is returned in top-to-bottom scanline order. If you must write 680 jpeg_read_scanlines() reads at least one scanline per call, until the 683 If you use a buffer larger than one scanline, it is NOT safe to assume tha [all...] |
/external/opencv/cvaux/src/ |
_cvvm.h | 56 /* Scanline section. Find coordinates by fundamental matrix */
|
/external/qemu/distrib/jpeg-6b/ |
jdapistd.c | 266 * Read a scanline from the current position.
|
libjpeg.doc | 68 scanline at a time, using a straightforward uncompressed image format. All 205 Pixels are stored by scanlines, with each scanline running from left to 207 example, R,G,B,R,G,B,R,G,B,... for 24-bit RGB color. Each scanline is an 215 if you process just one scanline at a time, you must make a one-element 222 have it all in memory, but usually it's simplest to process one scanline at 388 Image data should be written in top-to-bottom scanline order. The JPEG spec 644 You will need output_width * output_components JSAMPLEs per scanline in your 666 Image data is returned in top-to-bottom scanline order. If you must write 680 jpeg_read_scanlines() reads at least one scanline per call, until the 683 If you use a buffer larger than one scanline, it is NOT safe to assume tha [all...] |
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlsurface.html | 188 >Length of a surface scanline in bytes</TD
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_stretch.c | 41 * value after the first scanline. FIXME? */
|
/external/webp/src/utils/ |
filters.c | 55 // Leftmost pixel is predicted from above (except for topmost scanline).
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_rdi.c | 153 buf_planes->plane_info.mp[0].stride, buf_planes->plane_info.mp[0].scanline,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
fb.h | 314 __u32 vcount; /* current scanline position */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fb.h | 314 __u32 vcount; /* current scanline position */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fb.h | 314 __u32 vcount; /* current scanline position */
|
/external/chromium_org/native_client_sdk/src/examples/demo/earth/ |
earth.cc | 384 // scanline y, shoot rays into the scene and render what they hit. Use 385 // scanline coherence to do a few optimizations
|
/external/chromium_org/native_client_sdk/src/examples/demo/voronoi/ |
voronoi.cc | 276 // and look for opportunities to quick fill at the scanline level. If the 277 // scanline can't be quick filled, it will slow down even further and compute
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/ |
voronoi.cc | 266 // and look for opportunities to quick fill at the scanline level. If the 267 // scanline can't be quick filled, it will slow down even further and compute
|
/external/chromium_org/third_party/skia/src/core/ |
SkScan_AntiPath.cpp | 25 - RLE, which records a rle-encoded scanline 201 if (iy != fCurrIY) { // new scanline
|