| /external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/ |
| D | OboeAudioStream.java | 27 int streamIndex = INVALID_STREAM_INDEX; field in OboeAudioStream 132 public native void close(int streamIndex); in close() 138 private native int getBufferCapacityInFrames(int streamIndex); in getBufferCapacityInFrames() 144 private native int getBufferSizeInFrames(int streamIndex); in getBufferSizeInFrames() 150 private native int setBufferSizeInFrames(int streamIndex, int thresholdFrames); in setBufferSizeInFrames() 156 private native void setPerformanceHintEnabled(int streamIndex, boolean checked); in setPerformanceHintEnabled() 162 private native void setHearWorkload(int streamIndex, boolean checked); in setHearWorkload() 167 private native int getNativeApi(int streamIndex); in getNativeApi() 173 private native int getFramesPerBurst(int streamIndex); in getFramesPerBurst() 178 private native int getSharingMode(int streamIndex); in getSharingMode() [all …]
|
| /external/oboe/apps/OboeTester/app/src/main/cpp/ |
| D | jni-bridge.cpp | 211 Java_com_mobileer_oboetester_OboeAudioStream_close(JNIEnv *env, jobject, jint streamIndex) { in Java_com_mobileer_oboetester_OboeAudioStream_close() 222 JNIEnv *env, jobject, jint streamIndex, jint threshold) { in Java_com_mobileer_oboetester_OboeAudioStream_setBufferSizeInFrames() 235 JNIEnv *env, jobject, jint streamIndex) { in Java_com_mobileer_oboetester_OboeAudioStream_getBufferSizeInFrames() 246 JNIEnv *env, jobject, jint streamIndex, jboolean enabled) { in Java_com_mobileer_oboetester_OboeAudioStream_setPerformanceHintEnabled() 255 JNIEnv *env, jobject, jint streamIndex) { in Java_com_mobileer_oboetester_OboeAudioStream_getBufferCapacityInFrames() 279 JNIEnv *env, jobject, jint streamIndex) { in Java_com_mobileer_oboetester_OboeAudioStream_getNativeApi() 292 JNIEnv *env, jobject, jint streamIndex) { in Java_com_mobileer_oboetester_OboeAudioStream_getSampleRate() 303 JNIEnv *env, jobject, jint streamIndex) { in Java_com_mobileer_oboetester_OboeAudioStream_getSharingMode() 314 JNIEnv *env, jobject, jint streamIndex) { in Java_com_mobileer_oboetester_OboeAudioStream_getPerformanceMode() 325 JNIEnv *env, jobject, jint streamIndex) { in Java_com_mobileer_oboetester_OboeAudioStream_getInputPreset() [all …]
|
| D | NativeAudioContext.cpp | 93 void ActivityContext::freeStreamIndex(int32_t streamIndex) { in freeStreamIndex() 112 void ActivityContext::close(int32_t streamIndex) { in close() 122 bool ActivityContext::isMMapUsed(int32_t streamIndex) { in isMMapUsed() 186 int32_t streamIndex = allocateStreamIndex(); in open() local 347 double ActivityContext::getTimestampLatency(int32_t streamIndex) { in getTimestampLatency() 357 void ActivityTestOutput::close(int32_t streamIndex) { in close() 766 void ActivityTestDisconnect::close(int32_t streamIndex) { in close()
|
| D | NativeAudioContext.h | 83 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 StreamKey 56 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 StreamKey 54 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 | 76 Z7_COM7F_IMF(CEncoder::SetOutBufSize(UInt32 streamIndex, UInt32 size)) in Z7_COM7F_IMF() 432 Z7_COM7F_IMF(CDecoder::SetInBufSize(UInt32 streamIndex, UInt32 size)) in Z7_COM7F_IMF() 678 Z7_COM7F_IMF(CDecoder::GetInStreamProcessedSize2(UInt32 streamIndex, UInt64 *value)) in Z7_COM7F_IMF() 687 Z7_COM7F_IMF(CDecoder::SetInStream2(UInt32 streamIndex, ISequentialInStream *inStream)) in Z7_COM7F_IMF() 693 Z7_COM7F_IMF(CDecoder::ReleaseInStream2(UInt32 streamIndex)) in Z7_COM7F_IMF()
|
| /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/Common/ |
| D | MultiOutStream.cpp | 314 HRESULT CMultiOutStream::CreateStreams_If_Required(unsigned streamIndex) in CreateStreams_If_Required() 361 HRESULT CMultiOutStream::ReOpenStream(unsigned streamIndex) in ReOpenStream()
|
| /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/lzma/CPP/7zip/Archive/Wim/ |
| D | WimHandler.cpp | 1041 int streamIndex = _db.Items[_db.SortedItems[index]].StreamIndex; in Z7_COM7F_IMF() local 1107 const int streamIndex = item.StreamIndex; in Z7_COM7F_IMF() local
|
| D | WimIn.cpp | 1178 const unsigned streamIndex = sorted[mid]; in FindId() local 1196 const unsigned streamIndex = sorted[mid]; in FindHash() local 1500 const int streamIndex = Items[i].StreamIndex; in FillAndCheck() local
|
| D | WimIn.h | 496 UInt64 Get_PackSize_of_Resource(unsigned streamIndex) const in Get_PackSize_of_Resource()
|
| /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/lzma/CPP/7zip/Archive/Common/ |
| D | CoderMixer2.cpp | 265 bool CMixer::Is_PackSize_Correct_for_Stream(UInt32 streamIndex) in Is_PackSize_Correct_for_Stream() 595 HRESULT CMixerST::FinishStream(UInt32 streamIndex) in FinishStream()
|
| /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/svga/ |
| D | svga_tgsi_vgpu10.c | 7269 unsigned streamIndex = find_stream_index(emit, &inst->Src[0]); in emit_endprim() local 11545 unsigned streamIndex = find_stream_index(emit, &inst->Src[0]); in emit_vertex() local
|