summaryrefslogtreecommitdiffstats
path: root/mm-core/inc/OMX_QCOMExtns.h
diff options
context:
space:
mode:
authorDeva Ramasubramanian <dramasub@codeaurora.org>2014-08-25 18:09:38 -0700
committerDeva Ramasubramanian <dramasub@codeaurora.org>2014-09-04 15:56:22 -0700
commit63f1ef65ce794ee45a753f888515885500beee03 (patch)
treef7daaceb0869db0070e03b2544d05dcf232f09b3 /mm-core/inc/OMX_QCOMExtns.h
parentb5c48a58e255c7fd0fe5c8fbaee7870a54f1721b (diff)
downloadandroid_hardware_qcom_media-63f1ef65ce794ee45a753f888515885500beee03.tar.gz
android_hardware_qcom_media-63f1ef65ce794ee45a753f888515885500beee03.tar.bz2
android_hardware_qcom_media-63f1ef65ce794ee45a753f888515885500beee03.zip
mm-video: vidc: Possibly send not-coded-VOPs to the driver
Previously we were dropping the not coded VOPs in the component because the legacy hardware didn't support decoding it. Since the hardware now supports decoding N-C-VOPs, send it to the hardware if the client insists on it being decoded. A side effect of this is FBDs which have duplicate YUVs and timestamps. The client is expected deal with this side effect. CRs-Fixed: 714038 Change-Id: I44aa4f1f26568cf59cc76751802b8aa2373fcb69
Diffstat (limited to 'mm-core/inc/OMX_QCOMExtns.h')
-rw-r--r--mm-core/inc/OMX_QCOMExtns.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mm-core/inc/OMX_QCOMExtns.h b/mm-core/inc/OMX_QCOMExtns.h
index 75447455..0d33f173 100644
--- a/mm-core/inc/OMX_QCOMExtns.h
+++ b/mm-core/inc/OMX_QCOMExtns.h
@@ -476,6 +476,8 @@ enum OMX_QCOM_EXTN_INDEXTYPE
/*"OMX.QCOM.index.param.video.CustomBufferSize"*/
OMX_QcomIndexParamVideoCustomBufferSize = 0x7F00003E,
+
+ OMX_QcomIndexParamVideoProcessNotCodedVOP = 0x7F00003F,
};
/**