Searched refs:m_sParamEntropy (Results 1 – 6 of 6) sorted by relevance
663 QOMX_VIDEO_H264ENTROPYCODINGTYPE m_sParamEntropy; variable
723 QOMX_VIDEO_H264ENTROPYCODINGTYPE m_sParamEntropy; variable
713 QOMX_VIDEO_H264ENTROPYCODINGTYPE m_sParamEntropy; variable
380 OMX_INIT_STRUCT(&m_sParamEntropy, QOMX_VIDEO_H264ENTROPYCODINGTYPE); in component_init()381 m_sParamEntropy.bCabac = OMX_FALSE; in component_init()
446 OMX_INIT_STRUCT(&m_sParamEntropy, QOMX_VIDEO_H264ENTROPYCODINGTYPE); in component_init()447 m_sParamEntropy.bCabac = OMX_FALSE; in component_init()
1745 memcpy(pParam, &m_sParamEntropy, sizeof(m_sParamEntropy)); in get_parameter()