Searched defs:y_pos (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/media/cast/test/
H A Dlinux_output_window.cc17 int y_pos,
21 CreateWindow(x_pos, y_pos, width, height, name);
36 int y_pos,
71 y_pos,
16 LinuxOutputWindow(int x_pos, int y_pos, int width, int height, const std::string& name) argument
35 CreateWindow(int x_pos, int y_pos, int width, int height, const std::string& name) argument
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_linux.cc71 int y_pos, int width, int height,
102 y_pos, width, height, 0, visual_info.depth,
69 ViECreateWindow(Window *out_window, Display **out_display, int x_pos, int y_pos, int width, int height, char* title) argument
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakevideorenderer.h120 const uint8* y_pos = y_plane; local
124 uint8 y_value = *(y_pos + j);
129 y_pos += y_pitch;
/external/chromium_org/third_party/libwebp/dec/
H A Dio.c366 static int ExportRGB(WebPDecParams* const p, int y_pos) { argument
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) { argument
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) { argument
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);
H A Dvp8l.c478 static void ConvertToYUVA(const uint32_t* const src, int width, int y_pos, argument
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) { argument
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...]
/external/webp/src/dec/
H A Dio.c366 static int ExportRGB(WebPDecParams* const p, int y_pos) { argument
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) { argument
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) { argument
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);
H A Dvp8l.c478 static void ConvertToYUVA(const uint32_t* const src, int width, int y_pos, argument
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) { argument
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...]
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.cc1157 float y_pos = work_area.y() + ((delta > 0) ? delta : 0); local
1197 static_cast<int>(y_pos + 0.5))));
1198 y_pos += bounds.height() + delta + kMinDockGap;
/external/qemu/android/skin/
H A Dwindow.c959 int y_pos; member in struct:SkinWindow
1245 window->y_pos = y;
1341 int window_y = window->y_pos;
1480 SDL_WM_GetPos(&window->x_pos, &window->y_pos);
1648 SDL_WM_GetPos( &window->x_pos, &window->y_pos );
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 5258 milliseconds