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

  /frameworks/av/media/libaah_rtp/
aah_rx_player_ring_buffer.cpp 79 rd_seq_ = seq;
115 uint16_t norm_seq = seq - rd_seq_;
120 " seq = %hu", capacity_, rd_seq_, norm_wr_seq + rd_seq_, seq);
163 + (rd_seq_ - seq);
171 ring_pos = (rd_ + capacity_ + seq - rd_seq_) % capacity_;
172 rd_seq_ = seq;
191 rd_seq_ + norm_wr_seq,
192 rd_seq_ + norm_wr_seq + gap_len - 1);
234 ++rd_seq_;
    [all...]
aah_rx_player.h 190 uint16_t rd_seq_; member in class:android::AAH_RXPlayer::RXRingBuffer

Completed in 383 milliseconds