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/webrtc/talk/media/base/
fakevideorenderer.h 123 const uint8_t* y_pos = y_plane; local
127 uint8_t y_value = *(y_pos + j);
132 y_pos += y_pitch;
  /external/pdfium/third_party/freetype/src/sfnt/
ttsbit.c 550 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 * pitch + ( x_pos >> 3 )
    [all...]
  /external/webp/src/dec/
webpi_dec.h 31 typedef int (*OutputRowFunc)(WebPDecParams* const p, int y_pos,
vp8l_dec.c 582 static void ConvertToYUVA(const uint32_t* const src, int width, int y_pos,
587 WebPConvertARGBToY(src, buf->y + y_pos * buf->y_stride, width);
591 uint8_t* const u = buf->u + (y_pos >> 1) * buf->u_stride;
592 uint8_t* const v = buf->v + (y_pos >> 1) * buf->v_stride;
595 WebPConvertARGBToUV(src, u, v, width, !(y_pos & 1));
599 uint8_t* const a = buf->a + y_pos * buf->a_stride;
608 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) {
616 ConvertToYUVA(src, dst_width, y_pos, dec->output_);
617 ++y_pos;
626 int y_pos = dec->last_out_row_ local
645 int y_pos = dec->last_out_row_; local
    [all...]
io_dec.c 354 static int ExportRGB(WebPDecParams* const p, int y_pos) {
358 uint8_t* dst = buf->rgba + y_pos * buf->stride;
364 assert(y_pos + num_lines_out < p->output->height);
403 static int ExportAlpha(WebPDecParams* const p, int y_pos, int max_lines_out) {
405 uint8_t* const base_rgba = buf->rgba + y_pos * buf->stride;
417 assert(y_pos + num_lines_out < p->output->height);
430 static int ExportAlphaRGBA4444(WebPDecParams* const p, int y_pos,
433 uint8_t* const base_rgba = buf->rgba + y_pos * buf->stride;
448 assert(y_pos + num_lines_out < p->output->height);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
dcac_prediction.cpp 42 int y_pos = video->mbnum_row; local
83 if (!comp && y_pos && !(video->headerInfo.Mode[mbnum-nMBPerRow]&INTRA_MASK)) /* not intra */
102 if (x_pos == 0 && y_pos == 0)
116 else if (y_pos == 0)
218 int y_pos = video->mbnum_row; local
261 if (x_pos == 0 && y_pos == 0)
274 else if (y_pos == 0)
combined_decode.cpp 553 int y_pos = video->mbnum_row; local
555 int32 offset = (int32)(y_pos << 4) * width + (x_pos << 4);
563 pp_mod[0] = video->pstprcTypCur + (y_pos << 1) * (MB_in_width << 1) + (x_pos << 1);
datapart_decode.cpp 637 int y_pos = video->mbnum_row; local
653 pp_mod[0] = video->pstprcTypCur + (y_pos << 1) * (MB_in_width << 1) + (x_pos << 1);
715 offset = (int32)(y_pos << 4) * width + (x_pos << 4);
block_idct.cpp 230 int y_pos = video->mbnum_row; local
235 offset = (int32)(y_pos << 4) * width + (x_pos << 4);
vlc_decode.cpp 145 int y_pos = video->mbnum_row; local
147 int pos = (x_pos + y_pos * doubleWidth) << 1;
    [all...]
  /external/freetype/src/sfnt/
ttsbit.c 680 FT_Int y_pos,
689 FT_Int y_pos,
698 FT_Int y_pos,
723 y_pos < 0 || (FT_UInt)( y_pos + height ) > bit_height )
739 line += y_pos * pitch + ( x_pos >> 3 );
840 FT_Int y_pos,
866 y_pos < 0 || (FT_UInt)( y_pos + height ) > bit_height )
890 line += y_pos * pitch + ( x_pos >> 3 )
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer.h     [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp 2027 Int y_pos = video->outputMB->mb_y; local
    [all...]
  /external/libmpeg2/decoder/
impeg2d_api_main.c 77 #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)
    [all...]

Completed in 674 milliseconds