Home
last modified time | relevance | path

Searched refs:audioTrackIds (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dseek_agent.cpp116 Status SeekAgent::GetAllTrackInfo(uint32_t &videoTrackId, std::vector<uint32_t> &audioTrackIds) in GetAllTrackInfo() argument
129 audioTrackIds.push_back(index); in GetAllTrackInfo()
162 std::vector<uint32_t> audioTrackIds; in SetBufferFilledListener() local
163 GetAllTrackInfo(videoTrackId, audioTrackIds); in SetBufferFilledListener()
171 … if (std::find(audioTrackIds.begin(), audioTrackIds.end(), it->first) != audioTrackIds.end()) { in SetBufferFilledListener()
H A Dseek_agent.h47 Status GetAllTrackInfo(uint32_t &videoTrackId, std::vector<uint32_t> &audioTrackIds);
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H A Dplayer_unit_test.cpp1332 std::vector<int32_t> audioTrackIds; variable
1344 audioTrackIds.push_back(trackIndex);
1346 for (int32_t trackIndex: audioTrackIds) {
1392 std::vector<int32_t> audioTrackIds; variable