Searched refs:getReadIndex (Results 1 – 14 of 14) sorted by relevance
329 assertThat(sampleQueue.getReadIndex()).isEqualTo(8); in readMultiWithSeek()336 assertThat(sampleQueue.getReadIndex()).isEqualTo(0); in readMultiWithSeek()568 assertThat(sampleQueue.getReadIndex()).isEqualTo(8); in seekAfterDiscard()575 assertThat(sampleQueue.getReadIndex()).isEqualTo(8); in seekAfterDiscard()662 assertThat(sampleQueue.getReadIndex()).isEqualTo(0); in seekToBeforeBuffer()672 assertThat(sampleQueue.getReadIndex()).isEqualTo(0); in seekToStartOfBuffer()682 assertThat(sampleQueue.getReadIndex()).isEqualTo(4); in seekToEndOfBuffer()692 assertThat(sampleQueue.getReadIndex()).isEqualTo(0); in seekToAfterBuffer()702 assertThat(sampleQueue.getReadIndex()).isEqualTo(4); in seekToAfterBufferAllowed()712 assertThat(sampleQueue.getReadIndex()).isEqualTo(4); in seekToEndAndBackToStart()[all …]
60 int32_t getReadIndex() { in getReadIndex() function135 int32_t indexFrame = getReadIndex(); in read()
55 uint32_t getReadIndex() const;
46 uint32_t FifoControllerBase::getReadIndex() const { in getReadIndex() function in oboe::FifoControllerBase
78 uint32_t readIndex = mFifo->getReadIndex(); // ranges 0 to capacity in read()
297 primarySampleQueue.getReadIndex(), /* minChunkIndex= */ 0); in seekToUs()637 if (primarySampleQueue.getReadIndex() > mediaChunk.getFirstSampleIndex(0)) { in haveReadFromMediaChunk()641 if (embeddedSampleQueues[i].getReadIndex() > mediaChunk.getFirstSampleIndex(i + 1)) { in haveReadFromMediaChunk()665 int readSampleIndex = primarySampleQueue.getReadIndex(); in maybeNotifyPrimaryTrackFormatChanged()
135 if (state.getReadBufferState() != GL_NONE && state.getReadIndex() == colorIndex) in updateColorRenderTarget()
635 if (mState.getReadIndex() >= mColorRenderTargets.size())654 return mColorRenderTargets[mState.getReadIndex()];659 if (mState.getReadIndex() >= mColorRenderTargets.size())672 const gl::FramebufferAttachment *attachment = mState.getColorAttachment(mState.getReadIndex());
72 uint32_t getReadIndex() const;
453 uint32_t FramebufferState::getReadIndex() const in getReadIndex() function in gl::FramebufferState469 uint32_t readIndex = getReadIndex(); in getReadAttachment()2375 size_t readIndex = mState.getReadIndex(); in ensureReadAttachmentsInitialized()
226 public final int getReadIndex() { in getReadIndex() method in SampleQueue
290 && sampleQueue.getReadIndex() != 0; in selectTracks()
374 && sampleQueue.getReadIndex() != 0; in selectTracks()
1392 uint32_t readColorIndexGL = srcFramebuffer->getState().getReadIndex(); in resolveColorWithSubpass()