Home
last modified time | relevance | path

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

/aosp_15_r20/external/libhevc/decoder/
H A Dihevcd_ittiam_logo.h122 #define INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) ihevcd_inse… argument
124 #define INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) argument
/aosp_15_r20/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_inse… argument
79 #define INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) argument
/aosp_15_r20/external/ComputeLibrary/include/libnpy/
H A Dnpy.hpp475 auto buf_v = std::vector<char>(header_length); in read_header() local