Home
last modified time | relevance | path

Searched refs:TrackInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/include/
H A Devent_tracker.h33 struct TrackInfo { struct
105 const std::vector<TrackInfo>& GetRecordInfos() in GetRecordInfos()
118 std::vector<TrackInfo> recordInfos_;
119 std::list<TrackInfo> recordBoundsInfos_;
120 std::vector<TrackInfo> allRecordInfos_;
/ohos5.0/foundation/multimedia/media_foundation/engine/include/pipeline/filters/muxer/
H A Dmuxer_filter.h58 struct TrackInfo { struct
76 std::vector<TrackInfo> trackInfos_ {}; argument
/ohos5.0/drivers/peripheral/format/interfaces/include/
H A Dformat_type.h326 } TrackInfo; typedef
338 TrackInfo *track; /**< Pointer to the array of current program information */
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/muxer/
H A Dmuxer_filter.cpp142 trackInfos_.emplace_back(TrackInfo{static_cast<int32_t>(trackId), metaPair.first, false}); in AddTrackThenConfigure()