HomeSort by relevance Sort by last modified time
    Searched refs:streamFormat (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebCore/platform/audio/mac/
AudioDestinationMac.cpp 115 AudioStreamBasicDescription streamFormat;
116 streamFormat.mSampleRate = m_sampleRate;
117 streamFormat.mFormatID = kAudioFormatLinearPCM;
118 streamFormat.mFormatFlags = kAudioFormatFlagsCanonical | kAudioFormatFlagIsNonInterleaved;
119 streamFormat.mBitsPerChannel = 8 * sizeof(AudioSampleType);
120 streamFormat.mChannelsPerFrame = 2;
121 streamFormat.mFramesPerPacket = 1;
122 streamFormat.mBytesPerPacket = sizeof(AudioSampleType);
123 streamFormat.mBytesPerFrame = sizeof(AudioSampleType);
125 result = AudioUnitSetProperty(m_outputUnit, kAudioUnitProperty_StreamFormat, kAudioUnitScope_Input, 0, (void*)&streamFormat, sizeof(AudioStreamBasicDescription))
    [all...]
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLib.c 119 AudioStreamBasicDescription streamFormat;
491 streamFormat.mSampleRate = sampleRate;
493 streamFormat.mSampleRate = pConfig->sampleRate;
495 streamFormat.mFormatID = kAudioFormatLinearPCM;
496 streamFormat.mFormatFlags = kLinearPCMFormatFlagIsSignedInteger
501 streamFormat.mBytesPerPacket = 2;
502 streamFormat.mFramesPerPacket = 1;
503 streamFormat.mBytesPerFrame = 2;
504 streamFormat.mChannelsPerFrame = 2;
505 streamFormat.mBitsPerChannel = 16
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_DSP.h 253 OMX_U32 streamFormat ; /* Signals the type of stream generated with Call-back*/
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /system/media/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]
  /system/media/wilhelm/include/SLES/
OpenSLES.h     [all...]

Completed in 672 milliseconds