Searched defs:channelIndex (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
D | AudioOutputTester.java | 53 public void setChannelEnabled(int channelIndex, boolean enabled) { in setChannelEnabled()
|
D | OboeAudioOutputStream.java | 39 public native void setChannelEnabled(int channelIndex, boolean enabled); in setChannelEnabled()
|
/third_party/libsnd/src/ALAC/ |
D | alac_encoder.c | 222 …Buffer * bitstream, const int32_t * inputBuffer, uint32_t stride, uint32_t channelIndex, uint32_t … in EncodeStereo() 504 …Buffer * bitstream, const int32_t * inputBuffer, uint32_t stride, uint32_t channelIndex, uint32_t … in EncodeStereoFast() 743 …Buffer * bitstream, const int32_t * inputBuffer, uint32_t stride, uint32_t channelIndex, uint32_t … in EncodeMono() 1002 uint32_t channelIndex ; in alac_encode() local
|
D | alac_decoder.c | 144 uint32_t channelIndex ; in alac_decode() local
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
D | NativeAudioContext.cpp | 294 void ActivityTestOutput::setChannelEnabled(int channelIndex, bool enabled) { in setChannelEnabled()
|
D | NativeAudioContext.h | 291 virtual void setChannelEnabled(int channelIndex, bool enabled) {} in setChannelEnabled()
|
D | jni-bridge.cpp | 474 JNIEnv *env, jobject, jint channelIndex, jboolean enabled) { in Java_com_google_sample_oboe_manualtest_OboeAudioOutputStream_setChannelEnabled()
|
/third_party/flutter/skia/tests/ |
D | ProcessorTest.cpp | 373 int modulation_index(int channelIndex, bool alphaModulation) { in modulation_index()
|