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

  /external/chromium_org/chromecast/media/cma/ipc/
media_message_fifo.cc 132 internal_wr_offset_ = current_wr_offset();
209 size_t wr_offset = current_wr_offset();
259 size_t wr_offset = current_wr_offset();
301 DCHECK_EQ(current_wr_offset(), internal_wr_offset());
355 size_t MediaMessageFifo::current_wr_offset() const { function in class:chromecast::media::MediaMessageFifo
media_message_fifo.h 122 size_t current_wr_offset() const;

Completed in 69 milliseconds