HomeSort by relevance Sort by last modified time
    Searched refs:y0 (Results 126 - 150 of 684) sorted by null

1 2 3 4 56 7 8 91011>>

  /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})
65 OSD_SetPixel, // (x0,y0,color)
68 OSD_GetPixel, // (x0,y0)
70 OSD_SetRow, // (x0,y0,x1,data)
73 OSD_SetBlock, // (x0,y0,x1,y1,increment{color},data)
74 // fills pixels x0,y0 through x1,y1 with the content of data[]
78 OSD_FillRow, // (x0,y0,x1,color)
81 OSD_FillBlock, // (x0,y0,x1,y1,color)
82 // fills pixels x0,y0 through x1,y1 with the color <col
103 int y0; 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})
65 OSD_SetPixel, // (x0,y0,color)
68 OSD_GetPixel, // (x0,y0)
70 OSD_SetRow, // (x0,y0,x1,data)
73 OSD_SetBlock, // (x0,y0,x1,y1,increment{color},data)
74 // fills pixels x0,y0 through x1,y1 with the content of data[]
78 OSD_FillRow, // (x0,y0,x1,color)
81 OSD_FillBlock, // (x0,y0,x1,y1,color)
82 // fills pixels x0,y0 through x1,y1 with the color <col
103 int y0; member in struct:osd_cmd_s
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/dvb/
osd.h 56 int y0; member in struct:osd_cmd_s
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/dvb/
osd.h 56 int y0; member in struct:osd_cmd_s
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/dvb/
osd.h 56 int y0; member in struct:osd_cmd_s
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/dvb/
osd.h 56 int y0; member in struct:osd_cmd_s
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/dvb/
osd.h 56 int y0; member in struct:osd_cmd_s
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/dvb/
osd.h 56 int y0; member in struct:osd_cmd_s
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/dvb/
osd.h 56 int y0; member in struct:osd_cmd_s
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/dvb/
osd.h 56 int y0; member in struct:osd_cmd_s
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/dvb/
osd.h 56 int y0; member in struct:osd_cmd_s
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/dvb/
osd.h 56 int y0; member in struct:osd_cmd_s
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/dvb/
osd.h 56 int y0; member in struct:osd_cmd_s
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/dvb/
osd.h 56 int y0; member in struct:osd_cmd_s
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/dvb/
osd.h 56 int y0; member in struct:osd_cmd_s
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/dvb/
osd.h 56 int y0; member in struct:osd_cmd_s
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/dvb/
osd.h 56 int y0; member in struct:osd_cmd_s
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/dvb/
osd.h 56 int y0; member in struct:osd_cmd_s
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/dvb/
osd.h 56 int y0; member in struct:osd_cmd_s
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/dvb/
osd.h 56 int y0; member in struct:osd_cmd_s
  /external/libvpx/libvpx/vp8/common/
postproc.c 123 extern void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch);
941 int x0, y0; local
943 for (y0 = 0; y0 < height; y0 += 16)
965 y1 = y0 + 4 + (mv->row >> 3);
967 constrain_line (x0+8, &x1, y0+4, &y1, width, height);
968 vp8_blit_line (x0+8, x1, y0+4, y1, y_buffer, y_stride);
973 y1 = y0 +12 + (mv->row >> 3);
975 constrain_line (x0+8, &x1, y0+12, &y1, width, height)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
postproc.c 123 extern void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch);
934 int x0, y0; local
936 for (y0 = 0; y0 < height; y0 += 16)
958 y1 = y0 + 4 + (mv->row >> 3);
960 constrain_line (x0+8, &x1, y0+4, &y1, width, height);
961 vp8_blit_line (x0+8, x1, y0+4, y1, y_buffer, y_stride);
966 y1 = y0 +12 + (mv->row >> 3);
968 constrain_line (x0+8, &x1, y0+12, &y1, width, height)
    [all...]
  /prebuilts/go/darwin-x86/src/image/
ycbcr_test.go 86 for y0 := delta.Y + 3; y0 < delta.Y+7; y0++ {
90 subRect := Rect(x0, y0, x1, y1)
  /prebuilts/go/linux-x86/src/image/
ycbcr_test.go 86 for y0 := delta.Y + 3; y0 < delta.Y+7; y0++ {
90 subRect := Rect(x0, y0, x1, y1)
  /external/skia/samplecode/
SampleSkLayer.cpp 39 static void test_map(SkScalar x0, SkScalar y0, SkScalar z0,
43 src.set(x0, y0, z0);
46 x0, y0, z0,
54 SkScalar y0, SkScalar y1, SkScalar y2) {
57 dst[3] != y0 || dst[4] != y1 || dst[5] != y2) {
61 x0, x1, x2, y0, y1, y2, str.c_str());

Completed in 978 milliseconds

1 2 3 4 56 7 8 91011>>