Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/
H A Dinner_demuxer_sample.cpp106 while (!isAudioEosFlagForSave && !isVideoEosFlagForSave) { in ReadSampleAndSave()
121 isAudioEosFlagForSave = true; in CheckLoopForSave()
128 isAudioEosFlagForSave = true; in CheckLoopForSave()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/include/
H A Dinner_demuxer_sample.h75 bool isAudioEosFlagForSave = false; variable