Home
last modified time | relevance | path

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 DAudioOutputTester.java53 public void setChannelEnabled(int channelIndex, boolean enabled) { in setChannelEnabled() argument
H A DOboeAudioOutputStream.java39 public native void setChannelEnabled(int channelIndex, boolean enabled); in setChannelEnabled() argument
/third_party/libsnd/src/ALAC/
H A Dalac_decoder.c144 uint32_t channelIndex ; in alac_decode() local
[all...]
H A Dalac_encoder.c222 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 DNativeAudioContext.cpp294 void ActivityTestOutput::setChannelEnabled(int channelIndex, bool enabled) { in setChannelEnabled() argument
[all...]
H A Djni-bridge.cpp473 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 DNativeAudioContext.h291 virtual void setChannelEnabled(int channelIndex, bool enabled) {} in setChannelEnabled() argument

Completed in 7 milliseconds