khronosfws/openmax_al/src/mmf_adaptation/xamediarecorderadaptctxmmf.h
changeset 25 6f7ceef7b1d1
parent 19 4a629bc82c5e
child 53 eabc8c503852
--- a/khronosfws/openmax_al/src/mmf_adaptation/xamediarecorderadaptctxmmf.h	Fri May 28 19:26:28 2010 -0500
+++ b/khronosfws/openmax_al/src/mmf_adaptation/xamediarecorderadaptctxmmf.h	Fri Jun 11 19:59:23 2010 -0500
@@ -1,75 +1,73 @@
 /*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description: 
-*
-*/
+ * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Nokia Corporation - initial contribution.
+ *
+ * Contributors:
+ *
+ * Description: MediaRecorder Adaptation MMF header
+ *
+ */
 
 #ifndef XAMEDIARECORDERADAPTCTXMMF_H_
 #define XAMEDIARECORDERADAPTCTXMMF_H_
 
 #include "xaadaptationmmf.h"
 
-
 /* TYPEDEFS */
-typedef struct XAMediaRecorderAdaptationMMFCtx_ XAMediaRecorderAdaptationMMFCtx;
+typedef struct XAMediaRecorderAdaptationMMFCtx_
+        XAMediaRecorderAdaptationMMFCtx;
 
 typedef struct XAMediaRecorderAdaptationMMFCtx_
-{
+    {
     /* Parent*/
     XAAdaptationMMFCtx_ baseObj;
 
     /* OMX-AL Variables */
-    XADataSource            *xaAudioSource, *xaVideoSource;
-    XADataSink              *xaSink;
-    XAuint8                 recModes;
+    XADataSource *xaAudioSource, *xaVideoSource;
+    XADataSink *xaSink;
+    XAuint8 recModes;
 
     /* GST elements */
-    XAboolean               isobjsink;   /*is sink another XA object?*/
-    XAboolean               isobjasrc;    /*is audio source another XA object?*/
-    XAboolean               isobjvsrc;    /*is video source another XA object?*/
-    XAboolean               encodingchanged;
+    XAboolean isobjsink; /*is sink another XA object?*/
+    XAboolean isobjasrc; /*is audio source another XA object?*/
+    XAboolean isobjvsrc; /*is video source another XA object?*/
+    XAboolean encodingchanged;
 
-    XAboolean               mute;
-    XAuint32                premutevol;
-    XAuint32                imageEffectID;
-    XAboolean               isStereoPosition;
-    XAuint32                xaRecordState;
-    XAmillidegree           curRotation;
-    XAuint32                curMirror;
-    XAboolean               isRecord;
+    XAboolean mute;
+    XAuint32 premutevol;
+    XAuint32 imageEffectID;
+    XAboolean isStereoPosition;
+    XAuint32 xaRecordState;
+    XAmillidegree curRotation;
+    XAuint32 curMirror;
+    XAboolean isRecord;
 
     /* internals */
-    XAboolean               trackpositionenabled;
-    gboolean                runpositiontimer;
+    XAboolean trackpositionenabled;
+    gboolean runpositiontimer;
 
-    XAImplThreadHandle      recordingEventThr;
+    XAImplThreadHandle recordingEventThr;
 
     /* Variables for encoders */
-    XAAudioEncoderSettings  audioEncSettings;
-    XAVideoSettings         videoEncSettings;
-    XAImageSettings         imageEncSettings;
-    
-    void*                   mmfContext;
+    XAAudioEncoderSettings audioEncSettings;
+    XAVideoSettings videoEncSettings;
+    XAImageSettings imageEncSettings;
 
+    void* mmfContext;
 
-} XAMediaRecorderAdaptationMMFCtx_;
+    } XAMediaRecorderAdaptationMMFCtx_;
 
 /* FUNCTIONS */
-XAAdaptationBaseCtx* XAMediaRecorderAdaptMMF_Create(  XADataSource* pAudioSrc,
-                            XADataSource* pImageVideoSrc, XADataSink* pDataSnk, XAuint8 recModes );
-XAresult XAMediaRecorderAdaptMMF_PostInit( XAAdaptationMMFCtx* bCtx );
-void XAMediaRecorderAdaptMMF_Destroy( XAAdaptationMMFCtx* bCtx );
-
+XAAdaptationBaseCtx* XAMediaRecorderAdaptMMF_Create(XADataSource* pAudioSrc,
+        XADataSource* pImageVideoSrc, XADataSink* pDataSnk, XAuint8 recModes);
+XAresult XAMediaRecorderAdaptMMF_PostInit(XAAdaptationMMFCtx* bCtx);
+void XAMediaRecorderAdaptMMF_Destroy(XAAdaptationMMFCtx* bCtx);
 
 #endif /* XAMEDIARECORDERADAPTCTXMMF_H_ */