Home
last modified time | relevance | path

Searched refs:propertyIndex (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_property_box.cpp54 if (assoc.propertyIndex > allProperties.size()) { in GetProperties()
58 if (assoc.propertyIndex > 0) { in GetProperties()
59 outProperties.push_back(allProperties[assoc.propertyIndex - 1]); in GetProperties()
76 if (assoc.propertyIndex > allProperties.size() || in GetProperty()
77 assoc.propertyIndex == 0) { in GetProperty()
81 const auto &property = allProperties[assoc.propertyIndex - 1]; in GetProperty()
110 association.propertyIndex = (index & 0x7fff); in ParseContent()
114 association.propertyIndex = (index & 0x7f); in ParseContent()
160 if (assoc.propertyIndex > 0x7F) { in InferFullBoxVersion()
188 (association.propertyIndex & 0x7FFF))); in Write()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_types.h143 JsiRef<JsiValue> GetProperty(int32_t propertyIndex) const;
203 JsiRef<JsiValue> GetProperty(int32_t propertyIndex) const;
204 bool HasProperty(int32_t propertyIndex) const;
209 T GetPropertyValue(int32_t propertyIndex, T defaultValue) const;
215 void SetProperty(int32_t propertyIndex, const T value) const;
H A Djsi_types.cpp195 JsiRef<JsiValue> JsiArray::GetProperty(int32_t propertyIndex) const in GetProperty()
198 auto stringRef = panda::ExternalStringCache::GetCachedString(vm, propertyIndex); in GetProperty()
291 JsiRef<JsiValue> JsiObject::GetProperty(int32_t propertyIndex) const in GetProperty()
294 auto str = panda::ExternalStringCache::GetCachedString(vm, propertyIndex); in GetProperty()
301 bool JsiObject::HasProperty(int32_t propertyIndex) const in HasProperty()
304 auto stringRef = panda::ExternalStringCache::GetCachedString(vm, propertyIndex); in HasProperty()
H A Djsi_types.inl172 void JsiObject::SetProperty(int32_t propertyIndex, T value) const argument
174 …cal<StringRef> stringRef = panda::ExternalStringCache::GetCachedString(GetEcmaVM(), propertyIndex);
200 T JsiObject::GetPropertyValue(int32_t propertyIndex, T defaultValue) const argument
206 Local<StringRef> stringRef = panda::ExternalStringCache::GetCachedString(vm, propertyIndex);
H A Djsi_declarative_engine.h211 static panda::Local<panda::StringRef> GetCachedString(const EcmaVM *vm, int32_t propertyIndex);
H A Djsi_declarative_engine.cpp2824 …::StringRef> JsiDeclarativeEngineInstance::GetCachedString(const EcmaVM *vm, int32_t propertyIndex) in GetCachedString() argument
2826 return panda::ExternalStringCache::GetCachedString(vm, propertyIndex); in GetCachedString()
/ohos5.0/docs/zh-cn/application-dev/media/media/
H A Dstreaming-media-playback-development-guide.md134 let propertyIndex: Object = arrList[i][media.MediaDescriptionKey.MD_KEY_TRACK_INDEX];
139 videoTrackIndex = parseInt(propertyIndex.toString()); // 获取1080p视频轨道索引
281 let propertyIndex: Object = arrList[i][media.MediaDescriptionKey.MD_KEY_TRACK_INDEX];
284 this.audioTrackList.push(parseInt(propertyIndex.toString())); // 获取音频轨道列表
286 this.videoTrackList.push(parseInt(propertyIndex.toString())); // 获取视频轨道列表
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dheif_parser_box_test.cpp100 .propertyIndex = 0,
113 rec.propertyIndex = 1;
139 .propertyIndex = 16,
185 .propertyIndex = 0x8F,
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Ditem_property_box.h25 uint16_t propertyIndex; member
/ohos5.0/docs/en/application-dev/media/media/
H A Dstreaming-media-playback-development-guide.md131 let propertyIndex: Object = arrList[i][media.MediaDescriptionKey.MD_KEY_TRACK_INDEX];
136 … videoTrackIndex = parseInt(propertyIndex.toString()); // Obtain the 1080p video track index.
271 let propertyIndex: Object = arrList[i][media.MediaDescriptionKey.MD_KEY_TRACK_INDEX];
274 … this.audioTrackList.push(parseInt(propertyIndex.toString())); // Obtain the audio track list.
276 … this.videoTrackList.push(parseInt(propertyIndex.toString())); // Obtain the video track list.
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/
H A Djs-apis-media.md2714 let propertyIndex: Object = info[i][media.MediaDescriptionKey.MD_KEY_TRACK_INDEX];
2716 console.info('track info: index=' + propertyIndex + ' tracktype=' + propertyType)
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/
H A Djs-apis-media.md2709 let propertyIndex: Object = info[i][media.MediaDescriptionKey.MD_KEY_TRACK_INDEX];
2711 console.info('track info: index=' + propertyIndex + ' tracktype=' + propertyType)