Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/bufferqueue/2.0/
H A DB2HGraphicBufferProducer.cpp112 DequeueBufferOutput hOutput{}; in dequeueBuffer() local
122 &hOutput.bufferAge, in dequeueBuffer()
125 &hOutput.bufferNeedsReallocation, in dequeueBuffer()
126 &hOutput.releaseAllBuffers) && in dequeueBuffer()
128 hOutput.fence = hFenceWrapper.getHandle(); in dequeueBuffer()
131 hOutput); in dequeueBuffer()
220 QueueBufferOutput hOutput{}; in queueBuffer() local
225 b2h(bOutput, &hOutput); in queueBuffer()
227 _hidl_cb(converted ? hStatus : HStatus::UNKNOWN_ERROR, hOutput); in queueBuffer()
283 QueueBufferOutput hOutput{}; in connect() local
[all …]
H A DH2BGraphicBufferProducer.cpp154 HStatus hStatus, int32_t hSlot, HOutput const& hOutput) { in dequeueBuffer() argument
160 *outBufferAge = hOutput.bufferAge; in dequeueBuffer()
162 (hOutput.bufferNeedsReallocation ? in dequeueBuffer()
164 (hOutput.releaseAllBuffers ? in dequeueBuffer()
166 converted = h2b(hOutput.fence, fence); in dequeueBuffer()
267 HQueueBufferOutput const& hOutput) { in queueBuffer() argument
268 converted = h2b(hStatus, &bStatus) && h2b(hOutput, output); in queueBuffer()
343 HQueueBufferOutput const& hOutput) { in connect() argument
344 converted = h2b(hStatus, &bStatus) && h2b(hOutput, output); in connect()
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DTransposeConv2D.cpp150 int32_t hOutput = hOutputOrigin + static_cast<int32_t>(i); in transposeConvNhwc() local
152 if (hOutput >= 0 && hOutput < static_cast<int32_t>(outputHeight) && in transposeConvNhwc()
155 uint32_t outputIndex = hOutput * outputWidth * outputDepth + in transposeConvNhwc()
236 int32_t hOutput = hOutputOrigin + static_cast<int32_t>(i); in transposeConvNhwc() local
238 if (hOutput >= 0 && hOutput < static_cast<int32_t>(outputHeight) && in transposeConvNhwc()
243 uint32_t outputIndex = hOutput * outputWidth * outputDepth + in transposeConvNhwc()
378 int32_t hOutput = hOutputOrigin + static_cast<int32_t>(i); in transposeConvQuant8PerChannelNhwc() local
380 if (hOutput >= 0 && hOutput < static_cast<int32_t>(outputHeight) && in transposeConvQuant8PerChannelNhwc()
385 uint32_t outputIndex = hOutput * outputWidth * outputDepth + in transposeConvQuant8PerChannelNhwc()
/aosp12/frameworks/av/media/codec2/vndk/platform/
H A DC2BqBuffer.cpp186 (HStatus hStatus, int32_t hSlot, Output const& hOutput) { in getGenerationNumberAndUsage() argument
188 if (!h2b(hStatus, &status) || !h2b(hOutput.fence, &fence)) { in getGenerationNumberAndUsage()
192 hOutput.bufferNeedsReallocation; in getGenerationNumberAndUsage()
256 Output const& hOutput) { in dequeueBuffer() argument
259 !h2b(hOutput.fence, fence)) { in dequeueBuffer()
263 hOutput.bufferNeedsReallocation; in dequeueBuffer()
/aosp12/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_Core.h1362 OMX_IN OMX_HANDLETYPE hOutput,
/aosp12/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_Core.h1353 OMX_IN OMX_HANDLETYPE hOutput,
/aosp12/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_Core.h1362 OMX_IN OMX_HANDLETYPE hOutput,
/aosp12/hardware/qcom/media/msm8998/mm-core/inc/
H A DOMX_Core.h1362 OMX_IN OMX_HANDLETYPE hOutput,
/aosp12/hardware/qcom/sm8150/media/mm-core/inc/
H A DOMX_Core.h1416 OMX_IN OMX_HANDLETYPE hOutput,
/aosp12/hardware/qcom/sm7250/media/mm-core/inc/
H A DOMX_Core.h1416 OMX_IN OMX_HANDLETYPE hOutput,
/aosp12/hardware/qcom/sdm845/media/mm-core/inc/
H A DOMX_Core.h1362 OMX_IN OMX_HANDLETYPE hOutput,
/aosp12/frameworks/native/headers/media_plugin/media/openmax/
H A DOMX_Core.h1430 OMX_IN OMX_HANDLETYPE hOutput,
/aosp12/frameworks/av/drm/libmediadrm/
H A DDrmHal.cpp1361 [&](Status status, const hidl_vec<uint8_t>& hOutput) { in encrypt() argument
1363 output = toVector(hOutput); in encrypt()
1384 [&](Status status, const hidl_vec<uint8_t>& hOutput) { in decrypt() argument
1386 output = toVector(hOutput); in decrypt()