Home
last modified time | relevance | path

Searched defs:seg (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/theme/wallpaper_mgr/utils/dfx/hidumper_adapter/
H A Dcommand.cpp41 for (const auto &seg : format_) { in GetFormat() local
/ohos5.0/base/time/time_service/services/dfx/src/
H A Dtime_cmd_parse.cpp52 for (auto &seg : format) { in GetFormat() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_mpd_downloader_unit_test.cpp123 std::shared_ptr<DashSegment> seg = nullptr; variable
140 std::shared_ptr<DashSegment> seg = nullptr; variable
149 std::shared_ptr<DashSegment> seg = nullptr; variable
/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dcommand.cpp47 for (const auto &seg : format) { in GetFormat() local
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dcommand.cpp48 for (auto &seg : format_) { in GetFormat() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_segmented_layout.cpp390 auto seg = info_->GetSegment(i); in MeasureOnJump() local
440 int32_t seg = info_->GetSegment(i); in MeasureToTarget() local
542 int32_t seg = info_->GetSegment(itemIdx); in SyncPreloadItem() local
H A Dwater_flow_layout_info.cpp124 auto seg = GetSegment(itemIndex); in GetMainHeight() local
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/audio/encoder/
H A Daudio_g711mu_encoder_plugin.cpp121 uint16_t seg; in G711MuLawEncode() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
H A Dwater_flow_layout_utils.cpp153 float WaterFlowLayoutUtils::GetUserDefHeight(const RefPtr<WaterFlowSections>& sections, int32_t seg in GetUserDefHeight()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/g711mu/
H A Daudio_g711mu_encoder_plugin.cpp129 uint16_t seg; in G711MuLawEncode() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_media_downloader.cpp165 std::shared_ptr<DashSegment> seg; in UpdateDownloadFinished() local
378 std::shared_ptr<DashSegment> seg = nullptr; in ReceiveMpdStreamInitEvent() local
396 … const std::shared_ptr<DashStreamDescription> &streamDesc, const std::shared_ptr<DashSegment> &seg) in OpenInitSegment()
H A Ddash_mpd_downloader.cpp224 …GetRet DashMpdDownloader::GetNextSegmentByStreamId(int streamId, std::shared_ptr<DashSegment> &seg) in GetNextSegmentByStreamId()
258 std::shared_ptr<DashSegment> &seg) in GetBreakPointSegment()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dref_uri.h355 inline bool RefUri::AddSegment(BASE_NS::string seg) in AddSegment()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbpf_def.h14 #define GET_IP_SEGMENT(ip, seg) (((ip) >> (((seg)-1) * 8)) & 0xFF) argument