Home
last modified time | relevance | path

Searched refs:afmt (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundDeviceEngine.cpp516 int afmt = 0; in AcceptFormatFor() local
547 afmt = OpenSoundDevice::convert_media_format_to_oss_format(raw.format); in AcceptFormatFor()
548 afmt &= fmt; in AcceptFormatFor()
549 PRINT(("%s:step2 afmt=0x%08x\n", __FUNCTION__, afmt)); in AcceptFormatFor()
551 if (afmt == 0) { in AcceptFormatFor()
552 afmt = OpenSoundDevice::select_oss_format(fmt); in AcceptFormatFor()
553 raw.format = OpenSoundDevice::convert_oss_format_to_media_format(afmt); in AcceptFormatFor()
557 PRINT(("%s:step3 afmt=0x%08x\n", __FUNCTION__, afmt)); in AcceptFormatFor()
559 raw.format = OpenSoundDevice::convert_oss_format_to_media_format(afmt); in AcceptFormatFor()
561 __FUNCTION__, afmt, raw.format)); in AcceptFormatFor()
[all …]