Searched defs:targetByteChunk (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp845 const size_t targetByteChunk = 16 * 1024; local
859 s2 = targetByteChunk / mtls->aout[0]->mHal.drvState.lod[0].stride;
861 s2 = targetByteChunk / mtls->ains[0]->mHal.drvState.lod[0].stride;
881 s2 = targetByteChunk / mtls->aout[0]->getType()->getElementSizeBytes();
883 s2 = targetByteChunk / mtls->ains[0]->getType()->getElementSizeBytes();

Completed in 911 milliseconds