Home
last modified time | relevance | path

Searched refs:sourceTrackIndex (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsound_parser.cpp113 … for (int32_t sourceTrackIndex = 0; sourceTrackIndex < sourceTrackCountInfo; sourceTrackIndex++) { in DoDemuxer() local
115 ret = source_->GetTrackFormat(*trackFormat, sourceTrackIndex); in DoDemuxer()
122 demuxer_->SelectTrackByID(sourceTrackIndex); in DoDemuxer()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dmuxer_filter.cpp259 auto sourceTrackIndex = trackIndexMap_.at(videoCodecMimeType_); in OnLinked() local
260 meta->Set<Tag::TIMED_METADATA_SRC_TRACK>(sourceTrackIndex); in OnLinked()