Searched defs:bitsPerSample (Results 1 - 9 of 9) sorted by relevance
/frameworks/wilhelm/tests/sandbox/ |
H A D | configbq.c | 30 SLuint8 bitsPerSample; member in struct:__anon1740 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...] |
H A D | playbq.c | 322 SLuint32 bitsPerSample; local 325 bitsPerSample = 32; 329 bitsPerSample = 32; 333 bitsPerSample = 24; 337 bitsPerSample = 16; 341 bitsPerSample = 8; 394 format_pcm.bitsPerSample = bitsPerSample; 395 format_pcm.containerSize = format_pcm.bitsPerSample;
|
H A D | playbq.cpp | 322 SLuint32 bitsPerSample; local 325 bitsPerSample = 32; 329 bitsPerSample = 32; 333 bitsPerSample = 24; 337 bitsPerSample = 16; 341 bitsPerSample = 8; 394 format_pcm.bitsPerSample = bitsPerSample; 395 format_pcm.containerSize = format_pcm.bitsPerSample;
|
/frameworks/av/media/img_utils/src/ |
H A D | TiffIfd.cpp | 198 uint16_t bitsPerSample = *(bitsEntry->getData<uint16_t>()); local 201 if ((bitsPerSample % 8) != 0) { 203 bitsPerSample, mIfdId); 207 uint32_t bytesPerSample = bitsPerSample / 8;
|
/frameworks/av/media/libstagefright/ |
H A D | WAVExtractor.cpp | 61 int32_t bitsPerSample, 237 ALOGE("validBits(%d) != bitsPerSample(%d) are not supported", 241 // we only support valitBitsPerSample == bitsPerSample but some WAV_EXT 337 int32_t bitsPerSample, 344 mBitsPerSample(bitsPerSample), 333 WAVSource( const sp<DataSource> &dataSource, const sp<MetaData> &meta, uint16_t waveFormat, int32_t bitsPerSample, off64_t offset, size_t size) argument
|
/frameworks/wilhelm/include/SLES/ |
H A D | OpenSLES_Android.h | 50 SLuint32 bitsPerSample; member in struct:SLAndroidDataFormat_PCM_EX_
|
H A D | OpenSLES.h | 360 SLuint32 bitsPerSample; member in struct:SLDataFormat_PCM_ 2337 SLuint32 bitsPerSample; member in struct:SLAudioEncoderSettings_
|
/frameworks/base/core/jni/ |
H A D | android_hardware_camera2_DngCreator.cpp | 1086 const uint32_t bitsPerSample = BITS_PER_SAMPLE; local 1113 uint16_t bits = static_cast<uint16_t>(bitsPerSample);
|
/frameworks/wilhelm/include/OMXAL/ |
H A D | OpenMAXAL.h | 385 XAuint32 bitsPerSample; member in struct:XADataFormat_PCM_ 2740 XAuint32 bitsPerSample; member in struct:XAAudioEncoderSettings_
|
Completed in 96 milliseconds