Home
last modified time | relevance | path

Searched refs:inputPtr (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/
H A DhelloComputeNDK.cpp30 void* inputPtr = nullptr; in Java_com_example_android_rs_hellocomputendk_HelloComputeNDK_nativeMono() local
33 AndroidBitmap_lockPixels(env, jbitmapIn, &inputPtr); in Java_com_example_android_rs_hellocomputendk_HelloComputeNDK_nativeMono()
47 inputPtr); in Java_com_example_android_rs_hellocomputendk_HelloComputeNDK_nativeMono()
53 inputAlloc->copy2DRangeFrom(0, 0, X, Y, inputPtr); in Java_com_example_android_rs_hellocomputendk_HelloComputeNDK_nativeMono()
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DSplit.cpp43 const Scalar* inputPtr = inputData; in splitGeneric() local
47 memcpy(outputDataPtrs->at(i) + k * copySize, inputPtr, copySize * sizeof(Scalar)); in splitGeneric()
48 inputPtr += copySize; in splitGeneric()
H A DTransposeConv2D.cpp224 const T* inputPtr = inputData; in transposeConvNhwc() local
246 (static_cast<int32_t>(*inputPtr) + inputOffset) * in transposeConvNhwc()
254 inputPtr++; in transposeConvNhwc()
366 const T* inputPtr = inputData; in transposeConvQuant8PerChannelNhwc() local
388 (static_cast<int32_t>(*inputPtr) + inputOffset) * in transposeConvQuant8PerChannelNhwc()
395 inputPtr++; in transposeConvQuant8PerChannelNhwc()
/aosp12/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp382 const uint8_t *inputPtr = inHeader->pBuffer + inHeader->nOffset; in onQueueFilled() local
395 int16 mode = ((inputPtr[0] >> 3) & 0x0f); in onQueueFilled()
408 (Frame_Type_3GPP)((inputPtr[0] >> 3) & 0x0f), in onQueueFilled()
409 (UWord8 *)&inputPtr[1], in onQueueFilled()
442 int16 mode = ((inputPtr[0] >> 3) & 0x0f); in onQueueFilled()
471 const_cast<uint8_t *>(&inputPtr[1]), in onQueueFilled()
/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
H A DDriverFuzzTest.cpp234 uint8_t* const inputPtr = static_cast<uint8_t*>(static_cast<void*>(mappedInput->getPointer())); in createRequest() local
235 CHECK(inputPtr != nullptr); in createRequest()
243 std::copy(begin, end, inputPtr + inputs[i].location.offset); in createRequest()
/aosp12/hardware/interfaces/neuralnetworks/1.0/vts/functional/
H A DUtils.cpp156 uint8_t* inputPtr = mInputMemory->getPointer(); in createRequest() local
162 std::copy(begin, end, inputPtr + inputs[i].location.offset); in createRequest()
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DUtils.cpp244 uint8_t* inputPtr = mInputMemory->getPointer(); in createRequest() local
250 std::copy(begin, end, inputPtr + inputs[i].location.offset); in createRequest()
H A DGeneratedTestHarness.cpp141 uint8_t* inputPtr = static_cast<uint8_t*>(std::get<void*>(mapping.pointer)); in allocateInternal() local
142 ASSERT_NE(inputPtr, nullptr); in allocateInternal()
145 std::copy(begin, end, inputPtr); in allocateInternal()
460 uint8_t* inputPtr = mInputMemory->getPointer(); in createRequest() local
466 std::copy(begin, end, inputPtr + inputs[i].location.offset); in createRequest()
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DGeneratedTestHarness.cpp167 uint8_t* inputPtr = in allocateInternal() local
169 ASSERT_NE(inputPtr, nullptr); in allocateInternal()
172 std::copy(begin, end, inputPtr); in allocateInternal()
457 uint8_t* inputPtr = mInputMemory->getPointer(); in createRequest() local
463 std::copy(begin, end, inputPtr + inputs[i].location.offset); in createRequest()
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Djackson-core-2.11.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Djackson-core-2.9.9.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF ...