vtprotocolplugins/VideoSource/src/cmultiframeprovider.cpp
changeset 42 607cc97c6047
parent 41 f65a18712d2e
equal deleted inserted replaced
41:f65a18712d2e 42:607cc97c6047
   621         }
   621         }
   622     __IF_DEBUG(Print(_L("VideoSource[%d]: CMultiframeProvider::BMSScalingFinished() err %d <<"), RThread().Id().operator TUint(), aError));
   622     __IF_DEBUG(Print(_L("VideoSource[%d]: CMultiframeProvider::BMSScalingFinished() err %d <<"), RThread().Id().operator TUint(), aError));
   623     }
   623     }
   624 
   624 
   625 // -----------------------------------------------------------------------------
   625 // -----------------------------------------------------------------------------
   626 // CMultiframeProvider::AddBitmapToFreeQueue( CVtImageBitmap* aBitmap )
   626 // CMultiframeProvider::AddBitmapToFreeQueueL( CVtImageBitmap* aBitmap )
   627 // -----------------------------------------------------------------------------
   627 // -----------------------------------------------------------------------------
   628 //
   628 //
   629 void CMultiframeProvider::AddBitmapToFreeQueue()
   629 void CMultiframeProvider::AddBitmapToFreeQueueL()
   630     {
   630     {
   631     __IF_DEBUG(Print(_L("VideoSource[%d]: CMultiframeProvider::AddBitmapToFreeQueue() >>"), RThread().Id().operator TUint()));
   631     __IF_DEBUG(Print(_L("VideoSource[%d]: CMultiframeProvider::AddBitmapToFreeQueue() >>"), RThread().Id().operator TUint()));
   632     if ( iOldBM )
   632     if ( iOldBM )
   633         {
   633         {
   634         __IF_DEBUG(Print(_L("VideoSource[%d]: CMultiframeProvider::AddBitmapToFreeQueue() OLD BM"), RThread().Id().operator TUint()));
   634         __IF_DEBUG(Print(_L("VideoSource[%d]: CMultiframeProvider::AddBitmapToFreeQueue() OLD BM"), RThread().Id().operator TUint()));