| 134 | } |
| 135 | |
| 136 | size_t Device::getFramesPerBlock() |
| 137 | { |
| 138 | if( ! mFramesPerBlock ) |
| 139 | mFramesPerBlock = Context::deviceManager()->getFramesPerBlock( shared_from_this() ); |
| 140 | |
| 141 | return mFramesPerBlock; |
| 142 | } |
| 143 | |
| 144 | void Device::updateFormat( const Format &format ) |
| 145 | { |
no outgoing calls
no test coverage detected