Searched defs:bytesPerSample (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/cortex/addons/common/
H A DSoundUtils.cpp67 int bytesPerSample = format.format & 0xf; local
H A DAudioBuffer.cpp283 size_t bytesPerSample = m_format.format & 0x0f; local
336 size_t bytesPerSample = m_format.format & 0x0f; local
389 size_t bytesPerSample = m_format.format & 0x0f; local
446 size_t bytesPerSample local
[all...]
/haiku/src/apps/cortex/support/
H A DSoundUtils.cpp67 int bytesPerSample = format.format & media_raw_audio_format::B_AUDIO_SIZE_MASK; local
/haiku/src/apps/mediaconverter/
H A DMediaFileInfo.cpp97 char bytesPerSample = (char)(raf->format & 0xf); local

Completed in 112 milliseconds