/system/media/opensles/tests/sandbox/ |
configbq.c | 30 SLuint8 bitsPerSample; 101 format->milliHz / 1000, format->bitsPerSample); 111 format_pcm.bitsPerSample = format->bitsPerSample; 112 format_pcm.containerSize = format->bitsPerSample; 150 float seconds = (((i * 8) / (format->bitsPerSample * format->numChannels)) * 1000.0) / 155 if (8 == format->bitsPerSample) { 159 assert(16 == format->bitsPerSample); 169 if (8 == format->bitsPerSample) { 172 assert(16 == format->bitsPerSample); [all...] |
srcsink.c | 46 format_pcm.bitsPerSample = 16; 132 format_pcm.bitsPerSample = 17; 137 format_pcm.bitsPerSample = 24; 142 format_pcm.bitsPerSample = 16;
|
playbq.c | 182 format_pcm.bitsPerSample = 16; 183 format_pcm.containerSize = format_pcm.bitsPerSample;
|
intbufq.c | 114 pcm.bitsPerSample = SL_PCMSAMPLEFORMAT_FIXED_16;
|
/external/webkit/WebKit/mac/Carbon/ |
CarbonUtils.m | 34 extern CGImageRef _NSCreateImageRef( unsigned char *const bitmapData[5], int pixelsWide, int pixelsHigh, int bitsPerSample, int samplesPerPixel, int bitsPerPixel, int bytesPerRow, BOOL isPlanar, BOOL hasAlpha, NSString *colorSpaceName, CGColorSpaceRef customColorSpace, id sourceObj); 124 [rep bitsPerSample], [rep samplesPerPixel], [rep bitsPerPixel],
|
/frameworks/base/core/java/android/speech/srec/ |
WaveHeader.java | 30 * <li> bitsPerSample - usually 16 for PCM, 8 for ALAW, or 8 for ULAW. 70 * @param bitsPerSample usually 16 for PCM, 8 for ULAW or 8 for ALAW. 73 public WaveHeader(short format, short numChannels, int sampleRate, short bitsPerSample, int numBytes) { 77 mBitsPerSample = bitsPerSample; 148 * @param bitsPerSample number of bits per sample, 152 public WaveHeader setBitsPerSample(short bitsPerSample) { 153 mBitsPerSample = bitsPerSample; 272 "WaveHeader format=%d numChannels=%d sampleRate=%d bitsPerSample=%d numBytes=%d",
|
/external/qemu/distrib/sdl-1.2.12/src/audio/ums/ |
SDL_umsaudio.c | 231 long bitsPerSample; 262 bitsPerSample = 8; 269 bitsPerSample = 8; 276 bitsPerSample = 16; 283 bitsPerSample = 16; 290 bitsPerSample = 16; 297 bitsPerSample = 16; 325 this->hidden->bytesPerSample = (bitsPerSample / 8) * spec->channels; 335 rc = UADSetBitsPerSample(this, bitsPerSample );
|
/frameworks/base/media/libstagefright/ |
WAVExtractor.cpp | 53 int32_t bitsPerSample, 253 int32_t bitsPerSample, 260 mBitsPerSample(bitsPerSample),
|
/system/media/opensles/libopensles/ |
sles.c | 534 switch (pDataFormat->mPCM.bitsPerSample) { 549 SL_LOGE("bitsPerSample=%u", (unsigned) pDataFormat->mPCM.bitsPerSample); 554 if (pDataFormat->mPCM.containerSize < pDataFormat->mPCM.bitsPerSample) { 556 } else if (pDataFormat->mPCM.containerSize != pDataFormat->mPCM.bitsPerSample) { 560 SL_LOGE("containerSize=%u, bitsPerSample=%u", 562 (unsigned) pDataFormat->mPCM.bitsPerSample); [all...] |
android_AudioPlayer.cpp | 622 switch (df_pcm->bitsPerSample) { 633 (SLuint32)df_pcm->bitsPerSample); [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
SDL_QuartzWM.m | 51 imgrep = [ [ [ NSBitmapImageRep alloc ] initWithBitmapDataPlanes: NULL pixelsWide: w pixelsHigh: h bitsPerSample: 1 samplesPerPixel: 2 hasAlpha: YES isPlanar: YES colorSpaceName: NSDeviceBlackColorSpace bytesPerRow: (w+7)/8 bitsPerPixel: 0 ] autorelease ]; 429 imgrep = [ [ [ NSBitmapImageRep alloc ] initWithBitmapDataPlanes: NULL pixelsWide: icon->w pixelsHigh: icon->h bitsPerSample: 8 samplesPerPixel: 4 hasAlpha: YES isPlanar: NO colorSpaceName: NSDeviceRGBColorSpace bytesPerRow: 4*icon->w bitsPerPixel: 32 ] autorelease ];
|
/system/media/opensles/tests/examples/ |
slesTestRecBuffQueue.cpp | 204 pcm.bitsPerSample = SL_PCMSAMPLEFORMAT_FIXED_16;
|
slesTestSawtoothBufferQueue.cpp | 172 pcm.bitsPerSample = SL_PCMSAMPLEFORMAT_FIXED_16;
|
slesTestFeedback.cpp | 304 pcm.bitsPerSample = SL_PCMSAMPLEFORMAT_FIXED_16;
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_mdls.c | 223 EAS_U16 bitsPerSample; [all...] |
/system/media/opensles/tests/automated/ |
BufferQueue_test.cpp | 123 pcm.bitsPerSample = SL_PCMSAMPLEFORMAT_FIXED_16;
|
/external/webkit/WebCore/platform/chromium/ |
ThemeChromiumMac.mm | 112 bitsPerSample:8
|
/external/webkit/WebCore/rendering/ |
RenderThemeChromiumMac.mm | 333 bitsPerSample:8 360 bitsPerSample:8 [all...] |
RenderThemeMac.mm | 281 bitsPerSample:8 308 bitsPerSample:8 [all...] |
/development/ndk/platforms/android-9/include/SLES/ |
OpenSLES.h | 360 SLuint32 bitsPerSample; [all...] |
/system/media/opensles/include/SLES/ |
OpenSLES.h | 360 SLuint32 bitsPerSample; [all...] |
/external/webkit/WebKit/mac/Plugins/ |
WebNetscapePluginView.mm | [all...] |
/frameworks/base/services/audioflinger/ |
AudioFlinger.cpp | [all...] |
/prebuilt/darwin-x86_64/swt/ |
swt.jar | |
/prebuilt/darwin-x86/swt/ |
swt.jar | |