Searched defs:channelIndex (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A D | AudioOutputTester.java | 53 public void setChannelEnabled(int channelIndex, boolean enabled) { in setChannelEnabled() argument
|
H A D | OboeAudioOutputStream.java | 39 public native void setChannelEnabled(int channelIndex, boolean enabled); in setChannelEnabled() argument
|
/third_party/libsnd/src/ALAC/ |
H A D | alac_decoder.c | 144 uint32_t channelIndex ; in alac_decode() local [all...] |
H A D | alac_encoder.c | 222 EncodeStereo (ALAC_ENCODER *p, struct BitBuffer * bitstream, const int32_t * inputBuffer, uint32_t stride, uint32_t channelIndex, uint32_t numSamples) in EncodeStereo() argument 504 EncodeStereoFast (ALAC_ENCODER *p, struct BitBuffer * bitstream, const int32_t * inputBuffer, uint32_t stride, uint32_t channelIndex, uint32_ argument 743 EncodeMono(ALAC_ENCODER *p, struct BitBuffer * bitstream, const int32_t * inputBuffer, uint32_t stride, uint32_t channelIndex, uint32_t numSamples) EncodeMono() argument 1002 uint32_t channelIndex ; alac_encode() local [all...] |
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
H A D | NativeAudioContext.cpp | 294 void ActivityTestOutput::setChannelEnabled(int channelIndex, bool enabled) { in setChannelEnabled() argument [all...] |
H A D | jni-bridge.cpp | 473 Java_com_google_sample_oboe_manualtest_OboeAudioOutputStream_setChannelEnabled( JNIEnv *env, jobject, jint channelIndex, jboolean enabled) Java_com_google_sample_oboe_manualtest_OboeAudioOutputStream_setChannelEnabled() argument
|
H A D | NativeAudioContext.h | 291 virtual void setChannelEnabled(int channelIndex, bool enabled) {} in setChannelEnabled() argument
|
Completed in 7 milliseconds