Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/InnerAPI/
H A Dvideodec_ndk_inner_sample.cpp38 constexpr uint32_t EOS_COUNT = 10; variable
354 if (BEFORE_EOS_INPUT && frameCount > EOS_COUNT) { in ReadData()
359 if (BEFORE_EOS_INPUT_INPUT && frameCount > EOS_COUNT) { in ReadData()
539 if (frameCount % (EOS_COUNT >> 1) == 0) { in InputFunc()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_ndk_sample.cpp38 constexpr uint32_t EOS_COUNT = 10; variable
510 if (BEFORE_EOS_INPUT && frameCount_ > EOS_COUNT) { in ReadData()
514 if (BEFORE_EOS_INPUT_INPUT && frameCount_ > EOS_COUNT) { in ReadData()
582 if (frameCount_ % (EOS_COUNT >> 1) == 0) { in InputFunc_AVCC()