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