Home
last modified time | relevance | path

Searched defs:byte_array (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/modules/audio_processing/transient/
Dfile_utils.cc86 std::unique_ptr<uint8_t[]> byte_array(new uint8_t[2]); in ReadInt16BufferFromFile() local
148 std::unique_ptr<uint8_t[]> byte_array(new uint8_t[4]); in ReadFloatBufferFromFile() local
171 std::unique_ptr<uint8_t[]> byte_array(new uint8_t[8]); in ReadDoubleBufferFromFile() local
194 std::unique_ptr<uint8_t[]> byte_array(new uint8_t[2]); in WriteInt16BufferToFile() local
218 std::unique_ptr<uint8_t[]> byte_array(new uint8_t[4]); in WriteFloatBufferToFile() local
241 std::unique_ptr<uint8_t[]> byte_array(new uint8_t[8]); in WriteDoubleBufferToFile() local
/external/libchrome/base/android/
Djni_array.cc31 jbyteArray byte_array = env->NewByteArray(len); in ToJavaByteArray() local
129 ScopedJavaLocalRef<jbyteArray> byte_array = ToJavaByteArray( in ToJavaArrayOfByteArray() local
195 jbyteArray byte_array, in AppendJavaByteArrayToByteVector()
210 jbyteArray byte_array, in JavaByteArrayToByteVector()
Djni_array_unittest.cc323 ScopedJavaLocalRef<jbyteArray> byte_array = in TEST() local
/external/webrtc/test/fuzzers/
Daudio_encoder_fuzzer.cc44 auto byte_array = data.ReadByteArray(block_size_bytes); in FuzzAudioEncoder() local
Daudio_processing_fuzzer_helper.cc40 rtc::ArrayView<const uint8_t> byte_array = in GenerateFloatFrame() local
/external/capstone/bindings/python/
Dtest_m680x.py49 def to_hex_short_uc(byte_array): argument
/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/segmenter/
Dimage_segmenter_jni.cc115 jbyteArray byte_array = CreateByteArray( in ConvertToSegmentationResults() local
124 jbyteArray byte_array = CreateByteArray( in ConvertToSegmentationResults() local
/external/tensorflow/tensorflow/lite/java/src/main/native/
Dtensor_jni.cc140 jbyteArray byte_array = static_cast<jbyteArray>(array); in WriteOneDimensionalArray() local
196 jbyteArray byte_array = static_cast<jbyteArray>(dst); in ReadOneDimensionalArray() local
301 jbyteArray byte_array = static_cast<jbyteArray>(src); in AddStringDynamicBuffer() local
/external/llvm-project/lldb/examples/python/
Ddisasm-stress-test.py104 def PrintByteArray(log_file, byte_array): argument
/external/tensorflow/tensorflow/python/data/kernel_tests/
Diterator_test.py721 def _encode_raw(byte_array): argument