Searched refs:y_pos (Results 1 - 8 of 8) sorted by relevance

/external/libhevc/decoder/
H A Dihevcd_ittiam_logo.h116 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/freetype/src/sfnt/
H A Dttsbit.c550 FT_Int y_pos );
556 FT_Int y_pos );
564 FT_Int y_pos )
586 y_pos < 0 || (FT_UInt)( y_pos + height ) > bit_height )
602 line += y_pos * pitch + ( x_pos >> 3 );
703 FT_Int y_pos )
726 y_pos < 0 || (FT_UInt)( y_pos + height ) > bit_height )
744 line += y_pos * pitc
[all...]
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttsbit.c546 FT_Int y_pos );
552 FT_Int y_pos );
560 FT_Int y_pos )
581 y_pos < 0 || y_pos + height > bit_height )
597 line += y_pos * pitch + ( x_pos >> 3 );
698 FT_Int y_pos )
720 y_pos < 0 || y_pos + height > bit_height )
738 line += y_pos * pitc
[all...]
/external/webp/src/dec/
H A Dwebpi.h29 typedef int (*OutputRowFunc)(WebPDecParams* const p, int y_pos);
H A Dvp8l.c479 static void ConvertToYUVA(const uint32_t* const src, int width, int y_pos, argument
485 uint8_t* const y = buf->y + y_pos * buf->y_stride;
495 uint8_t* const u = buf->u + (y_pos >> 1) * buf->u_stride;
496 uint8_t* const v = buf->v + (y_pos >> 1) * buf->v_stride;
507 if (!(y_pos & 1)) { // even lines: store values
523 if (!(y_pos & 1)) { // even lines
537 uint8_t* const a = buf->a + y_pos * buf->a_stride;
542 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) { argument
550 ConvertToYUVA(src, dst_width, y_pos, dec->output_);
551 ++y_pos;
560 int y_pos = dec->last_out_row_; local
576 int y_pos = dec->last_out_row_; local
[all...]
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);
/external/libmpeg2/decoder/
H A Dimpeg2d_api_main.c77 #define INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) impeg2_insert_logo(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht);
79 #define INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht)
/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 266 milliseconds