0
|
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".
|
|
7 |
//
|
|
8 |
// Initial Contributors:
|
|
9 |
// Nokia Corporation - initial contribution.
|
|
10 |
//
|
|
11 |
// Contributors:
|
|
12 |
//
|
|
13 |
// Description:
|
|
14 |
// e32\include\drivers\camerasc.inl
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
inline DCameraScPdd* DCameraScLdd::Pdd()
|
|
19 |
{return((DCameraScPdd*)iPdd);}
|
|
20 |
|
|
21 |
inline DThread* DCameraScLdd::OwningThread()
|
|
22 |
{return(iOwningThread);}
|
|
23 |
|
|
24 |
inline TInt DCameraScLdd::CurrentFrameHeight()
|
|
25 |
{return(iCaptureModeConfig[iCaptureMode].iFrameHeight);}
|
|
26 |
|
|
27 |
inline TInt DCameraScLdd::CurrentFrameWidth()
|
|
28 |
{return(iCaptureModeConfig[iCaptureMode].iFrameWidth);}
|
|
29 |
|
|
30 |
inline TInt DCameraScPdd::SpecifyCustomConfig(TDes8& /*aConfig*/)
|
|
31 |
{return(KErrArgument);}
|
|
32 |
|
|
33 |
inline TBool TCameraScRequestQueue::IsEmpty()
|
|
34 |
{return(iPendRequestQ.IsEmpty());}
|