Home
last modified time | relevance | path

Searched defs:length (Results 1401 - 1425 of 4439) sorted by relevance

1...<<51525354555657585960>>...178

/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/executor/
H A Dexecutor_test.cpp90 size_t length = 9 * sizeof(float); in HWTEST_F() local
111 size_t length = 9 * sizeof(float); in HWTEST_F() local
134 size_t length = 1 * sizeof(float); in HWTEST_F() local
157 size_t length = 9 * sizeof(float); in HWTEST_F() local
178 size_t length in HWTEST_F() local
201 size_t length = 9 * sizeof(float); HWTEST_F() local
222 size_t length = 9 * sizeof(float); HWTEST_F() local
244 size_t length = 9 * sizeof(float); HWTEST_F() local
275 size_t length = 1 * sizeof(float); HWTEST_F() local
297 size_t length = 9 * sizeof(float); HWTEST_F() local
319 size_t length = 9 * sizeof(float); HWTEST_F() local
457 size_t length = 9 * sizeof(float); HWTEST_F() local
476 size_t length = 9 * sizeof(float); HWTEST_F() local
494 size_t length = 2 * sizeof(float); HWTEST_F() local
515 size_t length = 9 * sizeof(float); HWTEST_F() local
539 size_t length = 1 * sizeof(float); HWTEST_F() local
559 size_t length = 9 * sizeof(float); HWTEST_F() local
582 size_t length = 9 * sizeof(float); HWTEST_F() local
686 size_t length = 9 * sizeof(float); HWTEST_F() local
711 size_t length = 9 * sizeof(float); HWTEST_F() local
734 size_t length = 9 * sizeof(float); HWTEST_F() local
770 size_t length = 9 * sizeof(float); HWTEST_F() local
806 size_t length = 9 * sizeof(float); HWTEST_F() local
825 size_t length = 9 * sizeof(float); HWTEST_F() local
852 size_t length = 9 * sizeof(float); HWTEST_F() local
877 size_t length = 9 * sizeof(float); HWTEST_F() local
902 size_t length = 9 * sizeof(float); HWTEST_F() local
953 size_t length = 9 * sizeof(float); HWTEST_F() local
986 size_t length = 9 * sizeof(float); HWTEST_F() local
1012 size_t length = 9 * sizeof(float); HWTEST_F() local
1038 size_t length = 9 * sizeof(float); HWTEST_F() local
1063 size_t length = 9 * sizeof(float); HWTEST_F() local
1090 size_t length = 9 * sizeof(float); HWTEST_F() local
1140 size_t length = 9 * sizeof(float); HWTEST_F() local
1174 size_t length = 9 * sizeof(float); HWTEST_F() local
1217 size_t length = 9 * sizeof(float); HWTEST_F() local
1240 size_t length = 9 * sizeof(float); HWTEST_F() local
[all...]
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/hdi_prepared_model/
H A Dhdi_prepared_model_test.cpp60 void HDIPreparedModelTest::GetBuffer(void*& buffer, size_t length) in GetBuffer() argument
78 void HDIPreparedModelTest::InitTensor(std::vector<IOTensor>& inputs, void* buffer, size_t length) in InitTensor() argument
285 const size_t length = 100; in HWTEST_F() local
306 const size_t length = 100; HWTEST_F() local
358 const size_t length = 100; HWTEST_F() local
390 const size_t length = 100; HWTEST_F() local
[all...]
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
H A Dprepared_model_service.cpp269 NNRT_ReturnCode PreparedModelService::Compile(const void* modelBuffer, size_t length) in Compile() argument
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/
H A Dprepared_model_service.cpp224 int32_t PreparedModelService::Compile(const void* modelBuffer, size_t length) in Compile() argument
/foundation/ai/neural_network_runtime/test/unittest/components/v2_1/hdi_prepared_model/
H A Dhdi_prepared_model_test.cpp60 void HDIPreparedModelTest::GetBuffer(void*& buffer, size_t length) in GetBuffer() argument
78 void HDIPreparedModelTest::InitTensor(std::vector<IOTensor>& inputs, void* buffer, size_t length) in InitTensor() argument
283 const size_t length = 100; in HWTEST_F() local
304 const size_t length = 100; HWTEST_F() local
355 const size_t length = 100; HWTEST_F() local
387 const size_t length = 100; HWTEST_F() local
[all...]
/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_parser.c93 uint16_t length = 0; in TlvFillNode() local
49 TlvBytesToLength(const uint8_t *bytesBuffer, uint16_t bufLength, uint16_t *length, uint8_t *bytesNumber) TlvBytesToLength() argument
229 Parse(const uint8_t *payload, uint16_t length, TlvNode **head) Parse() argument
[all...]
H A Ddmslite_packet.c138 bool MarshallRawData(const void *field, uint8_t type, uint16_t length) in MarshallRawData() argument
174 static void EncodeLengthOfTlv(uint16_t length) in EncodeLengthOfTlv() argument
/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/
H A Dnn_compiler_test.cpp1035 size_t length = 10; in HWTEST_F() local
1060 size_t length = 10; in HWTEST_F() local
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnn_tensor.cpp342 void NNTensor::SetBuffer(const void* buffer, size_t length) in SetBuffer() argument
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/
H A Drtsp_channel_manager.cpp33 void RtspChannelManager::ChannelListener::OnDataReceived(const uint8_t *buffer, unsigned int length, long timeCost) in OnDataReceived() argument
127 OnData(const uint8_t *data, unsigned int length) OnData() argument
129 std::string str(reinterpret_cast<const char *>(data), length); OnData() local
[all...]
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/local/src/
H A Dcast_local_file_channel_server.cpp150 void CastLocalFileChannelServer::OnDataReceived(const uint8_t *buffer, unsigned int length, long timeCost) in OnDataReceived() argument
160 void CastLocalFileChannelServer::ProcessRequestData(const uint8_t *buffer, int length) in ProcessRequestData() argument
349 void CastLocalFileChannelServer::SendData(const uint8_t *buffer, int length) in SendData() argument
[all...]
H A Dlocal_data_source.cpp107 int32_t LocalDataSource::ReadAt(const std::shared_ptr<Media::AVSharedMemory> &mem, uint32_t length, int64_t pos) in ReadAt() argument
112 int32_t LocalDataSource::ReadAt(int64_t pos, uint32_t length, const std::shared_ptr<Media::AVSharedMemory> &mem) in ReadAt() argument
117 int32_t LocalDataSource::ReadAt(uint32_t length, const std::shared_ptr<Media::AVSharedMemory> &mem) in ReadAt() argument
122 int32_t LocalDataSource::ReadBuffer(uint8_t *data, uint32_t length, int64_t pos) in ReadBuffer() argument
158 OnBytesReceived(const std::string &fileId, const uint8_t *bytes, int64_t offset, int64_t length) OnBytesReceived() argument
233 int64_t length = IsNeedReqData() local
268 Read(uint8_t *data, uint32_t length, int64_t pos) Read() argument
307 Write(const uint8_t *data, int64_t offset, int64_t length) Write() argument
[all...]
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtp/
H A Drtp_unit_test.cpp95 size_t length = config.length(); in HWTEST_F() local
385 int32_t length = rtp->GetPayloadSize(); in HWTEST_F() local
413 int32_t length = rtp->GetPayloadSize(); in HWTEST_F() local
/foundation/CastEngine/castengine_wifi_display/tests/demo/rtp/
H A Drtp_enc_demo.cpp189 int length = 0; in FindAACFrame() local
[all...]
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/tcp/
H A Dtcp_socket.cpp139 int TcpSocket::Send(int fd, const uint8_t *buff, size_t length) in Send() argument
148 ssize_t TcpSocket::Recv(int fd, uint8_t *buff, size_t length) in Recv() argument
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H A Drtsp_channel_manager.cpp33 void RtspChannelManager::ChannelListener::OnDataReceived(const uint8_t *buffer, unsigned int length, long timeCost) in OnDataReceived() argument
127 OnData(const uint8_t *data, unsigned int length) OnData() argument
129 std::string str(reinterpret_cast<const char *>(data), length); OnData() local
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/
H A Djs_app_state_observer.cpp360 size_t length = jsObserverObjectMap_.size(); in GetJsObserverMapSize() local
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/local/src/
H A Dcast_local_file_channel_server.cpp150 void CastLocalFileChannelServer::OnDataReceived(const uint8_t *buffer, unsigned int length, long timeCost) in OnDataReceived() argument
160 void CastLocalFileChannelServer::ProcessRequestData(const uint8_t *buffer, int length) in ProcessRequestData() argument
338 void CastLocalFileChannelServer::SendData(const uint8_t *buffer, int length) in SendData() argument
[all...]
H A Dlocal_data_source.cpp107 int32_t LocalDataSource::ReadAt(const std::shared_ptr<Media::AVSharedMemory> &mem, uint32_t length, int64_t pos) in ReadAt() argument
112 int32_t LocalDataSource::ReadAt(int64_t pos, uint32_t length, const std::shared_ptr<Media::AVSharedMemory> &mem) in ReadAt() argument
117 int32_t LocalDataSource::ReadAt(uint32_t length, const std::shared_ptr<Media::AVSharedMemory> &mem) in ReadAt() argument
122 int32_t LocalDataSource::ReadBuffer(uint8_t *data, uint32_t length, int64_t pos) in ReadBuffer() argument
157 bool LocalDataSource::OnBytesReceived(const std::string &fileId, const uint8_t *bytes, int64_t offset, int64_t length) in OnBytesReceived() argument
232 int64_t length = IsNeedReqData() local
267 Read(uint8_t *data, uint32_t length, int64_t pos) Read() argument
306 Write(const uint8_t *data, int64_t offset, int64_t length) Write() argument
[all...]
H A Dcast_local_file_channel_common.cpp75 std::optional<size_t> CheckAndGetHttpHeader(const uint8_t *buffer, unsigned int length, in CheckAndGetHttpHeader() argument
78 std::string http(reinterpret_cast<const char *>(buffer), length); in CheckAndGetHttpHeader() local
214 bool ParseHttpRequest(const uint8_t *buffer, int length, std::map<std::string, std::string> &request) in ParseHttpRequest() argument
248 bool ParseHttpResponse(const uint8_t *buffer, int length, std::map<std::string, std::string> &response, in ParseHttpResponse() argument
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/tcp/
H A Dtcp_socket.cpp139 int TcpSocket::Send(int fd, const uint8_t *buff, size_t length) in Send() argument
148 ssize_t TcpSocket::Recv(int fd, uint8_t *buff, size_t length) in Recv() argument
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/
H A Dutils.cpp91 int Utils::IntToByteArray(int num, int length, uint8_t *output) in IntToByteArray() argument
101 uint32_t Utils::ByteArrayToInt(const uint8_t *input, unsigned int length) in ByteArrayToInt() argument
154 IsArrayAllZero(const uint8_t *input, int length) IsArrayAllZero() argument
[all...]
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_codec_ts.cpp186 int length = rtp->GetPayloadSize(); in ReadPacket() local
H A Drtp_codec_h264.cpp51 int32_t length = rtp->GetPayloadSize(); in InputRtp() local
/foundation/ability/ability_runtime/frameworks/js/napi/app/app_manager/
H A Djs_app_state_observer.cpp249 size_t length = jsObserverObjectMap_.size(); in GetJsObserverMapSize() local

Completed in 25 milliseconds

1...<<51525354555657585960>>...178