Searched refs:isAboutToUnderflow (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libaah_rtp/
H A Daah_decoder_pump.h46 bool isAboutToUnderflow(int64_t threshold);
H A Daah_rx_player_substream.cpp635 bool AAH_RXPlayer::Substream::isAboutToUnderflow() { function in class:android::AAH_RXPlayer::Substream
640 return decoder_->isAboutToUnderflow(kAboutToUnderflowThreshold);
H A Daah_rx_player.h214 bool isAboutToUnderflow();
H A Daah_decoder_pump.cpp223 // isAboutToUnderflow is something of a hack used to figure out when it might be
251 bool AAH_DecoderPump::isAboutToUnderflow(int64_t threshold) { function in class:android::AAH_DecoderPump
H A Daah_rx_player_core.cpp715 if (substreams_.valueAt(i)->isAboutToUnderflow()) {

Completed in 49 milliseconds