Home
last modified time | relevance | path

Searched refs:inputBufferPool (Results 1 – 4 of 4) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/
DSampleChunk.java98 InputBufferPool inputBufferPool, in createSampleChunk() argument
103 inputBufferPool, in createSampleChunk()
122 InputBufferPool inputBufferPool, in loadSampleChunkFromFile() argument
130 new SampleChunk(inputBufferPool, file, startPositionUs, chunkCallback); in loadSampleChunkFromFile()
286 InputBufferPool inputBufferPool, in SampleChunk() argument
293 mInputBufferPool = inputBufferPool; in SampleChunk()
300 InputBufferPool inputBufferPool, in SampleChunk() argument
306 mInputBufferPool = inputBufferPool; in SampleChunk()
DSampleQueue.java30 public SampleQueue(InputBufferPool inputBufferPool) { in SampleQueue() argument
31 mInputBufferPool = inputBufferPool; in SampleQueue()
DBufferManager.java389 InputBufferPool inputBufferPool, in createNewWriteFileIfNeeded() argument
408 inputBufferPool, file, positionUs, mChunkCallback); in createNewWriteFileIfNeeded()
431 public void loadTrackFromStorage(String trackId, InputBufferPool inputBufferPool) in loadTrackFromStorage() argument
449 inputBufferPool, in loadTrackFromStorage()
DSampleChunkIoHelper.java131 InputBufferPool inputBufferPool, in create() argument
151 InputBufferPool inputBufferPool, in SampleChunkIoHelper() argument
158 mInputBufferPool = inputBufferPool; in SampleChunkIoHelper()