HomeSort by relevance Sort by last modified time
    Searched refs:y_pos (Results 1 - 15 of 15) sorted by null

  /external/libhevc/decoder/
ihevcd_ittiam_logo.h 116 UWORD32 y_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)
  /external/chromium_org/media/cast/test/
linux_output_window.h 30 int y_pos,
40 int y_pos,
linux_output_window.cc 17 int y_pos,
21 CreateWindow(x_pos, y_pos, width, height, name);
36 int y_pos,
71 y_pos,
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
media_galleries_dialog_cocoa.h 69 CGFloat y_pos,
71 CGFloat CreateCheckboxSeparator(CGFloat y_pos, NSString* header);
  /external/chromium_org/third_party/freetype/src/sfnt/
ttsbit.c 388 FT_Int y_pos );
395 FT_Int y_pos );
404 FT_Int y_pos )
427 y_pos < 0 || y_pos + height > bit_height )
443 line += y_pos * pitch + ( x_pos >> 3 );
545 FT_Int y_pos )
569 y_pos < 0 || y_pos + height > bit_height )
587 line += y_pos * pitch + ( x_pos >> 3 )
    [all...]
ttsbit0.c 360 FT_Int y_pos );
366 FT_Int y_pos );
374 FT_Int y_pos )
400 y_pos < 0 || y_pos + height > bit_height )
413 line += y_pos * pitch + ( x_pos >> 3 );
512 FT_Int y_pos )
539 y_pos < 0 || y_pos + height > bit_height )
554 line += y_pos * pitch + ( x_pos >> 3 )
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakevideorenderer.h 120 const uint8* y_pos = y_plane; local
124 uint8 y_value = *(y_pos + j);
129 y_pos += y_pitch;
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_linux.cc 71 int y_pos, int width, int height,
102 y_pos, width, height, 0, visual_info.depth,
  /external/freetype/src/sfnt/
ttsbit.c 524 FT_Int y_pos );
530 FT_Int y_pos );
538 FT_Int y_pos )
559 y_pos < 0 || y_pos + height > bit_height )
575 line += y_pos * pitch + ( x_pos >> 3 );
676 FT_Int y_pos )
698 y_pos < 0 || y_pos + height > bit_height )
716 line += y_pos * pitch + ( x_pos >> 3 )
    [all...]
  /external/chromium_org/third_party/libwebp/dec/
webpi.h 29 typedef int (*OutputRowFunc)(WebPDecParams* const p, int y_pos);
vp8l.c 478 static void ConvertToYUVA(const uint32_t* const src, int width, int y_pos,
484 uint8_t* const y = buf->y + y_pos * buf->y_stride;
494 uint8_t* const u = buf->u + (y_pos >> 1) * buf->u_stride;
495 uint8_t* const v = buf->v + (y_pos >> 1) * buf->v_stride;
506 if (!(y_pos & 1)) { // even lines: store values
522 if (!(y_pos & 1)) { // even lines
536 uint8_t* const a = buf->a + y_pos * buf->a_stride;
541 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) {
549 ConvertToYUVA(src, dst_width, y_pos, dec->output_);
550 ++y_pos;
559 int y_pos = dec->last_out_row_; local
575 int y_pos = dec->last_out_row_; local
    [all...]
io.c 366 static int ExportRGB(WebPDecParams* const p, int y_pos) {
370 uint8_t* dst = buf->rgba + (p->last_y + y_pos) * buf->stride;
376 assert(p->last_y + y_pos + num_lines_out < p->output->height);
413 static int ExportAlpha(WebPDecParams* const p, int y_pos) {
415 uint8_t* const base_rgba = buf->rgba + (p->last_y + y_pos) * buf->stride;
427 assert(p->last_y + y_pos + num_lines_out < p->output->height);
444 static int ExportAlphaRGBA4444(WebPDecParams* const p, int y_pos) {
446 uint8_t* const base_rgba = buf->rgba + (p->last_y + y_pos) * buf->stride;
460 assert(p->last_y + y_pos + num_lines_out < p->output->height);
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 1157 float y_pos = work_area.y() + ((delta > 0) ? delta : 0); local
    [all...]
  /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 

Completed in 1020 milliseconds