Searched defs:streamIndex (Results 1 – 10 of 10) sorted by relevance
| /third_party/skia/third_party/externals/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 …]
|
| /third_party/skia/third_party/externals/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 | 82 void ActivityContext::freeStreamIndex(int32_t streamIndex) { in freeStreamIndex() 91 void ActivityContext::close(int32_t streamIndex) { in close() 101 bool ActivityContext::isMMapUsed(int32_t streamIndex) { in isMMapUsed() 165 int32_t streamIndex = allocateStreamIndex(); in open() local 286 void ActivityTestOutput::close(int32_t streamIndex) { in close() 594 void ActivityTestDisconnect::close(int32_t streamIndex) { in close()
|
| D | NativeAudioContext.h | 197 oboe::AudioStream *getStream(int32_t streamIndex) { in getStream()
|
| /third_party/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() 664 Z7_COM7F_IMF(CDecoder::GetInStreamProcessedSize2(UInt32 streamIndex, UInt64 *value)) in Z7_COM7F_IMF() 673 Z7_COM7F_IMF(CDecoder::SetInStream2(UInt32 streamIndex, ISequentialInStream *inStream)) in Z7_COM7F_IMF() 679 Z7_COM7F_IMF(CDecoder::ReleaseInStream2(UInt32 streamIndex)) in Z7_COM7F_IMF()
|
| /third_party/lzma/CPP/7zip/Common/ |
| D | MultiOutStream.cpp | 312 HRESULT CMultiOutStream::CreateStreams_If_Required(unsigned streamIndex) in CreateStreams_If_Required() 359 HRESULT CMultiOutStream::ReOpenStream(unsigned streamIndex) in ReOpenStream()
|
| /third_party/skia/third_party/externals/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
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| D | SwapChain9.cpp | 316 for (UINT streamIndex = 0; streamIndex < gl::MAX_VERTEX_ATTRIBS; streamIndex++) in swapRect() local
|
| /third_party/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()
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| D | svga_tgsi_vgpu10.c | 7183 unsigned streamIndex = find_stream_index(emit, &inst->Src[0]); in emit_endprim() local 11455 unsigned streamIndex = find_stream_index(emit, &inst->Src[0]); in emit_vertex() local
|