Searched refs:hInput (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/libs/gui/bufferqueue/2.0/ |
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()
|
D | H2BGraphicBufferProducer.cpp | 253 HQueueBufferInput hInput{}; in queueBuffer() local 255 if (!b2h(input, &hInput, &hFenceWrapper)) { in queueBuffer() 264 hInput, in queueBuffer()
|
/frameworks/ml/nn/common/operations/ |
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()
|
D | DepthwiseConv2D.cpp | 335 int32_t hInput = hInputOrigin + in depthwiseConvQuant8PerChannelNhwc() local 340 if (hInput >= 0 && hInput < static_cast<int32_t>(inputHeight) && in depthwiseConvQuant8PerChannelNhwc() 344 uint32_t inputIndex = hInput * inputWidth * inputDepth + in depthwiseConvQuant8PerChannelNhwc()
|
D | Conv2D.cpp | 409 int32_t hInput = hInputOrigin + in convQuant8PerChannelNhwc() local 414 if (hInput >= 0 && hInput < static_cast<int32_t>(inputHeight) && in convQuant8PerChannelNhwc() 418 uint32_t inputIndex = hInput * inputWidth * inputDepth + in convQuant8PerChannelNhwc()
|
/frameworks/native/headers/media_plugin/media/openmax/ |
D | OMX_Core.h | 1426 OMX_IN OMX_HANDLETYPE hInput,
|