Searched refs:hOutput (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/libs/gui/bufferqueue/2.0/ |
D | B2HGraphicBufferProducer.cpp | 112 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() 265 QueueBufferOutput hOutput{}; in connect() local [all …]
|
D | H2BGraphicBufferProducer.cpp | 154 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()
|
/frameworks/ml/nn/common/operations/ |
D | TransposeConv2D.cpp | 139 int32_t hOutput = hOutputOrigin + static_cast<int32_t>(i); in transposeConvNhwc() local 141 if (hOutput >= 0 && hOutput < static_cast<int32_t>(outputHeight) && in transposeConvNhwc() 144 uint32_t outputIndex = hOutput * outputWidth * outputDepth + in transposeConvNhwc() 225 int32_t hOutput = hOutputOrigin + static_cast<int32_t>(i); in transposeConvNhwc() local 227 if (hOutput >= 0 && hOutput < static_cast<int32_t>(outputHeight) && in transposeConvNhwc() 232 uint32_t outputIndex = hOutput * outputWidth * outputDepth + in transposeConvNhwc() 366 int32_t hOutput = hOutputOrigin + static_cast<int32_t>(i); in transposeConvQuant8PerChannelNhwc() local 368 if (hOutput >= 0 && hOutput < static_cast<int32_t>(outputHeight) && in transposeConvQuant8PerChannelNhwc() 373 uint32_t outputIndex = hOutput * outputWidth * outputDepth + in transposeConvQuant8PerChannelNhwc()
|
/frameworks/av/media/codec2/vndk/platform/ |
D | C2BqBuffer.cpp | 282 (HStatus hStatus, int32_t hSlot, Output const& hOutput) { in getGenerationNumber() argument 284 if (!h2b(hStatus, &status) || !h2b(hOutput.fence, &fence)) { in getGenerationNumber() 288 hOutput.bufferNeedsReallocation; in getGenerationNumber() 359 Output const& hOutput) { in fetchFromIgbp_l() argument 362 !h2b(hOutput.fence, &fence)) { in fetchFromIgbp_l() 366 hOutput.bufferNeedsReallocation; in fetchFromIgbp_l()
|
/frameworks/native/headers/media_plugin/media/openmax/ |
D | OMX_Core.h | 1424 OMX_IN OMX_HANDLETYPE hOutput,
|
/frameworks/av/drm/libmediadrm/ |
D | DrmHal.cpp | 1447 [&](Status status, const hidl_vec<uint8_t>& hOutput) { in encrypt() argument 1449 output = toVector(hOutput); in encrypt() 1470 [&](Status status, const hidl_vec<uint8_t>& hOutput) { in decrypt() argument 1472 output = toVector(hOutput); in decrypt()
|