Home | History | Annotate | Download | only in src

Lines Matching refs:trackId

7013             int32 trackId = -1;
7017 trackId = curtrack->getTrackID();
7052 if (checkcodec != PVMFSuccess && trackId >= 0)
7054 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "PVPlayerEngine::DoTrackSelection() Bad track config for TrackId=%d", trackId));
7055 SendInformationalEvent(PVMFInfoTrackDisable, NULL, (OsclAny*)trackId, NULL, 0);
7067 // check which track is selected by comparing the TrackId
7068 int32 trackId = curtrack->getTrackID();
7069 if (trackId == iTrackSelectionList[k].iTsTrackID)
7120 // The trackId of the track does not match with the track in the List, check the next track.