Searched refs:buffer_plane (Results 1 – 1 of 1) sorted by relevance
528 depth_generator::BufferPlane buffer_plane = {}; in MapBuffersForDepthGenerator() local529 buffer_plane.addr = reinterpret_cast<uint8_t*>(virtual_addr); in MapBuffersForDepthGenerator()531 buffer_plane.stride = stream.width; in MapBuffersForDepthGenerator()532 buffer_plane.scanline = stream.height; in MapBuffersForDepthGenerator()533 buffer->planes.push_back(buffer_plane); in MapBuffersForDepthGenerator()