summaryrefslogtreecommitdiff
path: root/mm-core
diff options
context:
space:
mode:
authorLi Sun <lis@codeaurora.org>2017-07-31 15:19:39 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-08-29 00:04:14 -0700
commit88f72ac60e03859fb10f9475656c76fa8f2f6708 (patch)
tree2dec7dd7bddf35080173b79e3a181405a184120f /mm-core
parent28baffe17019bf0f1ce19dd5876ce938d4c7b8f7 (diff)
downloadmedia-88f72ac60e03859fb10f9475656c76fa8f2f6708.tar.gz
mm-core: expose omx vpp component to the client
Move omx vpp component in front of the dummy codec component. Redefine the role of omx vpp component as "iv_processor.yuv" based on OpenMax spec. CRs-Fixed: 2087702 Change-Id: Ia862c44faebeca49b8da945e96794943197467b5
Diffstat (limited to 'mm-core')
-rw-r--r--mm-core/src/sdm845/registry_table_android.c32
1 files changed, 16 insertions, 16 deletions
diff --git a/mm-core/src/sdm845/registry_table_android.c b/mm-core/src/sdm845/registry_table_android.c
index fbc2b9c2..51f2d89f 100644
--- a/mm-core/src/sdm845/registry_table_android.c
+++ b/mm-core/src/sdm845/registry_table_android.c
@@ -650,6 +650,22 @@ omx_core_cb_type core[] =
}
},
{
+ "OMX.qti.vdec.vpp",
+ NULL, // Create instance function
+ // Unique instance handle
+ {
+ NULL,
+ NULL,
+ NULL,
+ NULL
+ },
+ NULL, // Shared object library handle
+ "libOmxVpp.so",
+ {
+ "iv_processor.yuv"
+ }
+ },
+ {
"OMX.QCOM.CUST.COMP.START",
NULL, //Create instance function
//Unique instance handle
@@ -712,22 +728,6 @@ omx_core_cb_type core[] =
{
"video_encoder.hevc"
}
- },
- {
- "OMX.qti.vdec.vpp",
- NULL, // Create instance function
- // Unique instance handle
- {
- NULL,
- NULL,
- NULL,
- NULL
- },
- NULL, // Shared object library handle
- "libOmxVpp.so",
- {
- "video_decoder.vpp"
- }
}
};