/haiku/data/catalogs/apps/mediaconverter/ |
H A D | en_GB.catkeys | 3 …supported media file:} other{# files were not recognized as supported media files:}} MediaConverte…
|
H A D | th.catkeys | 14 …supported media file:} other{# files were not recognized as supported media files:}} MediaConverte… 55 Video quality not supported MediaConverter คุณภาพวิดีโอไม่รองรับ 62 Audio quality not supported MediaConverter คุณภาพเสียงไม่รองรับ
|
H A D | id.catkeys | 14 …supported media file:} other{# files were not recognized as supported media files:}} MediaConverte… 55 Video quality not supported MediaConverter Kualitas video tidak didukung 62 Audio quality not supported MediaConverter Kualitas audio tidak didukung
|
H A D | el.catkeys | 17 …ral, one{The file was not recognized as a supported media file:} other{# files were not recognized… 64 Video quality not supported MediaConverter Η ποιότητα βίντεο δεν υποστηρίζεται 72 Audio quality not supported MediaConverter Η ποιότητα ήχου δεν υποστηρίζεται
|
H A D | ru.catkeys | 17 …ral, one{The file was not recognized as a supported media file:} other{# files were not recognized… 64 Video quality not supported MediaConverter Качество видео не поддерживается 73 Audio quality not supported MediaConverter Качество звука не поддерживается
|
H A D | ja.catkeys | 17 …ral, one{The file was not recognized as a supported media file:} other{# files were not recognized… 64 Video quality not supported MediaConverter ビデオ品質はサポートされていません 73 Audio quality not supported MediaConverter オーディオ品質がサポートされていません
|
H A D | uk.catkeys | 17 …ral, one{The file was not recognized as a supported media file:} other{# files were not recognized… 64 Video quality not supported MediaConverter Якість відео не підтримується 73 Audio quality not supported MediaConverter Якість звуку не підтримується
|
H A D | ko.catkeys | 17 …ral, one{The file was not recognized as a supported media file:} other{# files were not recognized… 64 Video quality not supported MediaConverter 동영상 화질은 지원하지 않음 73 Audio quality not supported MediaConverter 오디오 음질은 지원하지 않음
|
H A D | ro.catkeys | 17 …supported media file:} other{# files were not recognized as supported media files:}} MediaConverte… 64 Video quality not supported MediaConverter Calitatea video nu este suportată 73 Audio quality not supported MediaConverter Calitatea audio nu este suportată
|
H A D | es.catkeys | 17 …supported media file:} other{# files were not recognized as supported media files:}} MediaConverte… 64 Video quality not supported MediaConverter Calidad de video no soportada 73 Audio quality not supported MediaConverter Calidad de audio no soportada
|
H A D | zh_Hans.catkeys | 17 …ral, one{The file was not recognized as a supported media file:} other{# files were not recognized… 64 Video quality not supported MediaConverter 视频质量不支持 73 Audio quality not supported MediaConverter 音频质量不支持
|
H A D | be.catkeys | 45 Video quality not supported MediaConverter Якасць відэа не падтрымліваецца 51 Audio quality not supported MediaConverter Якасць аўдыё не падтрымліваецца
|
H A D | pt_BR.catkeys | 14 …ral, one{The file was not recognized as a supported media file:} other{# files were not recognized… 55 Video quality not supported MediaConverter Qualidade de vídeo não suportada 62 Audio quality not supported MediaConverter Qualidade de áudio não suportada
|
H A D | nl.catkeys | 15 …ral, one{The file was not recognized as a supported media file:} other{# files were not recognized… 58 Video quality not supported MediaConverter Videokwaliteit niet ondersteund 65 Audio quality not supported MediaConverter Geluidskwaliteit wordt niet ondersteund
|
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/ |
H A D | Driver.cpp | 333 const struct serial_support_descriptor *supported = NULL; in scan_pci() local 349 supported = &sSupportedDevices[i]; in scan_pci() 352 if (supported == NULL) in scan_pci() 357 info.vendor_id, info.device_id, supported->name); in scan_pci() 369 if (supported->constraints.maxports) { in scan_pci() 370 maxPorts = supported->constraints.maxports; in scan_pci() 373 if (supported->constraints.subsystem_id_mask) { in scan_pci() 375 uint32 mask = supported->constraints.subsystem_id_mask; in scan_pci() 405 if (supported->constraints.ignoremask & (1 << r)) { in scan_pci() 415 if (reglen < supported->constraints.minsize) in scan_pci() [all …]
|
/haiku/src/add-ons/media/media-add-ons/videowindow/ |
H A D | VideoView.cpp | 232 bool supported = false; in IsOverlaySupported() local 237 supported = true; in IsOverlaySupported() 243 return supported; in IsOverlaySupported()
|
/haiku/docs/user/game/ |
H A D | GameProducer.dox | 79 \retval B_OK \a type is supported. 81 \retval B_MEDIA_BAD_FORMAT The \a format is not supported. 98 \retval B_OK The \a format is supported. 101 \retval B_MEDIA_BAD_FORMAT The \a format is not supported. 203 \retval B_MEDIA_BAD_FORMAT The \a format is not supported. 266 \brief Play rates are not supported, returns \c B_ERROR. 271 \return Always returns \c B_ERROR since play rates aren't supported. 280 \brief Private messages are not supported, returns \c B_ERROR. 286 \returns Always returns \c B_ERROR since private messages aren't supported. 297 \brief Offline modes are not supported for now, does nothing. [all …]
|
/haiku/src/add-ons/media/media-add-ons/usb_webcam/ |
H A D | CamDevice.cpp | 684 bool supported = false; in Sniff() local 685 for (uint32 i = 0; !supported && fSupportedDevices[i].vendor; i++) { in Sniff() 698 supported = true; in Sniff() 703 for (uint32 j = 0; !supported && j < device->CountConfigurations(); j++) { in Sniff() 705 for (uint32 k = 0; !supported && k < cfg->CountInterfaces(); k++) { in Sniff() 707 for (uint32 l = 0; !supported && l < intf->CountAlternates(); l++) { in Sniff() 715 supported = true; in Sniff() 722 if (supported) in Sniff()
|
/haiku/src/add-ons/kernel/bus_managers/virtio/ |
H A D | VirtioDevice.cpp | 111 VirtioDevice::NegotiateFeatures(uint64 supported, uint64* negotiated, in NegotiateFeatures() argument 122 supported |= VIRTIO_FEATURE_VERSION_1; in NegotiateFeatures() 123 supported &= ~VIRTIO_FEATURE_NOTIFY_ON_EMPTY; in NegotiateFeatures() 126 fFeatures &= supported; in NegotiateFeatures()
|
/haiku/docs/user/storage/ |
H A D | AppFileInfo.dox | 32 accessed include the signature, catalog entry, supported MIME types, 328 \brief Gets the MIME types supported by the application. 330 The supported MIME types are added to a field "types" of type 334 MIME types supported by the application will be written. 340 \retval B_BAD_TYPE The attribute/resources that the supported types 342 \retval B_ENTRY_NOT_FOUND No supported types are set on the file. 351 \brief Sets the MIME types that are supported by the application 352 and allows you to specify whether or not the supported types 355 If \a types is \c NULL then the application's supported types are unset. 357 The supported MIME types must be stored in a field "types" of type [all …]
|
/haiku/docs/develop/media/ |
H A D | media_seek_flags.txt | 38 Currently supported via SeekToTime 40 Currently supported via SeekToFrame 51 Currently supported by most tracks AFAIK. 59 Currently supported by supplying no seek flags. 61 Currently supported by supplying B_MEDIA_SEEK_CLOSEST_BACKWARD as a seek flag. 63 Currently supported by supplying B_MEDIA_SEEK_CLOSEST_FORWARD as a seek flag. 73 Currently supported by supplying no seek flags. 95 Currently supported by suppling no seek flags.
|
/haiku/src/add-ons/media/media-add-ons/opensound/ |
H A D | OpenSound_README.txt | 13 …ode that can be used as default system audio output and input. Each OSS-supported card has its own… 17 …ould support playback and recording. The list of supported devices is the same as the list of supp…
|
/haiku/src/add-ons/kernel/drivers/input/hid_shared/ |
H A D | TabletProtocolHandler.cpp | 103 bool supported = false; in AddHandlers() local 113 supported = true; in AddHandlers() 130 supported = true; in AddHandlers() 138 if (!supported) { in AddHandlers()
|
H A D | MouseProtocolHandler.cpp | 72 bool supported = false; in AddHandlers() local 79 supported = true; in AddHandlers() 87 if (!supported) { in AddHandlers()
|
/haiku/src/preferences/filetypes/ |
H A D | AttributeWindow.cpp | 144 for (int32 j = 0; kDisplayAsMap[i].supported[j]; j++) { in AttributeWindow() 145 message->AddInt32("supports", kDisplayAsMap[i].supported[j]); in AttributeWindow() 309 bool supported = item == _DefaultDisplayAs(); in _CheckDisplayAs() local 315 supported = true; in _CheckDisplayAs() 320 item->SetEnabled(supported); in _CheckDisplayAs() 321 if (item->IsMarked() && !supported) in _CheckDisplayAs()
|