Home
last modified time | relevance | path

Searched refs:sampleBuffer (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
DRegionSamplingThread.h96 std::vector<float> sampleBuffer(
DRegionSamplingThread.cpp331 std::vector<float> RegionSamplingThread::sampleBuffer( in sampleBuffer() function in android::RegionSamplingThread
472 sampleBuffer(buffer, sampledArea.leftTop(), activeDescriptors, orientation); in captureSample()
/frameworks/ml/nn/driver/sample/
DSampleDriver.cpp296 sp<SampleBuffer> sampleBuffer = new SampleBuffer(std::move(bufferWrapper), std::move(token)); in allocate() local
298 cb(ErrorStatus::NONE, std::move(sampleBuffer), tokenValue); in allocate()