| /external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/ | 
| D | OboeAudioStream.java | 27     int streamIndex = INVALID_STREAM_INDEX;  field in OboeAudioStream129     public native void close(int streamIndex);  in close()
 135     private native int getBufferCapacityInFrames(int streamIndex);  in getBufferCapacityInFrames()
 141     private native int getBufferSizeInFrames(int streamIndex);  in getBufferSizeInFrames()
 152     private native int setBufferSizeInFrames(int streamIndex, int thresholdFrames);  in setBufferSizeInFrames()
 157     private native int getNativeApi(int streamIndex);  in getNativeApi()
 163     private native int getFramesPerBurst(int streamIndex);  in getFramesPerBurst()
 168     private native int getSharingMode(int streamIndex);  in getSharingMode()
 173     private native int getPerformanceMode(int streamIndex);  in getPerformanceMode()
 178     private native int getInputPreset(int streamIndex);  in getInputPreset()
 [all …]
 
 | 
| /external/oboe/apps/OboeTester/app/src/main/cpp/ | 
| D | jni-bridge.cpp | 182 Java_com_mobileer_oboetester_OboeAudioStream_close(JNIEnv *env, jobject, jint streamIndex) {  in Java_com_mobileer_oboetester_OboeAudioStream_close()188         JNIEnv *env, jobject, jint streamIndex, jint threshold) {  in Java_com_mobileer_oboetester_OboeAudioStream_setBufferSizeInFrames()
 201         JNIEnv *env, jobject, jint streamIndex) {  in Java_com_mobileer_oboetester_OboeAudioStream_getBufferSizeInFrames()
 212         JNIEnv *env, jobject, jint streamIndex) {  in Java_com_mobileer_oboetester_OboeAudioStream_getBufferCapacityInFrames()
 236         JNIEnv *env, jobject, jint streamIndex) {  in Java_com_mobileer_oboetester_OboeAudioStream_getNativeApi()
 249         JNIEnv *env, jobject, jint streamIndex) {  in Java_com_mobileer_oboetester_OboeAudioStream_getSampleRate()
 260         JNIEnv *env, jobject, jint streamIndex) {  in Java_com_mobileer_oboetester_OboeAudioStream_getSharingMode()
 271         JNIEnv *env, jobject, jint streamIndex) {  in Java_com_mobileer_oboetester_OboeAudioStream_getPerformanceMode()
 282         JNIEnv *env, jobject, jint streamIndex) {  in Java_com_mobileer_oboetester_OboeAudioStream_getInputPreset()
 293         JNIEnv *env, jobject, jint streamIndex) {  in Java_com_mobileer_oboetester_OboeAudioStream_getFramesPerBurst()
 [all …]
 
 | 
| D | NativeAudioContext.cpp | 93 void ActivityContext::freeStreamIndex(int32_t streamIndex) {  in freeStreamIndex()102 void ActivityContext::close(int32_t streamIndex) {  in close()
 112 bool ActivityContext::isMMapUsed(int32_t streamIndex) {  in isMMapUsed()
 175     int32_t streamIndex = allocateStreamIndex();  in open()  local
 323 double ActivityContext::getTimestampLatency(int32_t streamIndex) {  in getTimestampLatency()
 333 void ActivityTestOutput::close(int32_t streamIndex) {  in close()
 723 void ActivityTestDisconnect::close(int32_t streamIndex) {  in close()
 
 | 
| D | NativeAudioContext.h | 85     std::shared_ptr<oboe::AudioStream> getStream(int32_t streamIndex) {  in getStream()
 | 
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/offline/ | 
| D | StreamKey.java | 43   public final int streamIndex;  field in StreamKey56   public StreamKey(int groupIndex, int streamIndex) {  in StreamKey()
 68   public StreamKey(int periodIndex, int groupIndex, int streamIndex) {  in StreamKey()
 
 | 
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/offline/ | 
| D | StreamKey.java | 43   public final int streamIndex;  field in StreamKey54   public StreamKey(int groupIndex, int streamIndex) {  in StreamKey()
 66   public StreamKey(int periodIndex, int groupIndex, int streamIndex) {  in StreamKey()
 
 | 
| /external/lzma/CPP/7zip/Compress/ | 
| D | Bcj2Coder.cpp | 65 STDMETHODIMP CEncoder::SetOutBufSize(UInt32 streamIndex, UInt32 size) { _bufsNewSizes[streamIndex] …  in SetOutBufSize()324 STDMETHODIMP CDecoder::SetInBufSize(UInt32 streamIndex, UInt32 size) { _bufsNewSizes[streamIndex] =…  in SetInBufSize()
 515 STDMETHODIMP CDecoder::SetInStream2(UInt32 streamIndex, ISequentialInStream *inStream)  in SetInStream2()
 521 STDMETHODIMP CDecoder::ReleaseInStream2(UInt32 streamIndex)  in ReleaseInStream2()
 659 STDMETHODIMP CDecoder::GetInStreamProcessedSize2(UInt32 streamIndex, UInt64 *value)  in GetInStreamProcessedSize2()
 
 | 
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/source/ads/ | 
| D | ServerSideAdInsertionMediaSource.java | 850         int streamIndex,  in readData()878     public int skipData(MediaPeriodImpl mediaPeriod, int streamIndex, long positionUs) {  in skipData()
 884     public boolean isReady(int streamIndex) {  in isReady()
 888     public void maybeThrowError(int streamIndex) throws IOException {  in maybeThrowError()
 894       int streamIndex = findMatchingStreamIndex(mediaLoadData);  in onDownstreamFormatChanged()  local
 976     private void maybeNotifyDownstreamFormatChanged(MediaPeriodImpl mediaPeriod, int streamIndex) {  in maybeNotifyDownstreamFormatChanged()
 1174     private final int streamIndex;  field in ServerSideAdInsertionMediaSource.SampleStreamImpl
 1176     public SampleStreamImpl(MediaPeriodImpl mediaPeriod, int streamIndex) {  in SampleStreamImpl()
 
 | 
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/source/ads/ | 
| D | ServerSideAdInsertionMediaSource.java | 854         int streamIndex,  in readData()882     public int skipData(MediaPeriodImpl mediaPeriod, int streamIndex, long positionUs) {  in skipData()
 888     public boolean isReady(int streamIndex) {  in isReady()
 892     public void maybeThrowError(int streamIndex) throws IOException {  in maybeThrowError()
 898       int streamIndex = findMatchingStreamIndex(mediaLoadData);  in onDownstreamFormatChanged()  local
 980     private void maybeNotifyDownstreamFormatChanged(MediaPeriodImpl mediaPeriod, int streamIndex) {  in maybeNotifyDownstreamFormatChanged()
 1190     private final int streamIndex;  field in ServerSideAdInsertionMediaSource.SampleStreamImpl
 1192     public SampleStreamImpl(MediaPeriodImpl mediaPeriod, int streamIndex) {  in SampleStreamImpl()
 
 | 
| /external/lzma/CPP/7zip/Archive/Common/ | 
| D | CoderMixer2.h | 156     UInt32 streamIndex = 0;  in GetStream_for_Coder()  local232   int FindBond_for_Stream(bool forInputStream, UInt32 streamIndex) const  in FindBond_for_Stream()
 
 | 
| D | CoderMixer2.cpp | 265 bool CMixer::Is_PackSize_Correct_for_Stream(UInt32 streamIndex)  in Is_PackSize_Correct_for_Stream()597 HRESULT CMixerST::FinishStream(UInt32 streamIndex)  in FinishStream()
 
 | 
| /external/oboe/samples/RhythmGame/src/main/cpp/audio/ | 
| D | FFMpegExtractor.cpp | 109     int streamIndex = av_find_best_stream(avFormatContext, AVMEDIA_TYPE_AUDIO, -1, -1, nullptr, 0);  in getBestAudioStream()  local
 | 
| /external/angle/src/libANGLE/renderer/d3d/d3d9/ | 
| D | SwapChain9.cpp | 316     for (UINT streamIndex = 0; streamIndex < gl::MAX_VERTEX_ATTRIBS; streamIndex++)  in swapRect()  local
 | 
| /external/aac/libAACdec/src/ | 
| D | aacdecoder.cpp | 1450                                     UINT flags, UINT *elFlags, int streamIndex,  in CAacDecoder_AcceptFlags()1551   const int streamIndex = 0;  in CAacDecoder_Init()  local
 2491   const int streamIndex = 0; /* index of the current substream */  in CAacDecoder_DecodeFrame()  local
 
 | 
| /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ | 
| D | TreeWizard.cs | 554         protected void fillReverseIndex( object node, int streamIndex )  in fillReverseIndex()
 | 
| /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ | 
| D | api.cpp | 600 void SwrSetSoFunc(HANDLE hContext, PFN_SO_FUNC pfnSoFunc, uint32_t streamIndex)  in SwrSetSoFunc()
 | 
| D | frontend.cpp | 510     DRAW_CONTEXT* pDC, PA_STATE& pa, uint32_t workerId, uint32_t* pPrimData, uint32_t streamIndex)  in StreamOut()
 | 
| /external/mesa3d/src/gallium/drivers/svga/ | 
| D | svga_tgsi_vgpu10.c | 6530       unsigned streamIndex = find_stream_index(emit, &inst->Src[0]);  in emit_endprim()  local9734    unsigned streamIndex = find_stream_index(emit, &inst->Src[0]);  in emit_vertex()  local
 
 |