Searched refs:u_src (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_video.h144 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; local in function:u_copy_nv12_from_yv12
150 dst[2*x] = u_src[x];
153 u_src += u_stride;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_video.h147 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; local in function:u_copy_nv12_from_yv12
153 dst[2*x] = u_src[x];
156 u_src += u_stride;

Completed in 2 milliseconds