Home
last modified time | relevance | path

Searched refs:buf_v (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/decoder/
Dihevcd_ittiam_logo.h113 void ihevcd_insert_logo(UWORD8 *buf_y, UWORD8 *buf_u, UWORD8 *buf_v,
122 …ine INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) ihevcd_insert_… argument
124 #define INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) argument
/external/ComputeLibrary/include/libnpy/
Dnpy.hpp475 auto buf_v = std::vector<char>(header_length); in read_header() local
476 istream.read(buf_v.data(), header_length); in read_header()
477 std::string header(buf_v.data(), header_length); in read_header()
/external/libmpeg2/decoder/
Dimpeg2d_api_main.c77 …ine INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) impeg2_insert_… argument
79 #define INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) argument