Searched refs:pComponentPrivate (Results 1 – 12 of 12) sorted by relevance
55 component->pComponentPrivate = obj_ptr; in qc_omx_create_component_wrapper()88 …onent *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL; in qc_omx_component_init()114 …onent *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL; in qc_omx_component_get_version()130 …onent *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL; in qc_omx_component_send_command()146 …onent *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL; in qc_omx_component_get_parameter()162 …onent *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL; in qc_omx_component_set_parameter()178 …onent *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL; in qc_omx_component_get_config()196 …onent *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL; in qc_omx_component_set_config()214 …onent *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL; in qc_omx_component_get_extension_index()227 …onent *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL; in qc_omx_component_get_state()[all …]
326 OMX_PTR pComponentPrivate; member