HomeSort by relevance Sort by last modified time
    Searched refs:current_gap_status_ (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libaah_rtp/
aah_rx_player_core.cpp 128 current_gap_status_ = kGS_NoGap;
687 // 4) If the are no more gaps in the ring, clear the current_gap_status_
699 send_retransmit_request = (kGS_NoGap == current_gap_status_) ||
707 (kGS_NoGap != current_gap_status_) &&
719 current_gap_status_ = kGS_NoGap;
730 current_gap_status_ = kGS_NoGap;
737 if ((kGS_FastStartGap == current_gap_status_) &&
741 current_gap_status_ = kGS_NoGap;
781 current_gap_status_ = gap_status;
783 ((kGS_FastStartGap == current_gap_status_)
    [all...]
aah_rx_player.h 289 GapStatus current_gap_status_; member in class:android::AAH_RXPlayer

Completed in 17 milliseconds