| /foundation/arkui/ace_engine/frameworks/core/components/track/ |
| H A D | rosen_render_scale_ring_track.cpp | 31 void DrawScaleArc(RenderContext& context, const RenderRingInfo& trackInfo) in DrawScaleArc() argument [all...] |
| H A D | rosen_render_circular_track.cpp | 37 void DrawArc(RenderContext& context, const RenderRingInfo& trackInfo) in DrawArc() argument [all...] |
| H A D | rosen_render_arc_track.cpp | 52 void DrawGauge(RenderContext& context, const RenderRingInfo& trackInfo) in DrawGauge() argument 100 SetTextStyle(SkCanvas* canvas, const RenderRingInfo& trackInfo, const std::string& markedText, const Color markedColor, const Rect dataRegion) SetTextStyle() argument 155 DrawIndicator(RenderContext& context, const RenderRingInfo& trackInfo, const std::string& markedText, const Color markedColor, const Rect dataRegion) DrawIndicator() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| H A D | js_shared_array.h | 61 auto trackInfo = GetTrackInfo(); in GetHintLength() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_array.h | 65 auto trackInfo = GetTrackInfo(); in GetHintLength() local
|
| H A D | js_object.cpp | 101 auto trackInfo = JSHandle<JSArray>(obj)->GetTrackInfo(); in GrowElementsCapacity() local
|
| /foundation/multimedia/player_framework/services/engine/histreamer/player/ |
| H A D | seek_agent.cpp | 117 auto trackInfo = demuxer_->GetStreamMetaInfo();
in GetAllTrackInfo() local
|
| H A D | hiplayer_impl.cpp | 1151 std::vector<Format> trackInfo; in NeedSeekClosest() local 1449 auto trackInfo = metaInfo[trackIndex]; InitAudioDefaultTrackIndex() local 1471 auto trackInfo = metaInfo[trackIndex]; InitVideoDefaultTrackIndex() local 1493 auto trackInfo = metaInfo[trackIndex]; InitSubtitleDefaultTrackIndex() local 1735 auto trackInfo = metaInfo[trackIndex]; GetVideoTrackInfo() local 1778 GetSarVideoWidth(std::shared_ptr<Meta> trackInfo) GetSarVideoWidth() argument 1790 GetSarVideoHeight(std::shared_ptr<Meta> trackInfo) GetSarVideoHeight() argument 1824 auto trackInfo = metaInfo[trackIndex]; GetAudioTrackInfo() local 1869 auto trackInfo = metaInfo[trackIndex]; GetSubtitleTrackInfo() local 2569 std::vector<Format> trackInfo; NotifyUpdateTrackInfo() local 2575 body.PutFormatVector(std::string(PlayerKeys::PLAYER_TRACK_INFO), trackInfo); NotifyUpdateTrackInfo() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| H A D | value_serializer.cpp | 190 JSTaggedValue trackInfo; in SerializeObjectImpl() local
|
| /foundation/multimedia/player_framework/test/unittest/hiplayer_impl_test/ |
| H A D | hiplayer_impl_unit_test.cpp | 820 std::shared_ptr<Meta> trackInfo = std::make_shared<Meta>();
in HWTEST_F() local 829 std::shared_ptr<Meta> trackInfo = std::make_shared<Meta>();
in HWTEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | parallel_evacuator.cpp | 62 auto trackInfo = trackInfoVal.GetWeakReferentUnChecked(); in UpdateTrackInfo() local
|
| /foundation/multimedia/player_framework/services/services/player/ipc/ |
| H A D | player_service_proxy.cpp | 480 Format trackInfo; in GetVideoTrackInfo() local 520 Format trackInfo; in GetAudioTrackInfo() local 543 Format trackInfo; in GetSubtitleTrackInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| H A D | jit_profiler.cpp | 424 TrackInfo *trackInfo = TrackInfo::Cast(slotValue.GetTaggedObject()); in ConvertCreateObject() local
|
| /foundation/multimedia/player_framework/frameworks/js/avplayer/ |
| H A D | avplayer_callback.cpp | 629 std::vector<Format> trackInfo; member 1386 std::vector<Format> trackInfo; in OnTrackInfoUpdate() local 1387 (void)infoBody.GetFormatVector(std::string(PlayerKeys::PLAYER_TRACK_INFO), trackInfo); in OnTrackInfoUpdate() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler.cpp | 248 auto trackInfo = TrackInfo::Cast(trackInfoVal.GetWeakReferentUnChecked()); in UpdateTrackElementsKind() local 272 auto trackInfo = TrackInfo::Cast(trackInfoVal.GetWeakReferentUnChecked()); in UpdateTrackArrayLength() local 287 auto trackInfo in UpdateTrackSpaceFlag() local 298 auto trackInfo = TrackInfo::Cast(trackInfoVal.GetTaggedObject()); UpdateTrackInfo() local 1415 TrackInfo *trackInfo = TrackInfo::Cast(slotValue.GetTaggedObject()); DumpCreateObject() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | new_object_stub_builder.cpp | 1386 Store(VariableType::JS_POINTER(), glue_, result->ReadVariable(), trackInfoOffset, trackInfo);
in NewJSArrayLiteral() local 1903 GateRef NewObjectStubBuilder::CreateEmptyArrayCommon(GateRef glue, GateRef hclass, GateRef trackInfo)
in CreateEmptyArrayCommon() argument 1353 NewJSArrayLiteral(Variable *result, Label *exit, RegionSpaceFlag spaceType, GateRef obj, GateRef hclass, GateRef trackInfo, bool isEmptyArray) NewJSArrayLiteral() argument [all...] |
| H A D | stub_builder-inl.h | 2264 inline void StubBuilder::SetElementsKindToTrackInfo(GateRef glue, GateRef trackInfo, GateRef elementsKind) in SetElementsKindToTrackInfo() argument 2271 Store(VariableType::INT32(), glue, trackInfo, IntPtr(TrackInfo::BIT_FIELD_OFFSET), newBitfield); in SetElementsKindToTrackInfo() local 2274 inline void StubBuilder::SetSpaceFlagToTrackInfo(GateRef glue, GateRef trackInfo, GateRef spaceFlag) in SetSpaceFlagToTrackInfo() argument 2281 Store(VariableType::INT32(), glue, trackInfo, IntPtr(TrackInfo::BIT_FIELD_OFFSET), newBitfield); in SetSpaceFlagToTrackInfo() local
|