Searched refs:retForPts (Results 1 – 2 of 2) sorted by relevance
152 if (retForPts == num) { in CheckPtsFromIndex()158 cout << "CheckPtsFromIndex ret:" << retForPts << endl; in CheckPtsFromIndex()159 return retForPts; in CheckPtsFromIndex()183 …retForPts = demuxer_->GetRelativePresentationTimeUsByIndex(trackIndex, indexForPts, presentationTi… in CheckLoopForPtsFromIndex()184 if (retForPts != 0) { in CheckLoopForPtsFromIndex()185 cout << "GetRelativePresentationTimeUsByIndex fail ret:" << retForPts << endl; in CheckLoopForPtsFromIndex()189 retForPts = num; in CheckLoopForPtsFromIndex()196 …retForPts = demuxer_->GetRelativePresentationTimeUsByIndex(trackIndex, indexForPts, presentationTi… in CheckLoopForPtsFromIndex()197 if (retForPts != 0) { in CheckLoopForPtsFromIndex()198 cout << "GetRelativePresentationTimeUsByIndex fail ret:" << retForPts << endl; in CheckLoopForPtsFromIndex()[all …]
78 int32_t retForPts; variable