Searched refs:hInput (Results 1 – 13 of 13) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | GroupedConv2D.cpp | 74 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 D | DepthwiseConv2D.cpp | 337 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 D | Conv2D.cpp | 410 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 D | B2HGraphicBufferProducer.cpp | 187 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 D | H2BGraphicBufferProducer.cpp | 253 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 D | OMX_Core.h | 1364 OMX_IN OMX_HANDLETYPE hInput,
|
/aosp12/hardware/qcom/media/msm8974/mm-core/omxcore/inc/ |
H A D | OMX_Core.h | 1355 OMX_IN OMX_HANDLETYPE hInput,
|
/aosp12/hardware/qcom/media/msm8996/mm-core/inc/ |
H A D | OMX_Core.h | 1364 OMX_IN OMX_HANDLETYPE hInput,
|
/aosp12/hardware/qcom/media/msm8998/mm-core/inc/ |
H A D | OMX_Core.h | 1364 OMX_IN OMX_HANDLETYPE hInput,
|
/aosp12/hardware/qcom/sm8150/media/mm-core/inc/ |
H A D | OMX_Core.h | 1418 OMX_IN OMX_HANDLETYPE hInput,
|
/aosp12/hardware/qcom/sm7250/media/mm-core/inc/ |
H A D | OMX_Core.h | 1418 OMX_IN OMX_HANDLETYPE hInput,
|
/aosp12/hardware/qcom/sdm845/media/mm-core/inc/ |
H A D | OMX_Core.h | 1364 OMX_IN OMX_HANDLETYPE hInput,
|
/aosp12/frameworks/native/headers/media_plugin/media/openmax/ |
H A D | OMX_Core.h | 1432 OMX_IN OMX_HANDLETYPE hInput,
|