Home
last modified time | relevance | path

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

/dports/sysutils/k3b/k3b-21.12.3/libk3bdevice/
H A Dk3bdevicetypes.h190 MEDIA_BD_ROM = 0x400000, enumerator
284 MEDIA_BD_ROM,
H A Dk3bdevice.cpp673 if( readCapabilities() & MEDIA_BD_ROM ) in type()
1862 case 0x40: return MEDIA_BD_ROM; in currentProfile()
2317 case MEDIA_BD_ROM: { in diskInfo()
2377 if( m & (MEDIA_UNKNOWN|MEDIA_BD_ROM) ) { in mediaType()
2388 case 'O': m = MEDIA_BD_ROM; break; in mediaType()
2705 d->readCapabilities |= MEDIA_BD_ROM; in checkFeatures()
2941 d->supportedProfiles |= MEDIA_BD_ROM; in checkFeatures()
H A Dk3bdeviceglobals.cpp150 if( m & MEDIA_BD_ROM ) in mediaTypeString()
/dports/sysutils/k3b/k3b-21.12.3/libk3b/jobs/
H A Dk3bdvdcopyjob.cpp254 case K3b::Device::MEDIA_BD_ROM: in slotDiskInfoReady()