aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base/src/componentbase.cpp8
-rw-r--r--core/inc/khronos/openmax/include/OMX_IntelIndexExt.h3
2 files changed, 3 insertions, 8 deletions
diff --git a/base/src/componentbase.cpp b/base/src/componentbase.cpp
index 14318a0..a1e861f 100644
--- a/base/src/componentbase.cpp
+++ b/base/src/componentbase.cpp
@@ -830,10 +830,6 @@ OMX_ERRORTYPE ComponentBase::CBaseGetExtensionIndex(
return OMX_ErrorNone;
}
- if (!strcmp(cParameterName, "OMX.Intel.index.vp8ForceKFrame")) {
- *pIndexType = static_cast<OMX_INDEXTYPE>(OMX_IndexExtVP8ForceKFrame);
- return OMX_ErrorNone;
- }
if (!strcmp(cParameterName, "OMX.Intel.index.requestBlackFramePointer")) {
*pIndexType = static_cast<OMX_INDEXTYPE>(OMX_IndexExtRequestBlackFramePointer);
return OMX_ErrorNone;
@@ -844,8 +840,8 @@ OMX_ERRORTYPE ComponentBase::CBaseGetExtensionIndex(
return OMX_ErrorNone;
}
- if (!strcmp(cParameterName, "OMX.Intel.index.numberOfTemporalLayer")) {
- *pIndexType = static_cast<OMX_INDEXTYPE>(OMX_IndexExtNumberOfTemporalLayer);
+ if (!strcmp(cParameterName, "OMX.Intel.index.temporalLayer")) {
+ *pIndexType = static_cast<OMX_INDEXTYPE>(OMX_IndexExtTemporalLayer);
return OMX_ErrorNone;
}
diff --git a/core/inc/khronos/openmax/include/OMX_IntelIndexExt.h b/core/inc/khronos/openmax/include/OMX_IntelIndexExt.h
index 4bdf6a7..1914662 100644
--- a/core/inc/khronos/openmax/include/OMX_IntelIndexExt.h
+++ b/core/inc/khronos/openmax/include/OMX_IntelIndexExt.h
@@ -66,9 +66,8 @@ typedef enum OMX_INTELINDEXEXTTYPE {
/* Error report by WebRTC */
OMX_IndexExtEnableErrorReport, /**<reference: EnableErrorReport for decoder */
OMX_IndexExtPrepareForAdaptivePlayback, /**<reference: Prepare for AdaptivePlayback*/
- OMX_IndexExtVP8ForceKFrame, /**<reference: For VP8 Force K Frame*/
OMX_IndexExtVP8MaxFrameSizeRatio, /**<reference: For VP8 Max Frame Size*/
- OMX_IndexExtNumberOfTemporalLayer, /**<reference: For Number of Layer*/
+ OMX_IndexExtTemporalLayer, /**<reference: For Temporal Layer*/
OMX_IndexExtRequestBlackFramePointer, /**<reference: OMX_VIDEO_INTEL_REQUEST_BALCK_FRAME_POINTER*/
// Index for VPP must always be put at the end