Home
last modified time | relevance | path

Searched refs:outputSize (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DUtils.cpp124 size_t outputSize = 0; in createRequest() local
137 .offset = static_cast<uint32_t>(outputSize), in createRequest()
139 outputSize += op.data.size() == 0 ? TestBuffer::kAlignment : op.data.alignedSize(); in createRequest()
146 mOutputMemory = TestAshmem::create(outputSize); in createRequest()
149 mOutputMemory = TestBlobAHWB::create(outputSize); in createRequest()
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Enc.cpp438 int32_t outputSize = mOutBufferSize; in process() local
439 if (!PVGetVolHeader(mHandle, outPtr, &outputSize, 0)) { in process()
445 ALOGV("Bytes Generated in header %d\n", outputSize); in process()
450 C2StreamCsdInfo::output::AllocUnique(outputSize, 0u); in process()
457 memcpy(csd->m.value, outPtr, outputSize); in process()
580 int32_t outputSize = mOutBufferSize; in process() local
581 if (!PVEncodeVideoFrame(mHandle, &vin, &vout, &modTimeMs, outPtr, &outputSize, &nLayer) || in process()
588 ALOGV("outputSize filled : %d", outputSize); in process()
593 if (outputSize) { in process()
594 std::shared_ptr<C2Buffer> buffer = createLinearBuffer(block, 0, outputSize); in process()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DGeneratedTestHarness.cpp403 size_t outputSize = 0; in createRequest() local
429 .offset = static_cast<uint32_t>(outputSize), in createRequest()
431 outputSize += op.data.size() == 0 ? TestBuffer::kAlignment : op.data.alignedSize(); in createRequest()
443 mOutputMemory = TestBlobAHWB::create(std::max<size_t>(outputSize, 1)); in createRequest()
446 mOutputMemory = TestAshmem::create(std::max<size_t>(outputSize, 1)); in createRequest()
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal3973 * and shape [outputSize, inputSize] specifying input-to-input part of
3979 * and shape [outputSize, inputSize] specifying input-to-forget part of
3985 * and shape [outputSize, inputSize] specifying input-to-cell part of
3991 * and shape [outputSize, inputSize] specifying input-to-output part of
3997 * and shape [outputSize, outputSize] specifying recurrent-to-input part
4003 * and shape [outputSize, outputSize] specifying recurrent-to-forget
4009 * and shape [outputSize, outputSize] specifying recurrent-to-cell part
4015 * and shape [outputSize, outputSize] specifying recurrent-to-output
4021 * [outputSize] specifying the bias for the fully-connected layer
4026 * [outputSize] specifying the bias for the fully-connected layer
[all …]
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal3749 * and shape [outputSize, inputSize] specifying input-to-input part of
3755 * and shape [outputSize, inputSize] specifying input-to-forget part of
3761 * and shape [outputSize, inputSize] specifying input-to-cell part of
3767 * and shape [outputSize, inputSize] specifying input-to-output part of
3773 * and shape [outputSize, outputSize] specifying recurrent-to-input part
3779 * and shape [outputSize, outputSize] specifying recurrent-to-forget
3785 * and shape [outputSize, outputSize] specifying recurrent-to-cell part
3791 * and shape [outputSize, outputSize] specifying recurrent-to-output
3797 * [outputSize] specifying the bias for the fully-connected layer
3802 * [outputSize] specifying the bias for the fully-connected layer
[all …]