HomeSort by relevance Sort by last modified time
    Searched full:phandle (Results 76 - 100 of 162) sorted by null

1 2 34 5 6 7

  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 207 OMX_ERRORTYPE send_input_buffer (OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn);
270 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle, OMX_STATETYPE DesiredState)
275 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle;
276 eError = pComponent->GetState(pHandle, &CurState);
283 eError = pComponent->GetState(pHandle, &CurState);
450 OMX_HANDLETYPE pHandle;
740 error = OMX_GetHandle(&pHandle, strG711Decoder, &AppData, &G711CaBa);
743 error = TIOMX_GetHandle(&pHandle, strG711Decoder, &AppData, &G711CaBa);
746 if((error != OMX_ErrorNone) || (pHandle == NULL)) {
802 error = OMX_SetParameter (pHandle, OMX_IndexParamPortDefinition, pCompPrivateStruct)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c 145 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
195 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp;
202 pHandle->SetCallbacks = SetCallbacks;
203 pHandle->GetComponentVersion = GetComponentVersion;
204 pHandle->SendCommand = SendCommand;
205 pHandle->GetParameter = GetParameter;
206 pHandle->SetParameter = SetParameter;
207 pHandle->GetConfig = GetConfig;
208 pHandle->SetConfig = SetConfig;
209 pHandle->GetState = GetState
    [all...]
OMX_WbAmrEnc_CompThread.c 99 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle;
156 pComponentPrivate->cbInfo.EventHandler ( pHandle,
157 pHandle->pApplicationPrivate,
211 pComponentPrivate->cbInfo.EventHandler( pHandle,
212 pHandle->pApplicationPrivate,
218 pComponentPrivate->cbInfo.EventHandler( pHandle,
219 pHandle->pApplicationPrivate,
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c 137 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
191 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp;
198 pHandle->SetCallbacks = SetCallbacks;
199 pHandle->GetComponentVersion = GetComponentVersion;
200 pHandle->SendCommand = SendCommand;
201 pHandle->GetParameter = GetParameter;
202 pHandle->SetParameter = SetParameter;
203 pHandle->GetConfig = GetConfig;
204 pHandle->SetConfig = SetConfig;
205 pHandle->GetState = GetState
    [all...]
OMX_G726Enc_ComponentThread.c 93 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle;
125 pComponentPrivate->cbInfo.EventHandler ( pHandle,
126 pHandle->pApplicationPrivate,
145 pComponentPrivate->cbInfo.EventHandler( pHandle,
146 pHandle->pApplicationPrivate,
154 pHandle, pHandle->pApplicationPrivate,
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_ComponentThread.c 96 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle;
139 pComponentPrivate->cbInfo.EventHandler ( pHandle,
140 pHandle->pApplicationPrivate,
169 pComponentPrivate->cbInfo.EventHandler( pHandle,
170 pHandle->pApplicationPrivate,
177 pComponentPrivate->cbInfo.EventHandler(pHandle,
178 pHandle->pApplicationPrivate,
OMX_G711Encoder.c 127 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
185 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp;
193 pHandle->SetCallbacks = SetCallbacks;
194 pHandle->GetComponentVersion = GetComponentVersion;
195 pHandle->SendCommand = SendCommand;
196 pHandle->GetParameter = GetParameter;
197 pHandle->SetParameter = SetParameter;
198 pHandle->GetConfig = GetConfig;
199 pHandle->SetConfig = SetConfig;
200 pHandle->GetState = GetState
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c 148 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
201 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp;
212 G722D_OMX_CONF_CHECK_CMD(pHandle,1,1)
214 pHandle->SetCallbacks = SetCallbacks;
215 pHandle->GetComponentVersion = GetComponentVersion;
216 pHandle->SendCommand = SendCommand;
217 pHandle->GetParameter = GetParameter;
218 pHandle->SetParameter = SetParameter;
219 pHandle->GetConfig = GetConfig;
220 pHandle->SetConfig = SetConfig
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Enc_ComponentThread.c 114 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle;
173 pComponentPrivate->cbInfo.EventHandler(pHandle,
174 pHandle->pApplicationPrivate,
218 pHandle, pHandle->pApplicationPrivate,
224 pHandle, pHandle->pApplicationPrivate,
OMX_G729Encoder.c 145 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
199 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp;
207 pHandle->SetCallbacks = SetCallbacks;
208 pHandle->GetComponentVersion = GetComponentVersion;
209 pHandle->SendCommand = SendCommand;
210 pHandle->GetParameter = GetParameter;
211 pHandle->SetParameter = SetParameter;
212 pHandle->GetConfig = GetConfig;
213 pHandle->SetConfig = SetConfig;
214 pHandle->GetState = GetState
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEnc_ComponentThread.c 106 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle;
162 pComponentPrivate->cbInfo.EventHandler ( pHandle,
163 pHandle->pApplicationPrivate,
206 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
207 pComponentPrivate->pHandle->pApplicationPrivate,
215 pComponentPrivate->cbInfo.EventHandler( pHandle,
216 pHandle->pApplicationPrivate,
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_ComponentThread.c 93 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle;
168 pComponentPrivate->cbInfo.EventHandler (pHandle,
169 pHandle->pApplicationPrivate,
207 pComponentPrivate->cbInfo.EventHandler(pHandle,
208 pHandle->pApplicationPrivate,
215 pComponentPrivate->cbInfo.EventHandler(pHandle,
216 pHandle->pApplicationPrivate,
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c 656 OMX_ERRORTYPE SetMarkers(OMX_HANDLETYPE pHandle, IMAGE_INFO *imageinfo, OMX_CONFIG_RECTTYPE sCrop, int nWidth, int nHeight);
674 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle,
680 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle;
683 eError = pComponent->GetState(pHandle, &CurState);
692 eError = pComponent->GetState(pHandle, &CurState);
837 OMX_ERRORTYPE SetMarkers(OMX_HANDLETYPE pHandle, IMAGE_INFO *imageinfo, OMX_CONFIG_RECTTYPE sCrop, int nWidth, int nHeight) {
855 eError = OMX_GetExtensionIndex(pHandle, "OMX.TI.JPEG.encoder.Config.APP0", (OMX_INDEXTYPE*)&nCustomIndex);
861 eError = OMX_SetConfig(pHandle, nCustomIndex, &sAPP0);
    [all...]
  /frameworks/base/include/media/
EffectsFactoryApi.h 102 // pHandle: address where to return the effect handle.
107 // -EINVAL invalid pEffectUuid or pHandle
109 // *pHandle: updated with the effect handle.
112 int EffectCreate(effect_uuid_t *pEffectUuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle);
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 166 * @param[out] pHandle Handle of the loaded components
181 OMX_ERRORTYPE OMX_GetHandle(OMX_HANDLETYPE * pHandle,
204 CORE_require(NULL != pHandle, OMX_ErrorBadParameter, NULL);
295 *pHandle = malloc(sizeof(OMX_COMPONENTTYPE));
296 CORE_assert((*pHandle != NULL), OMX_ErrorInsufficientResources,
297 "Malloc of pHandle* failed");
299 pComponents[i] = *pHandle;
300 componentType = (OMX_COMPONENTTYPE *) * pHandle;
308 eError = (*pComponentInit) (*pHandle);
309 //eError = OMX_ComponentInit(*pHandle);
    [all...]
OMX_Core_Wrapper.c 116 OMX_API OMX_ERRORTYPE TIOMX_GetHandle(OMX_OUT OMX_HANDLETYPE * pHandle,
123 return OMX_GetHandle(pHandle, cComponentName, pAppData, pCallBacks);
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c 830 pComponentPrivate->pHandle->pApplicationPrivate = NULL;
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c 123 OMX_COMPONENTTYPE *pHandle = NULL;
125 pHandle = (OMX_COMPONENTTYPE *) hComponent;
131 pHandle->pComponentPrivate =
136 PROXY_assert(pHandle->pComponentPrivate != NULL,
141 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
163 OMX_COMPONENTTYPE *pHandle = NULL;
165 pHandle = (OMX_COMPONENTTYPE *) hComponent;
177 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
189 pHandle->SetParameter = PROXY_VIDDEC_SetParameter;
190 pHandle->GetParameter = PROXY_VIDDEC_GetParameter
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_core/
SEC_OMX_Core.h 49 OMX_OUT OMX_HANDLETYPE *pHandle,
SEC_OMX_Core.c 128 OMX_OUT OMX_HANDLETYPE *pHandle,
145 if ((pHandle == NULL) || (cComponentName == NULL) || (pCallBacks == NULL)) {
185 *pHandle = loadComponent->pOMXComponent;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c 569 OMX_COMPONENTTYPE* pHandle = NULL;
579 pHandle = (OMX_COMPONENTTYPE*)pComponentPrivate->pHandle;
586 OMX_DBG_CHECK_CMD(pComponentPrivate->dbg, pHandle, pPortDefIn, pPortDefOut);
623 pComponentPrivate->sCbData.EmptyBufferDone(pComponentPrivate->pHandle,
624 pComponentPrivate->pHandle->pApplicationPrivate,
697 if (pCompPortOut->pBufferPrivate[i]->pBufferHdr->hMarkTargetComponent == pComponentPrivate->pHandle &&
706 pComponentPrivate->sCbData.FillBufferDone(pComponentPrivate->pHandle,
707 pComponentPrivate->pHandle->pApplicationPrivate,
826 OMX_COMPONENTTYPE* pHandle = NULL
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 144 OMX_COMPONENTTYPE *pHandle = NULL;
146 pHandle = (OMX_COMPONENTTYPE *) hComponent;
157 pHandle->pComponentPrivate =
162 PROXY_assert(pHandle->pComponentPrivate != NULL,
167 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
212 pHandle->SetParameter = LOCAL_PROXY_H264E_SetParameter;
213 pHandle->GetParameter = LOCAL_PROXY_H264E_GetParameter;
216 pHandle->EmptyThisBuffer = LOCAL_PROXY_H264E_EmptyThisBuffer;
217 pHandle->GetExtensionIndex = LOCAL_PROXY_H264E_GetExtensionIndex;
220 pHandle->ComponentDeInit = LOCAL_PROXY_H264E_ComponentDeInit
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 143 OMX_COMPONENTTYPE *pHandle = NULL;
145 pHandle = (OMX_COMPONENTTYPE *) hComponent;
156 pHandle->pComponentPrivate =
161 PROXY_assert(pHandle->pComponentPrivate != NULL,
166 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
212 pHandle->SetParameter = LOCAL_PROXY_MPEG4E_SetParameter;
213 pHandle->GetParameter = LOCAL_PROXY_MPEG4E_GetParameter;
215 pHandle->ComponentDeInit = LOCAL_PROXY_MPEG4E_ComponentDeInit;
216 pHandle->FreeBuffer = LOCAL_PROXY_MPEG4E_FreeBuffer;
217 pHandle->AllocateBuffer = LOCAL_PROXY_MPEG4E_AllocateBuffer
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 379 OMX_COMPONENTTYPE *pHandle;
470 OMX_ERRORTYPE VPP_Fill_LCMLInitParams(OMX_HANDLETYPE pHandle, OMX_U16 arr[], LCML_DSP *plcml_Init);
506 OMX_ERRORTYPE VPP_Start_ComponentThread(OMX_HANDLETYPE pHandle);
508 OMX_ERRORTYPE VPP_Stop_ComponentThread(OMX_HANDLETYPE pHandle);
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Core_Wrapper.h 58 OMX_OUT OMX_HANDLETYPE* pHandle,

Completed in 852 milliseconds

1 2 34 5 6 7