Searched refs:buffer_plane (Results 1 – 1 of 1) sorted by relevance
512 depth_generator::BufferPlane buffer_plane = {}; in MapBuffersForDepthGenerator() local513 buffer_plane.addr = reinterpret_cast<uint8_t*>(virtual_addr); in MapBuffersForDepthGenerator()515 buffer_plane.stride = stream.width; in MapBuffersForDepthGenerator()516 buffer_plane.scanline = stream.height; in MapBuffersForDepthGenerator()517 buffer->planes.push_back(buffer_plane); in MapBuffersForDepthGenerator()