Home
last modified time | relevance | path

Searched defs:SetData (Results 1 – 25 of 31) sorted by relevance

12

/external/webrtc/rtc_base/
Dcopy_on_write_buffer.h172 void SetData(const T* data, size_t size) { in SetData() function
191 void SetData(const T (&array)[N]) { in SetData() function
195 void SetData(const CopyOnWriteBuffer& buf) { in SetData() function
Dbuffer.h218 void SetData(const U* data, size_t size) { in SetData() function
232 void SetData(const U (&array)[N]) { in SetData() function
239 void SetData(const W& w) { in SetData() function
256 size_t SetData(size_t max_elements, F&& setter) { in SetData() function
Dmemory_stream.cc116 void MemoryStream::SetData(const void* data, size_t length) { in SetData() function in rtc::MemoryStream
/external/tensorflow/tensorflow/lite/experimental/resource/
Dlookup_util.h75 void SetData(int index, ValueType& value) { output_data_[index] = value; } in SetData() function
99 void SetData(int index, const std::string& value) { in SetData() function
/external/armnn/src/armnn/
DOutputHandler.hpp51 void SetData(std::unique_ptr<ITensorHandle> data) { m_TensorHandle = std::move(data); } in SetData() function in armnn::OutputHandler
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dimage_data.h89 void SetData(const uint8_t* const new_frame, const int stride, in SetData() function
94 void SetData(const uint8_t* const new_frame, const uint8_t* const uv_frame, in SetData() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugPubTable.cpp29 Set &SetData = Sets.back(); in DWARFDebugPubTable() local
/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dapp.cc68 void App::SetData(const uint8_t* data, size_t data_length) { in SetData() function in webrtc::rtcp::App
/external/deqp-deps/amber/src/
Dshader.h46 void SetData(const std::string& data) { data_ = data; } in SetData() function
Dbuffer.cc266 Result Buffer::SetData(const std::vector<Value>& data) { in SetData() function in amber::Buffer
/external/deqp-deps/amber/src/vulkan/
Dvertex_buffer.cc39 void VertexBuffer::SetData(uint8_t location, in SetData() function in amber::vulkan::VertexBuffer
Dvertex_buffer_test.cc149 Result SetData(uint8_t location, Format* format, std::vector<Value> values) { in SetData() function in amber::vulkan::__anon723a70df0111::VertexBufferTest
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dtflite_driver.cc78 void SetData(const string& csv_values) { in SetData() function in tflite::testing::TfLiteDriver::Expectation
132 void TfLiteDriver::Expectation::SetData<string>(const string& csv_values) { in SetData() function in tflite::testing::TfLiteDriver::Expectation
/external/webrtc/audio/
Dchannel_receive_frame_transformer_delegate.cc32 void SetData(rtc::ArrayView<const uint8_t> data) override { in SetData() function in webrtc::__anon0a35ebb20111::TransformableIncomingAudioFrame
Dchannel_send_frame_transformer_delegate.cc37 void SetData(rtc::ArrayView<const uint8_t> data) override { in SetData() function in webrtc::__anona59aa3f90111::TransformableOutgoingAudioFrame
/external/webrtc/video/
Drtp_video_stream_receiver_frame_transformer_delegate.cc38 void SetData(rtc::ArrayView<const uint8_t> data) override { in SetData() function in webrtc::__anon3d4c0f670111::TransformableVideoReceiverFrame
/external/cronet/net/disk_cache/blockfile/
Dstorage_block-inl.h74 template<typename T> void StorageBlock<T>::SetData(T* other) { in SetData() function
/external/sfntly/cpp/src/sfntly/table/
Dfont_data_table.cc75 void FontDataTable::Builder::SetData(ReadableFontData* data) { in SetData() function in sfntly::FontDataTable::Builder
/external/pdfium/core/fpdfapi/parser/
Dcpdf_stream.cpp120 void CPDF_Stream::SetData(pdfium::span<const uint8_t> pData) { in SetData() function in CPDF_Stream
/external/openthread/src/core/utils/
Dflash.hpp203 void SetData(const uint8_t *aData, uint16_t aDataLength) in SetData() function in ot::Flash::Record
/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video_frame_transformer_delegate.cc56 void SetData(rtc::ArrayView<const uint8_t> data) override { in SetData() function in webrtc::__anon2ea014070111::TransformableVideoSenderFrame
/external/tensorflow/tensorflow/lite/testing/
Dtflite_driver.cc127 void SetData(const string& csv_values) { in SetData() function in tflite::testing::TfLiteDriver::DataExpectation
263 void TfLiteDriver::DataExpectation::SetData<string>(const string& csv_values) { in SetData() function in tflite::testing::TfLiteDriver::DataExpectation
/external/tensorflow/tensorflow/lite/delegates/
Dserialization.cc87 TfLiteStatus SerializationEntry::SetData(TfLiteContext* context, in SetData() function in tflite::delegates::SerializationEntry
/external/libbrillo/brillo/http/
Dhttp_transport_fake.cc155 void ServerRequestResponseBase::SetData(StreamPtr stream) { in SetData() function in brillo::ServerRequestResponseBase
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dtensor_desc.h163 void SetData(std::vector<uint8_t>&& new_data) { data_ = new_data; } in SetData() function

12