Searched refs:buf_v (Results 1 – 3 of 3) sorted by relevance
/external/libhevc/decoder/ |
D | ihevcd_ittiam_logo.h | 113 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/ |
D | npy.hpp | 475 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/ |
D | impeg2d_api_main.c | 77 …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
|