Home
last modified time | relevance | path

Searched defs:channelCount (Results 26 - 41 of 41) sorted by relevance

12

/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/
H A DHelloOboeEngine.cpp95 void HelloOboeEngine::setChannelCount(int channelCount) { in setChannelCount() argument
H A Djni_bridge.cpp95 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 DAudioRecordThread.java43 public AudioRecordThread(int frameRate, int channelCount, int maxFrames) { in AudioRecordThread() argument
H A DOboeAudioStream.java98 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 DTestDisconnectActivity.java270 testConfiguration(boolean isInput, int perfMode, int sharingMode, int channelCount, boolean requestPlugin) testConfiguration() argument
H A DStreamConfiguration.java292 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 DPlaybackEngine.java71 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 DSimpleMultiPlayer.cpp126 void SimpleMultiPlayer::setupAudioStream(int32_t channelCount) { in setupAudioStream() argument
/third_party/skia/third_party/externals/oboe/src/common/
H A DUtilities.cpp259 const char *convertToText<ChannelCount>(ChannelCount channelCount) { in convertToText() argument
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
H A DMultiChannelResampler.cpp46 MultiChannelResampler *MultiChannelResampler::make(int32_t channelCount, in make() argument
H A DMultiChannelResampler.h79 Builder *setChannelCount(int32_t channelCount) { in setChannelCount() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DFormat.h105 GLuint channelCount; member
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H A DNativeAudioContext.cpp138 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 Djni-bridge.cpp113 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 DAudioStreamBuilder.h46 AudioStreamBuilder *setChannelCount(int channelCount) { in setChannelCount() argument
/third_party/skia/third_party/externals/oboe/src/flowgraph/
H A DFlowGraphNode.h345 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

Completed in 13 milliseconds

12