/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | ColorSpace.java | 42 ByteBuffer input, ByteBuffer output, int width, int height) { in convertYuv420pToRgba8888() 61 ByteBuffer input, ByteBuffer output, int width, int height) { in convertArgb8888ToRgba8888() 80 ByteBuffer input, ByteBuffer output, int width, int height) { in convertRgba8888ToHsva8888() 99 ByteBuffer input, ByteBuffer output, int width, int height) { in convertRgba8888ToYcbcra8888() 113 private static void expectOutputSize(ByteBuffer output, int expectedSize) { in expectOutputSize() 122 ByteBuffer input, ByteBuffer output, int width, int height); in nativeYuv420pToRgba8888() 125 ByteBuffer input, ByteBuffer output, int width, int height); in nativeArgb8888ToRgba8888() 128 ByteBuffer input, ByteBuffer output, int width, int height); in nativeRgba8888ToHsva8888() 131 ByteBuffer input, ByteBuffer output, int width, int height); in nativeRgba8888ToYcbcra8888()
|
D | PixelUtils.java | 45 ByteBuffer output, in copyPixels() 68 ByteBuffer output, in nativeCopyPixels()
|
/frameworks/base/tools/aapt2/java/ |
D | JavaClassGenerator_test.cpp | 74 std::string output; in TEST() local 99 std::string output; in TEST() local 137 std::string output; in TEST() local 174 std::string output; in TEST() local 205 std::string output; in TEST() local 218 std::string output; in TEST() local 231 std::string output; in TEST() local 297 std::string output; in TEST() local 322 std::string output; in TEST() local 364 std::string output; in TEST() local [all …]
|
/frameworks/ml/nn/runtime/test/specs/V1_2/ |
D | strided_slice_invalid.mod.py | 23 output = Output("output", "TENSOR_FLOAT32", "{3}") variable 35 output = Output("output", "TENSOR_FLOAT32", "{3}") variable
|
/frameworks/ml/nn/runtime/test/specs/V1_3/ |
D | strided_slice_quant8_signed.mod.py | 26 output = Output("output", "TENSOR_QUANT8_ASYMM_SIGNED", "{1, 3}, 1.0, -128") variable 51 output = Output("output", "TENSOR_QUANT8_ASYMM_SIGNED", "{3}, 1.0, -128") variable 76 output = Output("output", "TENSOR_QUANT8_ASYMM_SIGNED", "{2}, 1.0, -128") variable 101 output = Output("output", "TENSOR_QUANT8_ASYMM_SIGNED", "{2}, 1.0, -128") variable 126 output = Output("output", "TENSOR_QUANT8_ASYMM_SIGNED", "{3}, 1.0, -128") variable 151 output = Output("output", "TENSOR_QUANT8_ASYMM_SIGNED", "{1}, 1.0, -128") variable 176 output = Output("output", "TENSOR_QUANT8_ASYMM_SIGNED", "{3}, 1.0, -128") variable 201 output = Output("output", "TENSOR_QUANT8_ASYMM_SIGNED", "{3}, 1.0, -128") variable 226 output = Output("output", "TENSOR_QUANT8_ASYMM_SIGNED", "{3}, 1.0, -128") variable 251 output = Output("output", "TENSOR_QUANT8_ASYMM_SIGNED", "{1, 3}, 1.0, -128") variable [all …]
|
D | squeeze_quant8_signed.mod.py | 20 output = Output("output", "TENSOR_QUANT8_ASYMM_SIGNED", "{1, 24}, 1.0, -128") variable 34 output = Output("output", "TENSOR_QUANT8_ASYMM_SIGNED", "{24}, 1.0, -128") variable
|
D | div_int32.mod.py | 19 output = Output("output", "TENSOR_INT32", "{2, 2, 4, 6}") variable 83 output = IgnoredOutput("output", "TENSOR_INT32", "{1}") variable
|
D | space_to_batch_quant8_signed.mod.py | 21 output = Output("output", "TENSOR_QUANT8_ASYMM_SIGNED", "{4, 2, 2, 1}, 1.0, -128") variable 51 output = Output("output", "TENSOR_QUANT8_ASYMM_SIGNED", "{6, 2, 2, 1}, 1.0, -128") variable 79 output = Output("output", "TENSOR_QUANT8_ASYMM_SIGNED", "{6, 2, 4, 1}, 1.0, -128") variable 111 output = Output("output", "TENSOR_QUANT8_ASYMM_SIGNED", "{6, 2, 2, 1}, 1.0, -119") variable
|
D | mean_quant8_signed.mod.py | 20 output = Output("output", "TENSOR_QUANT8_ASYMM_SIGNED", "{2}, 0.8, -123") variable 44 output = Output("output", "TENSOR_QUANT8_ASYMM_SIGNED", "{1, 3, 1}, 0.8, -123") variable
|
/frameworks/base/cmds/statsd/tests/guardrail/ |
D | StatsdStats_test.cpp | 39 vector<uint8_t> output; in TEST() local 66 vector<uint8_t> output; in TEST() local 87 vector<uint8_t> output; in TEST() local 143 vector<uint8_t> output; in TEST() local 231 vector<uint8_t> output; in TEST() local 264 vector<uint8_t> output; in TEST() local 307 vector<uint8_t> output; in TEST() local 339 vector<uint8_t> output; in TEST() local 365 vector<uint8_t> output; in TEST() local 433 vector<uint8_t> output; in TEST() local [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/storage/ |
D | DiskStatsFileLoggerTest.java | 63 JSONObject output = getOutputFileAsJson(); in testEmptyStorage() local 89 JSONObject output = getOutputFileAsJson(); in testMeasurementResultsReported() local 115 JSONObject output = getOutputFileAsJson(); in testAppsReported() local 151 JSONObject output = getOutputFileAsJson(); in testEmulatedExternalStorageCounted() local 177 JSONObject output = getOutputFileAsJson(); in testDuplicatePackageNameIsNotMergedAcrossMultipleUsers() local
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/ |
D | ScanResultUtilTest.java | 52 ScanDetail output = ScanResultUtil.toScanDetail(input); in convertScanResult() local 69 ScanDetail output = ScanResultUtil.toScanDetail(input); in convertScanResultWithAnqpLines() local 83 ScanDetail output = ScanResultUtil.toScanDetail(input); in convertScanResultWithoutWifiSsid() local 202 private static void validateScanDetail(ScanResult input, ScanDetail output) { in validateScanDetail()
|
/frameworks/base/media/mca/filterpacks/native/imageproc/ |
D | to_rgba.c | 24 char* output, in gray_to_rgb_process() 55 char* output, in rgba_to_rgb_process() 87 char* output, in gray_to_rgba_process() 119 char* output, in rgb_to_rgba_process()
|
/frameworks/native/libs/vr/libbufferhubqueue/tests/ |
D | buffer_hub_queue_producer-test.cpp | 109 IGraphicBufferProducer::QueueBufferOutput output; in ConnectProducer() local 150 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F() local 165 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F() local 248 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F() local 274 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F() local 288 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F() local 301 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F() local 320 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F() local 337 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F() local 360 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F() local [all …]
|
/frameworks/av/media/libaaudio/tests/ |
D | test_flowgraph.cpp | 42 int16_t output[20]; in TEST() local 60 float output[100] = {}; in TEST() local 83 float output[numOutput] = {}; in TEST() local 115 uint8_t output[99] = {}; in TEST() local 136 float output[100]; in TEST() local
|
/frameworks/native/libs/gui/tests/ |
D | IGraphicBufferProducer_test.cpp | 128 IGraphicBufferProducer::QueueBufferOutput output; in TryConnectProducer() local 260 IGraphicBufferProducer::QueueBufferOutput output; in TEST_P() local 281 IGraphicBufferProducer::QueueBufferOutput output; in TEST_P() local 398 IGraphicBufferProducer::QueueBufferOutput output; in TEST_P() local 428 IGraphicBufferProducer::QueueBufferOutput output; in TEST_P() local 439 IGraphicBufferProducer::QueueBufferOutput output; in TEST_P() local 457 IGraphicBufferProducer::QueueBufferOutput output; in TEST_P() local 472 IGraphicBufferProducer::QueueBufferOutput output; in TEST_P() local 481 IGraphicBufferProducer::QueueBufferOutput output; in TEST_P() local 495 IGraphicBufferProducer::QueueBufferOutput output; in TEST_P() local [all …]
|
D | BufferQueue_test.cpp | 139 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F() local 325 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F() local 379 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F() local 438 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F() local 481 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F() local 519 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F() local 561 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F() local 611 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F() local 680 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F() local 731 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F() local [all …]
|
/frameworks/ml/nn/common/include/ |
D | CpuOperationUtils.h | 60 inline void convertFloat16ToFloat32(const _Float16* input, std::vector<float>* output) { in convertFloat16ToFloat32() 68 inline void convertFloat32ToFloat16(const std::vector<float>& input, _Float16* output) { in convertFloat32ToFloat16() 77 inline void convertInt8ToUInt8(const int8_t* input, std::vector<uint8_t>* output) { in convertInt8ToUInt8() 87 inline void convertUInt8ToInt8(const std::vector<uint8_t>& input, int8_t* output) { in convertUInt8ToInt8() 96 std::vector<float>* output) { in convertQuantToFloat32() 106 T* output) { in convertFloat32ToQuant()
|
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/ |
D | JsonParser.java | 42 JSONObject output = new JSONObject(); in parse() local 84 ArrayList<String> output = new ArrayList<>(); in parseArray() local
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
D | MediaPlayerStressTest.java | 73 private void writeTestOutput(String filename, Writer output) throws Exception{ in writeTestOutput() 87 private void writeTestSummary(Writer output) throws Exception{ in writeTestSummary() 124 Writer output = new BufferedWriter(new FileWriter(playbackOutput, true)); in testVideoPlayback() local
|
D | MediaPlayerStreamingStressTest.java | 77 private void writeTestOutput(String filename, Writer output) throws Exception{ in writeTestOutput() 89 private void writeTestSummary(Writer output) throws Exception{ in writeTestSummary() 121 Writer output = new BufferedWriter(new FileWriter(playbackOutput, true)); in testVideoPlayback() local
|
/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
D | GamePerformanceTest.java | 61 final String output = (new File(getInstrumentation().getContext().getFilesDir(), in testGraphicBufferMetrics() local 64 new ATraceRunner(getInstrumentation(), output, 5, "gfx", new ATraceRunner.Delegate() { in testGraphicBufferMetrics() local
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | Program.java | 28 public abstract void process(Frame[] inputs, Frame output); in process() 31 public void process(Frame input, Frame output) { in process()
|
/frameworks/ml/nn/common/ |
D | QuantUtils.cpp | 12 int n_batch, int n_input, int16_t* output) { in ApplyLayerNorm() 54 int32_t n_col, int32_t* output) { in MatrixScalarMultiplyAccumulate() 66 std::unique_ptr<int32_t[]>* output) { in PrecomputeZeroPointTimesWeightWithBias() 86 void ApplySigmoid(const int16_t* input, int32_t n_batch, int32_t n_input, int16_t* output) { in ApplySigmoid() 100 int16_t* output) { in CwiseMul() 113 int32_t n_batch, int32_t n_input, int32_t output_zp, int8_t* output) { in CwiseMul() 139 int16_t* output) { in CwiseAdd() 185 int32_t output = prod + *result; in VectorBatchVectorCwiseProductAccumulate() local
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodecBufferChannel.cpp | 239 Mutexed<Output>::Locked output(mOutput); in CCodecBufferChannel() local 533 Mutexed<Output>::Locked output(mOutput); in feedInputBufferIfAvailableInternal() local 563 Mutexed<Output>::Locked output(mOutput); in renderOutputBuffer() local 643 Mutexed<OutputSurface>::Locked output(mOutputSurface); in renderOutputBuffer() local 733 Mutexed<Output>::Locked output(mOutput); in discardBuffer() local 760 Mutexed<Output>::Locked output(mOutput); in getOutputBufferArray() local 951 Mutexed<OutputSurface>::Locked output(mOutputSurface); in start() local 1064 Mutexed<Output>::Locked output(mOutput); in start() local 1241 Mutexed<Output>::Locked output(mOutput); in flush() local 1281 Mutexed<Output>::Locked output(mOutput); in handleWork() local [all …]
|