Searched refs:byte_per_pixel (Results 1 – 1 of 1) sorted by relevance
692 const int byte_per_pixel = format_ == RGB ? 3 : format_ == RGBA ? 4 : 1; in SurroundViewResultPointer() local693 data_pointer = static_cast<void*>(new char[width * height * byte_per_pixel]); in SurroundViewResultPointer()