/aosp12/frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/ |
H A D | helloComputeNDK.cpp | 30 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 D | Split.cpp | 43 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 D | TransposeConv2D.cpp | 224 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 D | SoftAMR.cpp | 382 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 D | DriverFuzzTest.cpp | 234 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 D | Utils.cpp | 156 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 D | Utils.cpp | 244 uint8_t* inputPtr = mInputMemory->getPointer(); in createRequest() local 250 std::copy(begin, end, inputPtr + inputs[i].location.offset); in createRequest()
|
H A D | GeneratedTestHarness.cpp | 141 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 D | GeneratedTestHarness.cpp | 167 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 D | jackson-core-2.11.1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF ... |
/aosp12/packages/services/Car/tests/BugReportApp/libs/ |
H A D | jackson-core-2.9.9.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/LICENSE
META-INF ... |