Skip to content

Commit f6c8595

Browse files
Shashi KumarmikeNG
authored andcommitted
hardware/qcom/media: Fix for AACEncoder CTS test failure on 7x27A
- AACEncoders CTS test fail in CTS verification. - AAC hardware encoder is not supported due to this getting failed in CTS verification. - Remove hardware AAC encoder from registry table. Change-Id: Ie2c552308fe32c78b1cc03f454a18d015c518c34 CRs-Fixed: 457174
1 parent 0db2584 commit f6c8595

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

mm-core/src/7627A/qc_registry_table_android.c

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*--------------------------------------------------------------------------
2-
Copyright (c) 2011, The Linux Foundation. All rights reserved.
2+
Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
33
44
Redistribution and use in source and binary forms, with or without
55
modification, are permitted provided that the following conditions are met:
@@ -559,22 +559,6 @@ omx_core_cb_type core[] =
559559
"audio_decoder.amrnb"
560560
}
561561
},
562-
{
563-
"OMX.qcom.audio.encoder.tunneled.aac",
564-
NULL, // Create instance function
565-
// Unique instance handle
566-
{
567-
NULL,
568-
NULL,
569-
NULL,
570-
NULL
571-
},
572-
NULL, // Shared object library handle
573-
"libOmxAacEnc.so",
574-
{
575-
"audio_encoder.aac"
576-
}
577-
},
578562
{
579563
"OMX.qcom.audio.decoder.tunneled.Qcelp13Hw",
580564
NULL, // Create instance function

0 commit comments

Comments
 (0)