Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DGroupedConv2D.cpp74 int32_t hInput = hInputOrigin + static_cast<int32_t>(i); in groupedConvFloat32() local
77 if (hInput >= 0 && hInput < static_cast<int32_t>(inputHeight) && in groupedConvFloat32()
81 uint32_t inputIndex = hInput * inputWidth * inputDepth + in groupedConvFloat32()
146 int32_t hInput = hInputOrigin + static_cast<int32_t>(i); in groupedConvQuant8() local
149 if (hInput >= 0 && hInput < static_cast<int32_t>(inputHeight) && in groupedConvQuant8()
153 uint32_t inputIndex = hInput * inputWidth * inputDepth + in groupedConvQuant8()
250 int32_t hInput = hInputOrigin + static_cast<int32_t>(i); in groupedConvQuant8PerChannel() local
253 if (hInput >= 0 && hInput < static_cast<int32_t>(inputHeight) && in groupedConvQuant8PerChannel()
257 uint32_t inputIndex = hInput * inputWidth * inputDepth + in groupedConvQuant8PerChannel()
H A DDepthwiseConv2D.cpp337 int32_t hInput = hInputOrigin + in depthwiseConvQuant8PerChannelNhwc() local
342 if (hInput >= 0 && hInput < static_cast<int32_t>(inputHeight) && in depthwiseConvQuant8PerChannelNhwc()
346 uint32_t inputIndex = hInput * inputWidth * inputDepth + in depthwiseConvQuant8PerChannelNhwc()
H A DConv2D.cpp410 int32_t hInput = hInputOrigin + in convQuant8PerChannelNhwc() local
415 if (hInput >= 0 && hInput < static_cast<int32_t>(inputHeight) && in convQuant8PerChannelNhwc()
419 uint32_t inputIndex = hInput * inputWidth * inputDepth + in convQuant8PerChannelNhwc()
/aosp12/frameworks/native/libs/gui/bufferqueue/2.0/
H A 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()
H A DH2BGraphicBufferProducer.cpp253 HQueueBufferInput hInput{}; in queueBuffer() local
255 if (!b2h(input, &hInput, &hFenceWrapper)) { in queueBuffer()
264 hInput, in queueBuffer()
/aosp12/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_Core.h1364 OMX_IN OMX_HANDLETYPE hInput,
/aosp12/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_Core.h1355 OMX_IN OMX_HANDLETYPE hInput,
/aosp12/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_Core.h1364 OMX_IN OMX_HANDLETYPE hInput,
/aosp12/hardware/qcom/media/msm8998/mm-core/inc/
H A DOMX_Core.h1364 OMX_IN OMX_HANDLETYPE hInput,
/aosp12/hardware/qcom/sm8150/media/mm-core/inc/
H A DOMX_Core.h1418 OMX_IN OMX_HANDLETYPE hInput,
/aosp12/hardware/qcom/sm7250/media/mm-core/inc/
H A DOMX_Core.h1418 OMX_IN OMX_HANDLETYPE hInput,
/aosp12/hardware/qcom/sdm845/media/mm-core/inc/
H A DOMX_Core.h1364 OMX_IN OMX_HANDLETYPE hInput,
/aosp12/frameworks/native/headers/media_plugin/media/openmax/
H A DOMX_Core.h1432 OMX_IN OMX_HANDLETYPE hInput,