Home
last modified time | relevance | path

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

/packages/services/Car/surround_view/service-impl/
Dcore_lib.h692 const int byte_per_pixel = format_ == RGB ? 3 : format_ == RGBA ? 4 : 1; in SurroundViewResultPointer() local
693 data_pointer = static_cast<void*>(new char[width * height * byte_per_pixel]); in SurroundViewResultPointer()