Update contrib.
1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // e32\include\drivers\camerasc.inl
18 inline DCameraScPdd* DCameraScLdd::Pdd()
19 {return((DCameraScPdd*)iPdd);}
21 inline DThread* DCameraScLdd::OwningThread()
22 {return(iOwningThread);}
24 inline TInt DCameraScLdd::CurrentFrameHeight()
25 {return(iCaptureModeConfig[iCaptureMode].iFrameHeight);}
27 inline TInt DCameraScLdd::CurrentFrameWidth()
28 {return(iCaptureModeConfig[iCaptureMode].iFrameWidth);}
30 inline TInt DCameraScPdd::SpecifyCustomConfig(TDes8& /*aConfig*/)
31 {return(KErrArgument);}
33 inline TBool TCameraScRequestQueue::IsEmpty()
34 {return(iPendRequestQ.IsEmpty());}