Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/
H A Dinner_demuxer_sample.cpp166 if (retForIndex == num) { in CheckIndexFromPts()
174 return retForIndex; in CheckIndexFromPts()
226 if (retForIndex != 0) { in GetIndexByPtsForVideo()
231 if (retForIndex != 0) { in GetIndexByPtsForVideo()
247 if (retForIndex != 0) { in GetIndexByPtsForAudio()
252 if (retForIndex != 0) { in GetIndexByPtsForAudio()
319 retForIndex = num; in CheckIndex()
324 retForIndex = num; in CheckIndex()
329 retForIndex = num; in CheckIndex()
335 retForIndex = num; in CheckIndex()
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/include/
H A Dinner_demuxer_sample.h77 int32_t retForIndex; variable