Searched refs:v_plane (Results 1 – 2 of 2) sorted by relevance
154 uint8_t* v_plane = const_cast<uint8_t*>(yuv + y_plane_size + uv_plane_size); in Compress() local173 cr[i] = v_plane + offset; in Compress()
480 const uint8_t* v_plane = u_plane + y_plane_size / 4; in GenerateYuvThumbnail() local489 y_plane, yu12_width_, u_plane, yu12_width_ / 2, v_plane, yu12_width_ / 2, in GenerateYuvThumbnail()