summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-11-27 08:32:20 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-11-27 08:32:20 -0800
commitcd8d6d104b75fcc2a99f01e8f70c9145bb6dd82b (patch)
treee9a06a1fb68c48537c75476dd8b54d2aa5e4007d
parent21378e7d41c7484e4f48df003142fb7de8b42682 (diff)
parente9e992d56f711d333d3d24affe477982a5ff47d8 (diff)
downloadandroid_hardware_qcom_media-cd8d6d104b75fcc2a99f01e8f70c9145bb6dd82b.tar.gz
android_hardware_qcom_media-cd8d6d104b75fcc2a99f01e8f70c9145bb6dd82b.tar.bz2
android_hardware_qcom_media-cd8d6d104b75fcc2a99f01e8f70c9145bb6dd82b.zip
Merge "mm-video-v4l2: vdec : handle FBD before port-reconfig"
-rw-r--r--mm-video-v4l2/vidc/vdec/src/omx_vdec_hevc_swvdec.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/mm-video-v4l2/vidc/vdec/src/omx_vdec_hevc_swvdec.cpp b/mm-video-v4l2/vidc/vdec/src/omx_vdec_hevc_swvdec.cpp
index 52f93b26..0aed632a 100644
--- a/mm-video-v4l2/vidc/vdec/src/omx_vdec_hevc_swvdec.cpp
+++ b/mm-video-v4l2/vidc/vdec/src/omx_vdec_hevc_swvdec.cpp
@@ -2994,7 +2994,8 @@ bool omx_vdec::post_event(unsigned long p1,
pthread_mutex_lock(&m_lock);
if (id == OMX_COMPONENT_GENERATE_FTB ||
- id == OMX_COMPONENT_GENERATE_FBD)
+ id == OMX_COMPONENT_GENERATE_FBD ||
+ id == OMX_COMPONENT_GENERATE_PORT_RECONFIG)
{
m_ftb_q.insert_entry(p1,p2,id);
}