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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_video.h103 uint8_t *v_dst = (uint8_t *)destination_data[1] + destination_pitches[1] * src_field; local in function:u_copy_nv12_to_yv12
109 v_dst[x] = src[2*x+1];
112 v_dst += v_stride;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_video.h106 uint8_t *v_dst = (uint8_t *)destination_data[1] + destination_pitches[1] * src_field; local in function:u_copy_nv12_to_yv12
112 v_dst[x] = src[2*x+1];
115 v_dst += v_stride;

Completed in 3 milliseconds