Home
last modified time | relevance | path

Searched defs:buffer (Results 1526 - 1550 of 5368) sorted by relevance

1...<<61626364656667686970>>...215

/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...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dmodel_view_impl.cpp143 void ModelViewImpl::AddShaderInputBuffer(const RefPtr<OHOS::Render3D::ShaderInputBuffer>& buffer) {} in AddShaderInputBuffer() argument
/foundation/arkui/ace_engine/frameworks/core/common/interaction/
H A Dinteraction_data.h46 std::vector<uint8_t> buffer; member
/foundation/arkui/ace_engine/frameworks/base/json/
H A Duobject.cpp155 void UObject::Serialize(char* buffer, int32_t bufferLen) in Serialize() argument
189 void UObject::Deserialize(const char* buffer, int32_t bufferLen) in Deserialize() argument
/foundation/arkui/ace_engine/test/unittest/adapter/ohos/capability/
H A Dhtml_convert_test.cpp191 std::vector<uint8_t> buffer; in HWTEST_F() local
217 std::vector<uint8_t> buffer; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/model/
H A Dmodel_test_ng.cpp140 std::shared_ptr<OHOS::Render3D::ShaderInputBuffer> buffer = nullptr; in HWTEST_F() local
199 std::shared_ptr<OHOS::Render3D::ShaderInputBuffer> buffer = nullptr; in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_node_napi.cpp207 OH_ArkUI_GetNavigationId( ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) OH_ArkUI_GetNavigationId() argument
222 OH_ArkUI_GetNavDestinationName( ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) OH_ArkUI_GetNavDestinationName() argument
250 OH_ArkUI_GetNavDestinationNameByIndex( ArkUI_NodeHandle node, int32_t index, char* buffer, int32_t bufferSize, int32_t* writeLength) OH_ArkUI_GetNavDestinationNameByIndex() argument
265 OH_ArkUI_GetNavDestinationId( ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) OH_ArkUI_GetNavDestinationId() argument
341 OH_ArkUI_GetRouterPageName( ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) OH_ArkUI_GetRouterPageName() argument
356 OH_ArkUI_GetRouterPagePath( ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) OH_ArkUI_GetRouterPagePath() argument
388 OH_ArkUI_GetRouterPageId( ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) OH_ArkUI_GetRouterPageId() argument
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_internal.cpp106 ZipBuffer *buffer = static_cast<ZipBuffer *>(opaque); in OpenZipBuffer() local
118 ZipBuffer *buffer = static_cast<ZipBuffer *>(opaque); in ReadZipBuffer() local
150 ZipBuffer *buffer = static_cast<ZipBuffer *>(opaque); GetOffsetOfZipBuffer() local
160 ZipBuffer *buffer = static_cast<ZipBuffer *>(opaque); SeekZipBuffer() local
233 ZipBuffer *buffer = static_cast<ZipBuffer *>(malloc(sizeof(ZipBuffer))); PrepareMemoryForUnzipping() local
[all...]

Completed in 18 milliseconds

1...<<61626364656667686970>>...215