/external/libhevc/decoder/ |
ihevcd_ittiam_logo.h | 115 UWORD32 x_pos, 122 #define INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) ihevcd_insert_logo(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht); 124 #define INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht)
|
ihevcd_process_slice.c | 130 WORD32 x_pos; local 136 x_pos = (ps_proc->i4_ctb_tile_x + nctb); 137 idx = MIN(x_pos, (ps_tile->u2_wd - 1)); 157 x_pos = ps_tile->u1_pos_x + ps_proc->i4_ctb_tile_x - 1; 158 idx = x_pos + (ps_proc->i4_ctb_y * ps_sps->i2_pic_wd_in_ctb); 166 x_pos = ps_tile->u1_pos_x + ps_proc->i4_ctb_tile_x - 1; 167 idx = x_pos + ((ps_proc->i4_ctb_y - 1) * ps_sps->i2_pic_wd_in_ctb); [all...] |
/external/chromium_org/media/cast/test/ |
linux_output_window.h | 29 LinuxOutputWindow(int x_pos, 39 void CreateWindow(int x_pos,
|
linux_output_window.cc | 16 LinuxOutputWindow::LinuxOutputWindow(int x_pos, 21 CreateWindow(x_pos, y_pos, width, height, name); 35 void LinuxOutputWindow::CreateWindow(int x_pos, 70 x_pos,
|
/external/chromium_org/third_party/freetype/src/sfnt/ |
ttsbit.c | 387 FT_Int x_pos, 394 FT_Int x_pos, 403 FT_Int x_pos, 426 if ( x_pos < 0 || x_pos + width > bit_width || 443 line += y_pos * pitch + ( x_pos >> 3 ); 444 x_pos &= 7; 446 if ( x_pos == 0 ) /* the easy one */ 464 else /* x_pos > 0 */ 476 pwrite[0] = (FT_Byte)( pwrite[0] | ( wval >> x_pos ) ); [all...] |
ttsbit0.c | 359 FT_Int x_pos, 365 FT_Int x_pos, 373 FT_Int x_pos, 399 if ( x_pos < 0 || x_pos + width > bit_width || 413 line += y_pos * pitch + ( x_pos >> 3 ); 414 x_pos &= 7; 416 if ( x_pos == 0 ) /* the easy one */ 434 else /* x_pos > 0 */ 446 write[0] = (FT_Byte)( write[0] | ( wval >> x_pos ) ); [all...] |
/external/freetype/src/sfnt/ |
ttsbit.c | 523 FT_Int x_pos, 529 FT_Int x_pos, 537 FT_Int x_pos, 558 if ( x_pos < 0 || x_pos + width > bit_width || 575 line += y_pos * pitch + ( x_pos >> 3 ); 576 x_pos &= 7; 578 if ( x_pos == 0 ) /* the easy one */ 596 else /* x_pos > 0 */ 608 pwrite[0] = (FT_Byte)( pwrite[0] | ( wval >> x_pos ) ); [all...] |
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
vie_autotest_linux.cc | 70 Display **out_display, int x_pos, 101 Window _window = XCreateWindow(display, DefaultRootWindow(display), x_pos,
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
zoom_bubble_view.cc | 160 const int x_pos = base::i18n::IsRTL() ? local 163 SetAnchorRect(gfx::Rect(x_pos, screen_bounds.y(), 0, 0));
|
/external/chromium_org/chrome/browser/ui/views/passwords/ |
manage_passwords_bubble_view.cc | 793 const int x_pos = base::i18n::IsRTL() ? local 796 SetAnchorRect(gfx::Rect(x_pos, screen_bounds.y(), 0, 0));
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
mandreel.js | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |