Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/
H A Dinner_demuxer_sample.cpp152 if (retForPts == num) { in CheckPtsFromIndex()
158 cout << "CheckPtsFromIndex ret:" << retForPts << endl; in CheckPtsFromIndex()
159 return retForPts; in CheckPtsFromIndex()
183retForPts = 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()
196retForPts = demuxer_->GetRelativePresentationTimeUsByIndex(trackIndex, indexForPts, presentationTi… in CheckLoopForPtsFromIndex()
197 if (retForPts != 0) { in CheckLoopForPtsFromIndex()
198 cout << "GetRelativePresentationTimeUsByIndex fail ret:" << retForPts << endl; in CheckLoopForPtsFromIndex()
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/include/
H A Dinner_demuxer_sample.h78 int32_t retForPts; variable