Skip to content

Commit ecdd97c

Browse files
committed
mm-core: msm7x30: Fix code formatting
Change-Id: Idbdcdb7b882ef38f3b6dbdbb482c51ae8744190b
1 parent e69e7f3 commit ecdd97c

File tree

2 files changed

+55
-55
lines changed

2 files changed

+55
-55
lines changed

mm-core/src/7630/qc_registry_table.c

100755100644
File mode changed.

mm-core/src/7630/qc_registry_table_android.c

100755100644
Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ omx_core_cb_type core[] =
151151
"video_decoder.divx"
152152
}
153153
},
154-
{
154+
{
155155
"OMX.qcom.video.encoder.mpeg4",
156156
NULL, // Create instance function
157157
// Unique instance handle
@@ -167,7 +167,7 @@ omx_core_cb_type core[] =
167167
"video_encoder.mpeg4"
168168
}
169169
},
170-
{
170+
{
171171
"OMX.qcom.video.encoder.h263",
172172
NULL, // Create instance function
173173
// Unique instance handle
@@ -183,7 +183,7 @@ omx_core_cb_type core[] =
183183
"video_encoder.h263"
184184
}
185185
},
186-
{
186+
{
187187
"OMX.qcom.video.encoder.avc",
188188
NULL, // Create instance function
189189
// Unique instance handle
@@ -215,7 +215,7 @@ omx_core_cb_type core[] =
215215
"audio_decoder.mp3"
216216
}
217217
},
218-
{
218+
{
219219
"OMX.qcom.audio.decoder.Qcelp13",
220220
NULL, // Create instance function
221221
// Unique instance handle
@@ -336,54 +336,54 @@ omx_core_cb_type core[] =
336336
}
337337
},
338338
#ifndef _ANDROID_
339-
{
340-
"OMX.qcom.audio.decoder.aac",
341-
NULL, // Create instance function
342-
// Unique instance handle
343-
{
344-
NULL,
345-
NULL,
346-
NULL,
347-
NULL
348-
},
349-
NULL, // Shared object library handle
350-
"libOmxAacDec.so",
351-
{
352-
"audio_decoder.aac"
353-
}
354-
},
355-
{
356-
"OMX.qcom.audio.decoder.amrnb",
357-
NULL, // Create instance function
358-
// Unique instance handle
359-
{
360-
NULL,
361-
NULL,
362-
NULL,
363-
NULL
364-
},
365-
NULL, // Shared object library handle
366-
"libOmxAmrDec.so",
367-
{
368-
"audio_decoder.amrnb"
369-
}
370-
},
371-
{
372-
"OMX.qcom.audio.decoder.amrwb",
373-
NULL, // Create instance function
374-
// Unique instance handle
375-
{
376-
NULL,
377-
NULL,
378-
NULL,
379-
NULL
380-
},
381-
NULL, // Shared object library handle
382-
"libOmxAmrwbDec.so",
383-
{
384-
"audio_decoder.amrwb"
385-
}
386-
},
339+
{
340+
"OMX.qcom.audio.decoder.aac",
341+
NULL, // Create instance function
342+
// Unique instance handle
343+
{
344+
NULL,
345+
NULL,
346+
NULL,
347+
NULL
348+
},
349+
NULL, // Shared object library handle
350+
"libOmxAacDec.so",
351+
{
352+
"audio_decoder.aac"
353+
}
354+
},
355+
{
356+
"OMX.qcom.audio.decoder.amrnb",
357+
NULL, // Create instance function
358+
// Unique instance handle
359+
{
360+
NULL,
361+
NULL,
362+
NULL,
363+
NULL
364+
},
365+
NULL, // Shared object library handle
366+
"libOmxAmrDec.so",
367+
{
368+
"audio_decoder.amrnb"
369+
}
370+
},
371+
{
372+
"OMX.qcom.audio.decoder.amrwb",
373+
NULL, // Create instance function
374+
// Unique instance handle
375+
{
376+
NULL,
377+
NULL,
378+
NULL,
379+
NULL
380+
},
381+
NULL, // Shared object library handle
382+
"libOmxAmrwbDec.so",
383+
{
384+
"audio_decoder.amrwb"
385+
}
386+
},
387387
{
388388
"OMX.qcom.audio.decoder.tunneled.mp3",
389389
NULL, // Create instance function
@@ -416,7 +416,7 @@ omx_core_cb_type core[] =
416416
"audio_decoder.aac"
417417
}
418418
},
419-
{
419+
{
420420
"OMX.qcom.audio.decoder.tunneled.amrnb",
421421
NULL, // Create instance function
422422
// Unique instance handle
@@ -432,7 +432,7 @@ omx_core_cb_type core[] =
432432
"audio_decoder.amrnb"
433433
}
434434
},
435-
{
435+
{
436436
"OMX.qcom.audio.encoder.tunneled.aac",
437437
NULL, // Create instance function
438438
// Unique instance handle
@@ -448,7 +448,7 @@ omx_core_cb_type core[] =
448448
"audio_encoder.aac"
449449
}
450450
},
451-
{
451+
{
452452
"OMX.qcom.audio.encoder.aac",
453453
NULL, // Create instance function
454454
// Unique instance handle

0 commit comments

Comments
 (0)