Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/
H A Dinner_demuxer_sample.cpp155 indexForPts = 0; in CheckPtsFromIndex()
183 …retForPts = demuxer_->GetRelativePresentationTimeUsByIndex(trackIndex, indexForPts, presentationTi… in CheckLoopForPtsFromIndex()
192 indexForPts ++; in CheckLoopForPtsFromIndex()
196 …retForPts = demuxer_->GetRelativePresentationTimeUsByIndex(trackIndex, indexForPts, presentationTi… in CheckLoopForPtsFromIndex()
205 indexForPts ++; in CheckLoopForPtsFromIndex()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/include/
H A Dinner_demuxer_sample.h79 uint32_t indexForPts = 0; variable