Searched refs:m_sSessionIPBQPRange (Results 1 – 3 of 3) sorted by relevance
311 OMX_INIT_STRUCT(&m_sSessionIPBQPRange, OMX_QCOM_VIDEO_PARAM_IPB_QPRANGETYPE); in component_init()313 m_sSessionIPBQPRange.nPortIndex = (OMX_U32)PORT_INDEX_OUT; in component_init()320 m_sSessionIPBQPRange.minIQP = in component_init()321 m_sSessionIPBQPRange.minPQP = in component_init()322 m_sSessionIPBQPRange.minBQP = m_sSessionQPRange.minQP; in component_init()323 m_sSessionIPBQPRange.maxIQP = in component_init()324 m_sSessionIPBQPRange.maxPQP = in component_init()325 m_sSessionIPBQPRange.maxBQP = m_sSessionQPRange.maxQP; in component_init()1258 m_sSessionIPBQPRange.minIQP = qp_range->minIQP; in set_parameter()1259 m_sSessionIPBQPRange.maxIQP = qp_range->maxIQP; in set_parameter()[all …]
1819 memcpy(qp_range, &m_sSessionIPBQPRange, sizeof(m_sSessionIPBQPRange)); in get_parameter()
641 OMX_QCOM_VIDEO_PARAM_IPB_QPRANGETYPE m_sSessionIPBQPRange; variable