/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/ |
H A D | HelloOboeEngine.cpp | 95 void HelloOboeEngine::setChannelCount(int channelCount) { in setChannelCount() argument
|
H A D | jni_bridge.cpp | 95 Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setChannelCount( JNIEnv *env, jclass type, jlong engineHandle, jint channelCount) Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setChannelCount() argument
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A D | AudioRecordThread.java | 43 public AudioRecordThread(int frameRate, int channelCount, int maxFrames) { in AudioRecordThread() argument
|
H A D | OboeAudioStream.java | 98 openNative( int nativeApi, int sampleRate, int channelCount, int format, int sharingMode, int performanceMode, int inputPreset, int deviceId, int sessionId, int framesPerRead, boolean channelConversionAllowed, boolean formatConversionAllowed, int rateConversionQuality, boolean isMMap, boolean isInput) openNative() argument
|
H A D | TestDisconnectActivity.java | 270 testConfiguration(boolean isInput, int perfMode, int sharingMode, int channelCount, boolean requestPlugin) testConfiguration() argument
|
H A D | StreamConfiguration.java | 292 public void setChannelCount(int channelCount) { in setChannelCount() argument
|
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/java/com/google/oboe/samples/hellooboe/ |
H A D | PlaybackEngine.java | 71 static void setChannelCount(int channelCount) { in setChannelCount() argument 94 private static native void native_setChannelCount(long mEngineHandle, int channelCount); in native_setChannelCount() argument
|
/third_party/skia/third_party/externals/oboe/samples/iolib/src/main/cpp/player/ |
H A D | SimpleMultiPlayer.cpp | 126 void SimpleMultiPlayer::setupAudioStream(int32_t channelCount) { in setupAudioStream() argument
|
/third_party/skia/third_party/externals/oboe/src/common/ |
H A D | Utilities.cpp | 259 const char *convertToText<ChannelCount>(ChannelCount channelCount) { in convertToText() argument
|
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/ |
H A D | MultiChannelResampler.cpp | 46 MultiChannelResampler *MultiChannelResampler::make(int32_t channelCount, in make() argument
|
H A D | MultiChannelResampler.h | 79 Builder *setChannelCount(int32_t channelCount) { in setChannelCount() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | Format.h | 105 GLuint channelCount; member
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
H A D | NativeAudioContext.cpp | 138 open(jint nativeApi, jint sampleRate, jint channelCount, jint format, jint sharingMode, jint performanceMode, jint inputPreset, jint deviceId, jint sessionId, jint framesPerBurst, jboolean channelConversionAllowed, jboolean formatConversionAllowed, jint rateConversionQuality, jboolean isMMap, jboolean isInput) open() argument
|
H A D | jni-bridge.cpp | 113 Java_com_google_sample_oboe_manualtest_OboeAudioStream_openNative( JNIEnv *env, jobject synth, jint nativeApi, jint sampleRate, jint channelCount, jint format, jint sharingMode, jint performanceMode, jint inputPreset, jint deviceId, jint sessionId, jint framesPerBurst, jboolean channelConversionAllowed, jboolean formatConversionAllowed, jint rateConversionQuality, jboolean isMMap, jboolean isInput) Java_com_google_sample_oboe_manualtest_OboeAudioStream_openNative() argument
|
/third_party/skia/third_party/externals/oboe/include/oboe/ |
H A D | AudioStreamBuilder.h | 46 AudioStreamBuilder *setChannelCount(int channelCount) { in setChannelCount() argument
|
/third_party/skia/third_party/externals/oboe/src/flowgraph/ |
H A D | FlowGraphNode.h | 345 explicit FlowGraphSource(int32_t channelCount) in FlowGraphSource() argument 363 explicit FlowGraphSourceBuffered(int32_t channelCount) in FlowGraphSourceBuffered() argument 395 explicit FlowGraphSink(int32_t channelCount) in FlowGraphSink() argument 432 explicit FlowGraphFilter(int32_t channelCount) in FlowGraphFilter() argument
|