Home | History | Annotate | Download | only in common

Lines Matching defs:pThis

48     qc_omx_component *pThis        = (qc_omx_component *)obj_ptr;
49 OMX_COMPONENTTYPE* component = &(pThis->m_cmp);
50 memset(&pThis->m_cmp,0,sizeof(OMX_COMPONENTTYPE));
88 qc_omx_component *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
91 if(pThis)
94 eRet = pThis->component_init(componentName);
99 delete pThis;
114 qc_omx_component *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
116 if(pThis)
118 eRet = pThis->get_component_version(hComp,componentName,componentVersion,specVersion,componentUUID);
130 qc_omx_component *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
133 if(pThis)
135 eRet = pThis->send_command(hComp,cmd,param1,cmdData);
146 qc_omx_component *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
149 if(pThis)
151 eRet = pThis->get_parameter(hComp,paramIndex,paramData);
162 qc_omx_component *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
165 if(pThis)
167 eRet = pThis->set_parameter(hComp,paramIndex,paramData);
178 qc_omx_component *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
181 if(pThis)
183 eRet = pThis->get_config(hComp,
196 qc_omx_component *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
199 if(pThis)
201 eRet = pThis->set_config(hComp,
214 qc_omx_component *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
215 if(pThis)
217 eRet = pThis->get_extension_index(hComp,paramName,indexType);
227 qc_omx_component *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
230 if(pThis)
232 eRet = pThis->get_state(hComp,state);
258 qc_omx_component *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
261 if(pThis)
263 eRet = pThis->use_buffer(hComp,
284 qc_omx_component *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
287 if(pThis)
289 eRet = pThis->allocate_buffer(hComp,bufferHdr,port,appData,bytes);
301 qc_omx_component *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
304 if(pThis)
306 eRet = pThis->free_buffer(hComp,port,buffer);
316 qc_omx_component *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
319 if(pThis)
321 eRet = pThis->empty_this_buffer(hComp,buffer);
331 qc_omx_component *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
333 if(pThis)
335 eRet = pThis->fill_this_buffer(hComp,buffer);
346 qc_omx_component *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
349 if(pThis)
351 eRet = pThis->set_callbacks(hComp,callbacks,appData);
360 qc_omx_component *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
363 if(pThis)
367 pThis->get_state(hComp,&state);
369 eRet = pThis->component_deinit(hComp);
371 delete pThis;
384 qc_omx_component *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
386 if(pThis)
388 eRet = pThis->use_EGL_image(hComp,bufferHdr,port,appData,eglImage);
399 qc_omx_component *pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
402 if(pThis)
404 eRet = pThis->component_role_enum(hComp,role,index);