Searched refs:m_debug_extradata (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h791 bool m_debug_extradata; member in class:omx_vdec
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h816 bool m_debug_extradata; member in class:omx_vdec
H A Domx_vdec.h863 bool m_debug_extradata; member in class:omx_vdec
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp550 m_debug_extradata = atoi(extradata_value);
551 DEBUG_PRINT_HIGH("vidc.dec.debug.extradata value is %d",m_debug_extradata);
8498 if (!m_debug_extradata)
H A Domx_vdec_copper.cpp557 m_debug_extradata = atoi(extradata_value);
558 DEBUG_PRINT_HIGH("vidc.dec.debug.extradata value is %d",m_debug_extradata);
8001 if (!m_debug_extradata)
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp548 m_debug_extradata = atoi(extradata_value);
549 DEBUG_PRINT_HIGH("vidc.dec.debug.extradata value is %d",m_debug_extradata);
8478 if (!m_debug_extradata)
H A Domx_vdec_hevc.cpp593 m_debug_extradata = atoi(extradata_value);
594 DEBUG_PRINT_HIGH("vidc.dec.debug.extradata value is %d",m_debug_extradata);
7758 if (!m_debug_extradata)
H A Domx_vdec_msm8974.cpp621 m_debug_extradata = atoi(extradata_value);
622 DEBUG_PRINT_HIGH("vidc.dec.debug.extradata value is %d",m_debug_extradata);
6250 if (m_debug_extradata) {
8187 if (!m_debug_extradata)

Completed in 1780 milliseconds