Searched refs:bitsPerSample (Results 1 – 8 of 8) sorted by relevance
/external/qemu/distrib/sdl-1.2.12/src/audio/ums/ |
D | SDL_umsaudio.c | 231 long bitsPerSample; in UMS_OpenAudio() local 262 bitsPerSample = 8; in UMS_OpenAudio() 269 bitsPerSample = 8; in UMS_OpenAudio() 276 bitsPerSample = 16; in UMS_OpenAudio() 283 bitsPerSample = 16; in UMS_OpenAudio() 290 bitsPerSample = 16; in UMS_OpenAudio() 297 bitsPerSample = 16; in UMS_OpenAudio() 325 this->hidden->bytesPerSample = (bitsPerSample / 8) * spec->channels; in UMS_OpenAudio() 335 rc = UADSetBitsPerSample(this, bitsPerSample ); in UMS_OpenAudio()
|
/external/webkit/WebKit/mac/Carbon/ |
D | CarbonUtils.m | 34 …signed char *const bitmapData[5], int pixelsWide, int pixelsHigh, int bitsPerSample, int samplesPe… 124 [rep bitsPerSample], [rep samplesPerPixel], [rep bitsPerPixel],
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_mdls.c | 223 EAS_U16 bitsPerSample; member 998 if (p->bitsPerSample == 8) in Parse_wave() 1009 if (p->bitsPerSample == 16) in Parse_wave() 1189 …if ((result = EAS_HWGetWord(pDLSData->hwInstData, pDLSData->fileHandle, &p->bitsPerSample, EAS_FAL… in Parse_fmt() 1192 if ((p->bitsPerSample != 8) && (p->bitsPerSample != 16)) in Parse_fmt() 1234 if (pWsmp->bitsPerSample == 8) in Parse_data()
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
D | SDL_QuartzWM.m | 51 …ep alloc ] initWithBitmapDataPlanes: NULL pixelsWide: w pixelsHigh: h bitsPerSample: 1 samplesPerP… 429 …nitWithBitmapDataPlanes: NULL pixelsWide: icon->w pixelsHigh: icon->h bitsPerSample: 8 samplesPerP…
|
/external/webkit/WebCore/platform/chromium/ |
D | ThemeChromiumMac.mm | 112 bitsPerSample:8
|
/external/webkit/WebCore/rendering/ |
D | RenderThemeChromiumMac.mm | 333 bitsPerSample:8 360 bitsPerSample:8
|
D | RenderThemeMac.mm | 281 bitsPerSample:8 308 bitsPerSample:8
|
/external/webkit/WebKit/mac/Plugins/ |
D | WebNetscapePluginView.mm | 2401 bitsPerSample:8
|