Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_video.h132 int dst_plane, int dst_field, in u_copy_nv12_from_yv12() argument
140 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; in u_copy_nv12_from_yv12()
141 uint8_t *v_src = (uint8_t *)source_data[1] + source_pitches[1] * dst_field; in u_copy_nv12_from_yv12()