Searched refs:nv12_uv (Results 1 – 1 of 1) sorted by relevance
593 uint8_t *nv12_uv = &nv12_buf[vaImage.offsets[1] + vaImage.pitches[1] * (ch_y / 2) + ch_x]; in nv12_to_rgba() local605 uint8_t nv_u = nv12_uv[src_x]; in nv12_to_rgba()606 uint8_t nv_v = nv12_uv[src_x + 1]; in nv12_to_rgba()635 nv12_uv += vaImage.pitches[1]; in nv12_to_rgba()