HomeSort by relevance Sort by last modified time
    Searched full:buf_u (Results 1 - 3 of 3) sorted by null

  /external/libhevc/decoder/
ihevcd_ittiam_logo.h 113 void ihevcd_insert_logo(UWORD8 *buf_y, UWORD8 *buf_u, UWORD8 *buf_v,
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/pdfium/core/src/fxge/dib/
fx_dib_transform.cpp 25 const uint8_t* buf_u = buf + row_offset_l + c_offset; local
27 const uint8_t* src_pos0 = buf_u + col_bpp_l;
28 const uint8_t* src_pos1 = buf_u + col_bpp_r;
    [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 86 milliseconds