1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/mm/mmhais/refacladapt/data/naviengine/hwdev0x10206591amrwbdecnavi.rss Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,62 @@
1.4 +// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +//
1.18 +
1.19 +
1.20 +
1.21 +// INCLUDES
1.22 +#include "resourcehwdeviceinitstructs.rh"
1.23 +#include "resourceaudioenums.hrh"
1.24 +#include "hwdeviceimplementationuids.hrh"
1.25 +
1.26 +
1.27 +// RESOURCE DEFINITIONS
1.28 +
1.29 +// -----------------------------------------------------------------------------
1.30 +//
1.31 +// AMRWB_DEC_RESOURCE
1.32 +// The AMRWB_DEC_RESOURCE resource provides the client with the following
1.33 +// initialization information:
1.34 +// 1. Hardware device UID. This UID is defined by the client.
1.35 +// 2. The device capabilities parameters consisting of sampling rate,
1.36 +// type of encoding, channel definition (mono or stereo) and buffer size.
1.37 +//
1.38 +// -----------------------------------------------------------------------------
1.39 +//
1.40 +
1.41 +RESOURCE DAL_RESOURCE_DATA_RESOURCE amrwbdec_resource
1.42 +{
1.43 + uid = KUidHwCodecAWBDecToPCM16;
1.44 + data =
1.45 + {
1.46 + DAL_RESOURCE_DATA
1.47 + {
1.48 + mode = EMMFStatePlaying;
1.49 +
1.50 + cap_data =
1.51 + {
1.52 + HWDEVICE_CAPABILITIES_DATA
1.53 + {
1.54 + Rate = EMMFSampleRate16000Hz;
1.55 + Encoding = 0;
1.56 + Channels = 3; // Stereo and mono
1.57 + BufferSize = 28800;
1.58 + }
1.59 + }; // End of cap_data
1.60 + } // End of DAL_RESOURCE_DATA (encode mode)
1.61 + }; // End of data[]
1.62 +}
1.63 +
1.64 +
1.65 +// End of File