Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/arc/
Djpeg_compressor.cpp154 uint8_t* v_plane = const_cast<uint8_t*>(yuv + y_plane_size + uv_plane_size); in Compress() local
173 cr[i] = v_plane + offset; in Compress()
Dexif_utils.cpp480 const uint8_t* v_plane = u_plane + y_plane_size / 4; in GenerateYuvThumbnail() local
489 y_plane, yu12_width_, u_plane, yu12_width_ / 2, v_plane, yu12_width_ / 2, in GenerateYuvThumbnail()