Home
last modified time | relevance | path

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/
DAudioOutputTester.java53 public void setChannelEnabled(int channelIndex, boolean enabled) { in setChannelEnabled()
DOboeAudioOutputStream.java39 public native void setChannelEnabled(int channelIndex, boolean enabled); in setChannelEnabled()
/third_party/libsnd/src/ALAC/
Dalac_encoder.c222 …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
Dalac_decoder.c144 uint32_t channelIndex ; in alac_decode() local
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
DNativeAudioContext.cpp294 void ActivityTestOutput::setChannelEnabled(int channelIndex, bool enabled) { in setChannelEnabled()
DNativeAudioContext.h291 virtual void setChannelEnabled(int channelIndex, bool enabled) {} in setChannelEnabled()
Djni-bridge.cpp474 JNIEnv *env, jobject, jint channelIndex, jboolean enabled) { in Java_com_google_sample_oboe_manualtest_OboeAudioOutputStream_setChannelEnabled()
/third_party/flutter/skia/tests/
DProcessorTest.cpp373 int modulation_index(int channelIndex, bool alphaModulation) { in modulation_index()