Home
last modified time | relevance | path

Searched refs:hInput (Results 1 – 6 of 6) sorted by relevance

/frameworks/ml/nn/common/operations/
DGroupedConv2D.cpp70 int32_t hInput = hInputOrigin + static_cast<int32_t>(i); in groupedConvFloat32() local
73 if (hInput >= 0 && hInput < static_cast<int32_t>(inputHeight) && in groupedConvFloat32()
77 uint32_t inputIndex = hInput * inputWidth * inputDepth + in groupedConvFloat32()
141 int32_t hInput = hInputOrigin + static_cast<int32_t>(i); in groupedConvQuant8() local
144 if (hInput >= 0 && hInput < static_cast<int32_t>(inputHeight) && in groupedConvQuant8()
148 uint32_t inputIndex = hInput * inputWidth * inputDepth + in groupedConvQuant8()
227 int32_t hInput = hInputOrigin + static_cast<int32_t>(i); in groupedConvQuant8PerChannel() local
230 if (hInput >= 0 && hInput < static_cast<int32_t>(inputHeight) && in groupedConvQuant8PerChannel()
234 uint32_t inputIndex = hInput * inputWidth * inputDepth + in groupedConvQuant8PerChannel()
DDepthwiseConv2D.cpp209 int32_t hInput = hInputOrigin + in depthwiseConvQuant8PerChannel() local
214 if (hInput >= 0 && hInput < static_cast<int32_t>(inputHeight) && in depthwiseConvQuant8PerChannel()
218 uint32_t inputIndex = hInput * inputWidth * inputDepth + in depthwiseConvQuant8PerChannel()
DConv2D.cpp340 int32_t hInput = hInputOrigin + in convQuant8PerChannelNhwc() local
345 if (hInput >= 0 && hInput < static_cast<int32_t>(inputHeight) && in convQuant8PerChannelNhwc()
349 uint32_t inputIndex = hInput * inputWidth * inputDepth + in convQuant8PerChannelNhwc()
/frameworks/native/libs/gui/bufferqueue/2.0/
DB2HGraphicBufferProducer.cpp187 QueueBufferInput const& hInput, in queueBuffer() argument
190 hInput.timestamp, in queueBuffer()
191 hInput.isAutoTimestamp, in queueBuffer()
192 static_cast<android_dataspace>(hInput.dataSpace), in queueBuffer()
195 static_cast<uint32_t>(hInput.transform), in queueBuffer()
197 static_cast<uint32_t>(hInput.stickyTransform), in queueBuffer()
201 if (!h2b(hInput.crop, &bInput.crop)) { in queueBuffer()
207 if (!h2b(hInput.surfaceDamage, &bInput.surfaceDamage)) { in queueBuffer()
213 if (!h2b(hInput.fence, &bInput.fence)) { in queueBuffer()
DH2BGraphicBufferProducer.cpp253 HQueueBufferInput hInput{}; in queueBuffer() local
255 if (!b2h(input, &hInput, &hFenceWrapper)) { in queueBuffer()
264 hInput, in queueBuffer()
/frameworks/native/headers/media_plugin/media/openmax/
DOMX_Core.h1426 OMX_IN OMX_HANDLETYPE hInput,