Home
last modified time | relevance | path

Searched defs:output (Results 1 – 25 of 723) sorted by relevance

12345678910>>...29

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DColorSpace.java42 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()
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp207 status_t encode(const T& input, hidl_vec<uint8_t>* output, EncodeHelper<T> encodeHelper) { in encode()
224 status_t encodeMetadata(const MetadataType& metadataType, const T& input, hidl_vec<uint8_t>* output, in encodeMetadata()
253 hidl_vec<uint8_t>* output, EncodeHelper<T> encodeHelper) { in encodeOptionalMetadata()
266 status_t decode(const hidl_vec<uint8_t>& input, T* output, DecodeHelper<T> decodeHelper, in decode()
287 status_t decodeMetadata(const MetadataType& metadataType, const hidl_vec<uint8_t>& input, T* output, in decodeMetadata()
314 std::optional<T>* output, DecodeHelper<T> decodeHelper) { in decodeOptionalMetadata()
334 status_t encodeInteger(const T& input, OutputHidlVec* output) { in encodeInteger()
347 status_t decodeInteger(InputHidlVec* input, T* output) { in decodeInteger()
359 status_t encodeString(const std::string& input, OutputHidlVec* output) { in encodeString()
372 status_t decodeString(InputHidlVec* input, std::string* output) { in decodeString()
[all …]
/frameworks/base/tools/aapt2/java/
DJavaClassGenerator_test.cpp74 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/
Dstrided_slice_invalid.mod.py23 output = Output("output", "TENSOR_FLOAT32", "{3}") variable
35 output = Output("output", "TENSOR_FLOAT32", "{3}") variable
/frameworks/ml/nn/runtime/test/specs/V1_3/
Dstrided_slice_quant8_signed.mod.py26 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 …]
Dsqueeze_quant8_signed.mod.py20 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
Ddiv_int32.mod.py19 output = Output("output", "TENSOR_INT32", "{2, 2, 4, 6}") variable
83 output = IgnoredOutput("output", "TENSOR_INT32", "{1}") variable
Dspace_to_batch_quant8_signed.mod.py21 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
/frameworks/base/cmds/statsd/tests/guardrail/
DStatsdStats_test.cpp39 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
312 vector<uint8_t> output; in TEST() local
354 vector<uint8_t> output; in TEST() local
380 vector<uint8_t> output; in TEST() local
448 vector<uint8_t> output; in TEST() local
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/storage/
DDiskStatsFileLoggerTest.java63 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/native/services/surfaceflinger/CompositionEngine/src/
DCompositionEngine.cpp103 for (const auto& output : args.outputs) { in present() local
110 for (const auto& output : args.outputs) { in present() local
119 for (const auto& output : args.outputs) { in updateCursorAsync() local
157 for (const auto& output : args.outputs) { in updateLayerStateFromFE() local
/frameworks/base/tests/ManagedProfileLifecycleStressTest/src/com/android/test/stress/
DManagedProfileLifecycleStressTest.java73 final String output = getDevice().executeShellCommand( in createManagedProfile() local
89 final String output = getDevice().executeShellCommand("pm remove-user " + userId).trim(); in removeUser() local
94 final String output = getDevice().executeShellCommand("am start-user -w " + userId).trim(); in startUser() local
/frameworks/base/media/mca/filterpacks/native/imageproc/
Dto_rgba.c24 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/
Dbuffer_hub_queue_producer-test.cpp109 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/
Dtest_flowgraph.cpp42 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/base/packages/StatementService/src/com/android/statementservice/retriever/
DJsonParser.java42 JSONObject output = new JSONObject(); in parse() local
84 ArrayList<String> output = new ArrayList<>(); in parseArray() local
/frameworks/ml/nn/common/include/
DCpuOperationUtils.h60 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/native/libs/gui/tests/
DIGraphicBufferProducer_test.cpp128 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 …]
DBufferQueue_test.cpp139 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F() local
179 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F() local
337 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F() local
391 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F() local
450 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F() local
493 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F() local
531 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F() local
573 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F() local
623 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F() local
692 IGraphicBufferProducer::QueueBufferOutput output; in TEST_F() local
[all …]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DMediaPlayerStressTest.java73 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
DMediaPlayerStreamingStressTest.java77 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/media/mca/filterfw/java/android/filterfw/core/
DProgram.java28 public abstract void process(Frame[] inputs, Frame output); in process()
31 public void process(Frame input, Frame output) { in process()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DScanResultUtilTest.java55 ScanDetail output = ScanResultUtil.toScanDetail(input); in convertScanResult() local
72 ScanDetail output = ScanResultUtil.toScanDetail(input); in convertScanResultWithAnqpLines() local
86 ScanDetail output = ScanResultUtil.toScanDetail(input); in convertScanResultWithoutWifiSsid() local
275 private static void validateScanDetail(ScanResult input, ScanDetail output) { in validateScanDetail()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp158 Mutexed<Output>::Locked output(mOutput); in CCodecBufferChannel() local
625 Mutexed<Output>::Locked output(mOutput); in feedInputBufferIfAvailableInternal() local
659 Mutexed<Output>::Locked output(mOutput); in renderOutputBuffer() local
742 Mutexed<OutputSurface>::Locked output(mOutputSurface); in renderOutputBuffer() local
840 Mutexed<Output>::Locked output(mOutput); in discardBuffer() local
867 Mutexed<Output>::Locked output(mOutput); in getOutputBufferArray() local
1063 Mutexed<OutputSurface>::Locked output(mOutputSurface); in start() local
1176 Mutexed<Output>::Locked output(mOutput); in start() local
1378 Mutexed<Output>::Locked output(mOutput); in reset() local
1426 Mutexed<Output>::Locked output(mOutput); in flush() local
[all …]
/frameworks/ml/nn/common/
DQuantUtils.cpp12 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

12345678910>>...29