Searched refs:in_reconfig (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h779 bool in_reconfig; member in class:omx_vdec
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h800 bool in_reconfig; member in class:omx_vdec
H A Domx_vdec.h882 bool in_reconfig; member in class:omx_vdec
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec_copper.cpp503 in_reconfig(false),
710 if (p2 == OMX_CORE_OUTPUT_PORT_INDEX && pThis->in_reconfig)
716 pThis->in_reconfig = false;
1095 if (pThis->in_reconfig)
7264 if(in_reconfig == true)
7341 if (in_reconfig) // BufReq will be set to driver when port is disabled
7403 in_reconfig = true;
7454 if (in_reconfig)
H A Domx_vdec.cpp495 in_reconfig(false),
711 if (p2 == OMX_CORE_OUTPUT_PORT_INDEX && pThis->in_reconfig)
713 pThis->in_reconfig = false;
7815 if (in_reconfig) // BufReq will be set to driver when port is disabled
7886 in_reconfig = true;
7967 if (in_reconfig)
9200 if (!omx->in_reconfig && !omx->output_flush_progress) {
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp484 in_reconfig(false),
711 if (p2 == OMX_CORE_OUTPUT_PORT_INDEX && pThis->in_reconfig) {
712 pThis->in_reconfig = false;
1049 if (pThis->in_reconfig) {
7525 if (in_reconfig) // BufReq will be set to driver when port is disabled
7588 in_reconfig = true;
7661 if (in_reconfig) {
9473 if (!omx->in_reconfig && !omx->output_flush_progress) {
H A Domx_vdec_hevc_swvdec.cpp590 in_reconfig(false),
977 if (p2 == OMX_CORE_OUTPUT_PORT_INDEX && pThis->in_reconfig)
993 pThis->in_reconfig = false;
1439 pThis->in_reconfig = true;
8191 if (in_reconfig) // BufReq will be set to driver when port is disabled
9372 if (!omx->in_reconfig && !omx->output_flush_progress && bufadd->nFilledLen) {
9902 if (m_swvdec_mode == SWVDEC_MODE_DECODE_ONLY && in_reconfig != true)
10484 in_reconfig = true;
10663 if (!in_reconfig || m_swvdec_mode == SWVDEC_MODE_DECODE_ONLY)
H A Domx_vdec_hevc.cpp542 in_reconfig(false),
826 if (p2 == OMX_CORE_OUTPUT_PORT_INDEX && pThis->in_reconfig) {
832 pThis->in_reconfig = false;
1138 pThis->in_reconfig = true;
7192 if (in_reconfig) // BufReq will be set to driver when port is disabled
8283 if (!omx->in_reconfig && !omx->output_flush_progress && bufadd->nFilledLen) {
H A Domx_vdec_msm8974.cpp558 in_reconfig(false),
917 pThis->in_reconfig = false;
1224 pThis->in_reconfig = true;
2460 DEBUG_PRINT_HIGH("in %s: reconfig? %d", __func__, in_reconfig);
2462 if (in_reconfig && flushType == OMX_CORE_OUTPUT_PORT_INDEX) {
8233 if (in_reconfig) // BufReq will be set to driver when port is disabled
9709 if (!omx->in_reconfig && !omx->output_flush_progress && bufadd->nFilledLen) {

Completed in 130 milliseconds