Home
last modified time | relevance | path

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

/dports/sysutils/k3b/k3b-21.12.3/src/
H A Dk3bwriterselectionwidget.cpp277 int x1Speed = K3b::Device::SPEED_FACTOR_CD; in slotRefreshWriterSpeeds()
359 …speed = ( ( speed + ( K3b::Device::SPEED_FACTOR_CD/2 ) )/K3b::Device::SPEED_FACTOR_CD )*K3b::Devic… in insertSpeedItem()
376 …m_comboSpeed->insertItem( speed, QString("%1x").arg(speed/K3b::Device::SPEED_FACTOR_CD), QString()… in insertSpeedItem()
610 int speedFactor = K3b::Device::SPEED_FACTOR_CD; in slotManualSpeed()
H A Dk3bdiskinfoview.cpp360 …speedStr.append( QString( "%1x (%2 KB/s)" ).arg( speed/K3b::Device::SPEED_FACTOR_CD ).arg( speed )… in createMediaInfoItems()
/dports/sysutils/k3b/k3b-21.12.3/libk3bdevice/
H A Dk3bdevicetypes.h293 SPEED_FACTOR_CD = 175, enumerator
H A Dk3bdevice.cpp3212 for ( int i = 1; i <= max/SPEED_FACTOR_CD; i *= 2 ) { in determineSupportedWriteSpeeds()
3213 ret.append( i * SPEED_FACTOR_CD ); in determineSupportedWriteSpeeds()
/dports/sysutils/k3b/k3b-21.12.3/libk3b/core/
H A Dk3bglobals.cpp575 return K3b::Device::SPEED_FACTOR_CD; in speedMultiplicatorForMediaType()