/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
D | OboeAudioStream.java | 27 int streamIndex = INVALID_STREAM_INDEX; field in OboeAudioStream 122 public native void close(int streamIndex); in close() 128 private native int getBufferCapacityInFrames(int streamIndex); in getBufferCapacityInFrames() 134 private native int getBufferSizeInFrames(int streamIndex); in getBufferSizeInFrames() 145 private native int setBufferSizeInFrames(int streamIndex, int thresholdFrames); in setBufferSizeInFrames() 150 public native int getNativeApi(int streamIndex); in getNativeApi() 156 public native int getFramesPerBurst(int streamIndex); in getFramesPerBurst() 161 public native int getSharingMode(int streamIndex); in getSharingMode() 166 public native int getPerformanceMode(int streamIndex); in getPerformanceMode() 171 public native int getInputPreset(int streamIndex); in getInputPreset() [all …]
|
/external/oboe/apps/OboeTester/app/src/main/cpp/ |
D | jni-bridge.cpp | 175 Java_com_google_sample_oboe_manualtest_OboeAudioStream_close(JNIEnv *env, jobject, jint streamIndex… in Java_com_google_sample_oboe_manualtest_OboeAudioStream_close() 181 JNIEnv *env, jobject, jint streamIndex, jint threshold) { in Java_com_google_sample_oboe_manualtest_OboeAudioStream_setBufferSizeInFrames() 194 JNIEnv *env, jobject, jint streamIndex) { in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getBufferSizeInFrames() 205 JNIEnv *env, jobject, jint streamIndex) { in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getBufferCapacityInFrames() 229 JNIEnv *env, jobject, jint streamIndex) { in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getNativeApi() 242 JNIEnv *env, jobject, jint streamIndex) { in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getSampleRate() 253 JNIEnv *env, jobject, jint streamIndex) { in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getSharingMode() 264 JNIEnv *env, jobject, jint streamIndex) { in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getPerformanceMode() 275 JNIEnv *env, jobject, jint streamIndex) { in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getInputPreset() 286 JNIEnv *env, jobject, jint streamIndex) { in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getFramesPerBurst() [all …]
|
D | NativeAudioContext.cpp | 83 void ActivityContext::freeStreamIndex(int32_t streamIndex) { in freeStreamIndex() 92 void ActivityContext::close(int32_t streamIndex) { in close() 102 bool ActivityContext::isMMapUsed(int32_t streamIndex) { in isMMapUsed() 166 int32_t streamIndex = allocateStreamIndex(); in open() local 292 double ActivityContext::getTimestampLatency(int32_t streamIndex) { in getTimestampLatency() 302 void ActivityTestOutput::close(int32_t streamIndex) { in close() 630 void ActivityTestDisconnect::close(int32_t streamIndex) { in close()
|
D | NativeAudioContext.h | 82 std::shared_ptr<oboe::AudioStream> getStream(int32_t streamIndex) { in getStream()
|
/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/lzma/CPP/7zip/Archive/Common/ |
D | CoderMixer2.h | 156 UInt32 streamIndex = 0; in GetStream_for_Coder() local 232 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 | 1487 UINT flags, UINT *elFlags, int streamIndex, in CAacDecoder_AcceptFlags() 1588 const int streamIndex = 0; in CAacDecoder_Init() local 2528 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/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | TreeWizard.cs | 631 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() local 9734 unsigned streamIndex = find_stream_index(emit, &inst->Src[0]); in emit_vertex() local
|