Home
last modified time | relevance | path

Searched defs:buffer (Results 1426 - 1450 of 5155) sorted by relevance

1...<<51525354555657585960>>...207

/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/connector_mgr/
H A Dtrigger_connector.cpp425 sptr<Ashmem> buffer = OHOS::Ashmem::CreateAshmem("ModelData", modelData.size()); in CreateAshmemFromModelData() local
/foundation/ai/intelligent_voice_framework/frameworks/native/
H A Dintell_voice_manager.cpp208 const uint8_t *buffer = static_cast<const uint8_t *>(ashmem->ReadFromAshmem(size, 0)); in GetFileDataFromAshmem() local
/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
238 Buffer buffer; in HWTEST_F() local
284 void* buffer = nullptr; in HWTEST_F() local
305 void* buffer = nullptr; HWTEST_F() local
356 void* buffer = nullptr; HWTEST_F() local
388 void* buffer = nullptr; HWTEST_F() local
754 void* buffer = m_dataArry; HWTEST_F() local
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Dsnapshot.cpp134 unique_ptr<PixelMap> Snapshot::CreatePixelMap(const uint8_t* buffer, uint32_t bufferSize) in CreatePixelMap() argument
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/softbus_adapter/
H A Dsoftbus_transport_test.cpp247 std::shared_ptr<DSchedDataBuffer> buffer = std::make_shared<DSchedDataBuffer>(SIZE_1); in HWTEST_F() local
268 std::shared_ptr<DSchedDataBuffer> buffer = std::make_shared<DSchedDataBuffer>(SIZE_1); in HWTEST_F() local
383 std::shared_ptr<DSchedDataBuffer> buffer = std::make_shared<DSchedDataBuffer>(SIZE_1); in HWTEST_F() local
401 std::shared_ptr<DSchedDataBuffer> buffer = std::make_shared<DSchedDataBuffer>(SIZE_1); in HWTEST_F() local
420 std::shared_ptr<DSchedDataBuffer> buffer = HWTEST_F() local
454 std::shared_ptr<DSchedDataBuffer> buffer = std::make_shared<DSchedDataBuffer>(DSCHED_BUFFER_SIZE_100); HWTEST_F() local
472 std::shared_ptr<DSchedDataBuffer> buffer = std::make_shared<DSchedDataBuffer>(SIZE_1); HWTEST_F() local
493 std::shared_ptr<DSchedDataBuffer> buffer = std::make_shared<DSchedDataBuffer>(SIZE_1); HWTEST_F() local
563 uint8_t *buffer = new uint8_t[SIZE_50] {0}; HWTEST_F() local
[all...]
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/
H A Dengine_util.cpp64 int32_t EngineUtil::WriteAudio(const uint8_t *buffer, uint32_t size) in WriteAudio() argument
138 void EngineUtil::WriteBufferFromAshmem(uint8_t *&buffer, uint32_t size, sptr<OHOS::Ashmem> ashmem) in WriteBufferFromAshmem() argument
166 uint8_t *buffer = nullptr; ProcDspModel() local
[all...]
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Ddepthwise_conv2d_native_builder.cpp72 void* buffer = tensor->GetBuffer(); in SetActivation() local
112 void* buffer = tensor->GetBuffer(); in SetStrides() local
131 void* buffer = tensor->GetBuffer(); in SetDilation() local
153 void* buffer in SetPadModeOrPaddings() local
[all...]
/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
428 const uint8_t* buffer = static_cast<const uint8_t*>(m_buffer); in ConvertToLiteGraphTensor() local
H A Dnncompiled_cache.cpp390 unsigned short NNCompiledCache::GetCrc16(char* buffer, size_t length) const in GetCrc16() 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
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/
H A Dencrypt_decrypt.cpp43 uint8_t buffer[PC_ENCRYPT_LEN] = {0}; in GetAESIv() local
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime_utils.h177 auto buffer = std::make_unique<char[]>(len + 1); in ConvertFromJsValue() local
/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
306 std::unique_ptr<uint8_t[]> buffer = std::make_unique<uint8_t[]>(sendLen + offset); in ResponseFileDataRequest() local
349 SendData(const uint8_t *buffer, int length) SendData() argument
367 ReadFileDataByFd(int fd, int64_t start, int sendLen, uint8_t *buffer) ReadFileDataByFd() 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
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_wifi_display/services/mediaplayer/src/
H A Dvideo_play_controller.cpp323 sptr<SurfaceBuffer> buffer; in RenderInCopyMode() local
/foundation/ability/ability_runtime/frameworks/cj/ffi/
H A Dcj_application_context.cpp575 CApplicationInfo* buffer = static_cast<CApplicationInfo*>(malloc(sizeof(CApplicationInfo))); in FFICJApplicationInfo() local
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/
H A Dencrypt_decrypt.cpp43 uint8_t buffer[PC_ENCRYPT_LEN] = {0}; in GetAESIv() local
/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
/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params.h49 uint8_t *buffer = nullptr; member in OHOS::AAFwk::UnsupportedData
/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
299 std::unique_ptr<uint8_t[]> buffer = std::make_unique<uint8_t[]>(sendLen + offset); in ResponseFileDataRequest() local
338 SendData(const uint8_t *buffer, int length) SendData() argument
356 ReadFileDataByFd(int fd, int64_t start, int sendLen, uint8_t *buffer) ReadFileDataByFd() 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
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_wifi_display/services/protocol/rtp/src/
H A Drtp_codec_ts.cpp255 DataBuffer::Ptr buffer = std::make_shared<DataBuffer>(); in InputFrame() local
/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H A Dvideo_sink_decoder.cpp301 void VideoSinkDecoder::OnInputBufferAvailable(uint32_t index, std::shared_ptr<MediaAVCodec::AVSharedMemory> buffer) in OnInputBufferAvailable() argument
266 OnOutputBufferAvailable(uint32_t index, MediaAVCodec::AVCodecBufferInfo info, MediaAVCodec::AVCodecBufferFlag flag, std::shared_ptr<MediaAVCodec::AVSharedMemory> buffer) OnOutputBufferAvailable() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_pattern.cpp185 auto buffer = shaderInputBuffer->Map(fSize); in ShaderInputBufferToStr() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_foreach_ffi.cpp71 auto buffer = (char**)malloc(sizeof(const char*) * result.size()); in FfiOHOSAceFrameworkViewGetIdArray() local
[all...]

Completed in 19 milliseconds

1...<<51525354555657585960>>...207