Searched refs:data_raw (Results 1 – 1 of 1) sorted by relevance
334 void* data_raw = nullptr; in sampleBuffer() local335 buffer->lock(GRALLOC_USAGE_SW_READ_OFTEN, &data_raw); in sampleBuffer()336 std::shared_ptr<uint32_t> data(reinterpret_cast<uint32_t*>(data_raw), in sampleBuffer()