Searched refs:outStride (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuCoreRuntime.h48 uint32_t outStride[RS_KERNEL_INPUT_LIMIT]; member in struct:RsExpandKernelDriverInfo
H A DrsCpuCore.cpp400 fn(&fep, mtls->start.x, mtls->end.x, mtls->fep.outStride[0]);
426 fn(&fep, mtls->start.x, mtls->end.x, fep.outStride[0]);
450 fn(&fep, xStart, xEnd, fep.outStride[0]);
541 fn(&mtls->fep, mtls->start.x, mtls->end.x, mtls->fep.outStride[0]);
H A DrsCpuScript.cpp700 mtls->fep.outStride[0] = aout->getType()->getElementSizeBytes();
/frameworks/native/libs/ui/
H A DGraphicBufferAllocator.cpp110 int outStride = 0; local
113 &outStride);
114 *stride = static_cast<uint32_t>(outStride);
H A DGraphicBuffer.cpp169 uint32_t outStride = 0; local
171 &handle, &outStride);
177 stride = static_cast<int>(outStride);

Completed in 86 milliseconds