HomeSort by relevance Sort by last modified time
    Searched defs:channelMask (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/wilhelm/src/android/
android_sles_conversions.h 65 static inline int sles_to_android_channelMaskIn(SLuint32 nbChannels, SLuint32 channelMask) {
71 static inline int sles_to_android_channelMaskOut(SLuint32 nbChannels, SLuint32 channelMask) {
87 uint32_t channelMask;
  /frameworks/av/services/audioflinger/
AudioStreamInSource.cpp 48 audio_channel_mask_t channelMask =
50 mFormat = Format_from_SR_C(sampleRate, popcount(channelMask));
AudioStreamOutSink.cpp 45 audio_channel_mask_t channelMask =
47 mFormat = Format_from_SR_C(sampleRate, popcount(channelMask));
AudioMixer.h 94 int getTrackName(audio_channel_mask_t channelMask);
169 audio_channel_mask_t channelMask;
AudioFlinger.h 94 uint32_t channelMask,
108 uint32_t channelMask,
383 uint32_t channelMask,
415 uint32_t channelMask() const { return mChannelMask; }
694 uint32_t channelMask,
    [all...]
  /external/aac/libSYS/src/
wav_file.cpp 177 UINT channelMask;
187 FDKfread_EL(&(channelMask), 4, 1, wav->fp);
  /frameworks/av/media/libstagefright/
Utils.cpp 96 int32_t channelMask;
97 if (meta->findInt32(kKeyChannelMask, &channelMask)) {
98 msg->setInt32("channel-mask", channelMask);
AudioPlayer.cpp 118 int32_t numChannels, channelMask;
122 if(!format->findInt32(kKeyChannelMask, &channelMask)) {
126 channelMask = CHANNEL_MASK_USE_CHANNEL_ORDER;
132 mSampleRate, numChannels, channelMask, AUDIO_FORMAT_PCM_16_BIT,
158 audio_channel_mask_t audioMask = channelMask == CHANNEL_MASK_USE_CHANNEL_ORDER ?
159 audio_channel_out_mask_from_count(numChannels) : channelMask;
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
regulatoryDomain.c     [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 378 int32_t channelMask;
379 if (!codecRequest->findInt32("channel-mask", &channelMask)) {
380 channelMask = CHANNEL_MASK_USE_CHANNEL_ORDER;
386 (audio_channel_mask_t)channelMask,
  /frameworks/av/media/libmedia/
IAudioFlinger.cpp 89 uint32_t channelMask,
105 data.writeInt32(channelMask);
138 uint32_t channelMask,
151 data.writeInt32(channelMask);
373 audio_channel_mask_t channelMask = pChannelMask ? *pChannelMask : (audio_channel_mask_t)0;
381 data.writeInt32(channelMask);
393 channelMask = (audio_channel_mask_t)reply.readInt32();
394 if (pChannelMask) *pChannelMask = channelMask;
448 audio_channel_mask_t channelMask = pChannelMask ? *pChannelMask : (audio_channel_mask_t)0;
455 data.writeInt32(channelMask);
    [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 451 uint32_t channelMask,
461 channelMask,
475 uint32_t channelMask,
482 ALOGV("getOutput() stream %d, samplingRate %d, format %d, channelMask %x, flags %x",
483 stream, samplingRate, format, channelMask, flags);
487 ALOGV("getOutput() test output mCurOutput %d, samplingRate %d, format %d, channelMask %x, mDirectOutput %d",
521 channelMask,
531 outputDesc->mChannelMask = (audio_channel_mask_t)channelMask;
548 (channelMask != 0 && channelMask != outputDesc->mChannelMask))
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 362 SLuint32 channelMask;
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 362 SLuint32 channelMask;
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 362 SLuint32 channelMask;
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/SLES/
OpenSLES.h 362 SLuint32 channelMask;
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/SLES/
OpenSLES.h 362 SLuint32 channelMask;
    [all...]
  /prebuilts/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 362 SLuint32 channelMask;
    [all...]
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 362 SLuint32 channelMask;
    [all...]
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 362 SLuint32 channelMask;
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 362 SLuint32 channelMask;
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h 362 SLuint32 channelMask;
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 362 SLuint32 channelMask;
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 362 SLuint32 channelMask;
    [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h 387 XAuint32 channelMask;
    [all...]

Completed in 617 milliseconds

1 2