/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/ |
H A D | dash_adpt_set_manager.cpp | 248 for (auto representation : adptSetInfo_->representationList_) { in IsOnDemand() local 249 if (representation->representationSegList_ != nullptr) { in IsOnDemand() 253 if (representation->representationSegTmplt_ != nullptr) { in IsOnDemand() 257 if (representation->representationSegBase_ != nullptr && in IsOnDemand() 258 representation->representationSegBase_->indexRange_.size() > 0) { in IsOnDemand()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/ |
H A D | dash_representation_manager.h | 28 explicit DashRepresentationManager(DashRepresentationInfo *representation); 33 void SetRepresentationInfo(DashRepresentationInfo *representation);
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/ |
H A D | mod.rs | 49 mod representation; module
|
H A D | encoder.rs | 14 use crate::h2::hpack::representation::{ReprEncStateHolder, ReprEncodeState, ReprEncoder};
|
H A D | decoder.rs | 17 use crate::h2::hpack::representation::{
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | js-framework-multiple-languages.md | 25 …r details about the value range, refer to **ISO 639** (codes for the representation of names of la… 26 …details about the value range, refer to **ISO 15924** (codes for the representation of names of sc… 27 …etails about the value range, refer to **ISO 3166-1** (codes for the representation of names of co…
|
H A D | arkts-common-events-drag-event.md | 8 * Drag preview (background): a visual representation of the data being dragged. You can set it by u… 65 …n image displayed during the drag and drop operation. It is a visual representation of the drag da…
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-jsvm-about-bigint.md | 24 …ords | Obtains the underlying data (word representation) of a given JS BigInt object. The word re… 32 …n the underlying data of a given JS BigInt object, that is, the word representation of BigInt data.
|
H A D | use-napi-about-class.md | 12 …e structure and behavior of an object, and an instance is a specific representation of a class. In…
|
H A D | use-jsvm-about-class.md | 12 …e structure and behavior of an object, and an instance is a specific representation of a class. In…
|
/ohos5.0/foundation/ai/neural_network_runtime/ |
H A D | README.md | 9 NNRt and MindSpore Lite use MindIR unified intermediate representation to reduce unnecessary model …
|
/ohos5.0/drivers/interface/nnrt/v2_1/ |
H A D | NnrtTypes.idl | 179 …for transforming a real number from a floating-point representation to a fixed-point representatio… 183 …a for transforming a real number from a fixed-point representation to a floating-point representat…
|
/ohos5.0/docs/en/readme/ |
H A D | ARK-Runtime-Subsystem.md | 55 …The ECMAScript specification does not include concurrency semantic representation. Engines in the …
|
/ohos5.0/docs/en/application-dev/displaymanager/ |
H A D | virtualScreen-guideline.md | 5 A virtual screen serves as a conceptual representation in the system. It allows an application to c…
|
/ohos5.0/docs/en/release-notes/changelogs/v4.0-beta1/ |
H A D | changelogs-arkcompiler.md | 95 1. The symbol representation is changed. In the new version, consecutive greater signs (>) are repr…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.7.3/ |
H A D | changelog-arkcompiler.md | 95 1. The symbol representation is changed. In the new version, consecutive greater signs (>) are repr…
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/ |
H A D | decoder.rs | 18 use crate::h2::hpack::representation::{Name, PrefixBit, Representation};
|
H A D | encoder.rs | 18 use crate::h2::hpack::representation::PrefixIndexMask;
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | resource-categories-and-access.md | 78 … [ISO 639](https://www.iso.org/iso-639-language-code) (codes for the representation of names of la… 79 … [ISO 15924](https://www.iso.org/standard/81905.html) (codes for the representation of names of sc… 80 …6-1](https://www.iso.org/iso-3166-country-codes.html) (codes for the representation of names of co…
|
H A D | introduction-to-arkts.md | 284 | `a << b` | Shift left: shifts the binary representation of *a* to the left by *b* bits. … 285 | `a >> b` | Arithmetic right shift: shifts the binary representation of *a* to the right by *b* … 286 | `a >>> b` | Logical right shift: shifts the binary representation of *a* to the right by *b* bit…
|
H A D | arkts-state-management-overview.md | 24 - View (UI): UI rendering, which is visual representation of the UI description in the **build** me…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-util.md | 1738 Obtains the string representation of this **RationalNumber** object. 1943 Obtains the string representation of this cache. 1953 | string | String representation of this cache.| 2681 Obtains a string representation that contains this **Scope**. 2691 | string | String representation containing the **Scope**.| 5155 Obtains the string representation of this cache. 5167 | string | String representation of this cache.| 5779 Obtains a string representation that contains this **Scope**. 5791 | string | String representation containing the **Scope**.|
|
/ohos5.0/docs/en/application-dev/database/ |
H A D | data-persistence-by-rdb-store.md | 11 - **Predicates**: a representation of the property or feature of a data entity, or the relationship…
|
H A D | native-relational-store-guidelines.md | 11 - **Predicates**: a representation of the property or feature of a data entity, or the relationship…
|
/ohos5.0/commonlibrary/ets_utils/ |
H A D | README.en.md | 602 | toString(): string | Obtains the string representation of this **RationalNumber** object.| 605 | toString(): string | Obtains the string representation of this **LruBuffer** object. | 626 | toString(): string | Obtains a string representation that contains this **Scope**.| 690 | %O: | Object. A string representation of an object with a common JavaScript object format. It…
|