/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/dvb/ |
osd.h | 34 OSD_Open, // (x0,y0,x1,y1,BitPerPixel[2/4/8](color&0x0F),mix[0..15](color&0xF0)) 49 OSD_SetColor, // (color,R{x0},G{y0},B{x1},opacity{y1}) 73 OSD_SetBlock, // (x0,y0,x1,y1,increment{color},data) 74 // fills pixels x0,y0 through x1,y1 with the content of data[] 81 OSD_FillBlock, // (x0,y0,x1,y1,color) 82 // fills pixels x0,y0 through x1,y1 with the color <col> 84 OSD_Line, // (x0,y0,x1,y1,color) 85 // draw a line from x0,y0 to x1,y1 with the color <col> 87 OSD_Query, // (x0,y0,x1,y1,xasp{color}}), yasp=11 105 int y1; member in struct:osd_cmd_s [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/dvb/ |
osd.h | 34 OSD_Open, // (x0,y0,x1,y1,BitPerPixel[2/4/8](color&0x0F),mix[0..15](color&0xF0)) 49 OSD_SetColor, // (color,R{x0},G{y0},B{x1},opacity{y1}) 73 OSD_SetBlock, // (x0,y0,x1,y1,increment{color},data) 74 // fills pixels x0,y0 through x1,y1 with the content of data[] 81 OSD_FillBlock, // (x0,y0,x1,y1,color) 82 // fills pixels x0,y0 through x1,y1 with the color <col> 84 OSD_Line, // (x0,y0,x1,y1,color) 85 // draw a line from x0,y0 to x1,y1 with the color <col> 87 OSD_Query, // (x0,y0,x1,y1,xasp{color}}), yasp=11 105 int y1; member in struct:osd_cmd_s [all...] |
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/dvb/ |
osd.h | 59 int y1; member in struct:osd_cmd_s
|
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/dvb/ |
osd.h | 59 int y1; member in struct:osd_cmd_s
|
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/dvb/ |
osd.h | 59 int y1; member in struct:osd_cmd_s
|
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/dvb/ |
osd.h | 59 int y1; member in struct:osd_cmd_s
|
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/dvb/ |
osd.h | 59 int y1; member in struct:osd_cmd_s
|
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/dvb/ |
osd.h | 59 int y1; member in struct:osd_cmd_s
|
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/dvb/ |
osd.h | 59 int y1; member in struct:osd_cmd_s
|
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/dvb/ |
osd.h | 59 int y1; member in struct:osd_cmd_s
|
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/dvb/ |
osd.h | 59 int y1; member in struct:osd_cmd_s
|
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/dvb/ |
osd.h | 59 int y1; member in struct:osd_cmd_s
|
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/dvb/ |
osd.h | 59 int y1; member in struct:osd_cmd_s
|
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/dvb/ |
osd.h | 59 int y1; member in struct:osd_cmd_s
|
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/dvb/ |
osd.h | 59 int y1; member in struct:osd_cmd_s
|
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/dvb/ |
osd.h | 59 int y1; member in struct:osd_cmd_s
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/dvb/ |
osd.h | 59 int y1; member in struct:osd_cmd_s
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/dvb/ |
osd.h | 59 int y1; member in struct:osd_cmd_s
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/dvb/ |
osd.h | 59 int y1; member in struct:osd_cmd_s
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/dvb/ |
osd.h | 59 int y1; member in struct:osd_cmd_s
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/ |
dsp.d | 12 0+006 <[^>]*> f5 bc [ ]*movs.w @r5\+r8,y1 22 0+01a <[^>]*> f4 b7 [ ]*movs.l y1,@r4
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_blit.c | 268 int x1, y1, x2, y2; local 289 y1 = cy + irb->draw_y; 299 x1, y1, x2 - x1, y2 - y1); 362 assert(y1 < y2); 376 OUT_BATCH((y1 << 16) | x1); 455 OUT_BATCH((0 << 16) | 0); /* clip x1, y1 */ 535 uint32_t x1, y1, x2, y2; local 557 y1 = image_y; 567 x1, y1, x2 - x1, y2 - y1) [all...] |
/external/deqp/framework/common/ |
tcuBilinearImageCompare.cpp | 91 deUint32 y1 = y0+1; //de::min(y0+1, (deUint32)(access.getHeight()-1)); local 94 DE_ASSERT(y1 < (deUint32)access.getHeight()); 101 deUint32 p01 = readRGBA8Raw(access, x0, y1); 102 deUint32 p11 = readRGBA8Raw(access, x1, y1); 124 const deUint32 y1 = (deUint32)y; 127 if (compareThreshold(resPix, readRGBA8(reference, x1, y1), threshold) || 128 compareThreshold(resPix, readRGBA8(reference, x0, y1), threshold) || 129 compareThreshold(resPix, readRGBA8(reference, x2, y1), threshold) ||
|
/external/opencv3/modules/core/src/opencl/ |
copyset.cl | 127 for (int y = y0, y1 = min(rows, y0 + rowsPerWI); y < y1; ++y) 148 for (int y = y0, y1 = min(rows, y0 + rowsPerWI); y < y1; ++y, dst_index += dststep)
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
spstproc.cpp | 110 y1 -- Word16 Array -- Filtered adaptive exitation 182 Word16 y1[], /* i : Filtered adaptive exitation */ 289 * y1 Q0 Q0 304 L_temp = ((Word32)y1[i] * gain_pit);
|