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

1 23 4 5 6 7

  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDec_ComponentThread.c 74 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle;
150 pComponentPrivate->cbInfo.EventHandler (pHandle,
151 pHandle->pApplicationPrivate,
191 pHandle, pHandle->pApplicationPrivate,
196 pComponentPrivate->cbInfo.EventHandler(pHandle,
197 pHandle->pApplicationPrivate,
OMX_AmrDecoder.c 139 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
206 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp;
212 pHandle->SetCallbacks = SetCallbacks;
213 pHandle->GetComponentVersion = GetComponentVersion;
214 pHandle->SendCommand = SendCommand;
215 pHandle->GetParameter = GetParameter;
216 pHandle->SetParameter = SetParameter;
217 pHandle->GetConfig = GetConfig;
218 pHandle->SetConfig = SetConfig;
219 pHandle->GetState = GetState
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c 148 static OMX_ERRORTYPE JPEGENC_ComponentDeInit(OMX_HANDLETYPE pHandle);
177 OMX_COMPONENTTYPE *pHandle = NULL;
188 pHandle = (OMX_COMPONENTTYPE *) hComponent;
189 pComponentPrivate = (JPEGENC_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
230 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle,
231 pComponentPrivate->pHandle->pApplicationPrivate,
254 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle,
255 pComponentPrivate->pHandle->pApplicationPrivate,
263 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle,
264 pComponentPrivate->pHandle->pApplicationPrivate
    [all...]
OMX_JpegEnc_Thread.c 105 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pThreadData;
106 JPEGENC_COMPONENT_PRIVATE *pComponentPrivate = (JPEGENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
149 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle, pComponentPrivate->pHandle->pApplicationPrivate,
163 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle, pComponentPrivate->pHandle->pApplicationPrivate,
174 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle, pComponentPrivate->pHandle->pApplicationPrivate,
202 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle, pComponentPrivate->pHandle->pApplicationPrivate
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_CompThread.c 113 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle;
163 pHandle,pHandle->pApplicationPrivate,
226 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
227 pComponentPrivate->pHandle->pApplicationPrivate,
258 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
259 pComponentPrivate->pHandle->pApplicationPrivate,
270 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
271 pComponentPrivate->pHandle->pApplicationPrivate
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 298 OMX_HANDLETYPE pHandle;
558 OMX_HANDLETYPE pHandle;
561 pHandle= pAppData->pHandle;
668 * @param pHandle Handle of MYDATATYPE structure
680 OMX_HANDLETYPE pHandle = pAppData->pHandle;
707 eError = OMX_FreeBuffer(pHandle, pAppData->pOutPortDef->nPortIndex, pAppData->pOutBuff[nCounter]);
718 eError = OMX_FreeBuffer(pHandle, pAppData->pInPortDef->nPortIndex, pAppData->pInBuff[nCounter]);
722 eErrorHandleError = TIOMX_FreeHandle(pHandle);
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDecoder.c 170 OMX_COMPONENTTYPE *pHandle = NULL;
178 pHandle = (OMX_COMPONENTTYPE *)hComponent;
179 pComponentPrivate = (JPEGDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
316 OMX_COMPONENTTYPE *pHandle = NULL;
326 pHandle = (OMX_COMPONENTTYPE *)hComponent;
327 pComponentPrivate = (JPEGDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
402 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle,
403 pComponentPrivate->pHandle->pApplicationPrivate,
425 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle,
426 pComponentPrivate->pHandle->pApplicationPrivate
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 152 * @param[out] pHandle Handle of the loaded components
167 OMX_ERRORTYPE TIOMX_GetHandle( OMX_HANDLETYPE* pHandle, OMX_STRING cComponentName,
183 if ((NULL == cComponentName) || (NULL == pHandle) || (NULL == pCallBacks)) {
261 *pHandle = malloc(sizeof(OMX_COMPONENTTYPE));
262 if(*pHandle == NULL) {
264 LOGE("%d:: malloc of pHandle* failed\n", __LINE__);
268 pComponents[i] = *pHandle;
269 componentType = (OMX_COMPONENTTYPE*) *pHandle;
271 err = (*pComponentInit)(*pHandle);
273 err = (componentType->SetCallbacks)(*pHandle, pCallBacks, pAppData)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c 140 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
192 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->GetState = GetState;
205 pHandle->EmptyThisBuffer = EmptyThisBuffer
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 145 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
211 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp;
217 pHandle->SetCallbacks = SetCallbacks;
218 pHandle->GetComponentVersion = GetComponentVersion;
219 pHandle->SendCommand = SendCommand;
220 pHandle->GetParameter = GetParameter;
221 pHandle->SetParameter = SetParameter;
222 pHandle->GetConfig = GetConfig;
223 pHandle->SetConfig = SetConfig;
224 pHandle->GetState = GetState
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Decoder.c 156 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
206 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp;
218 MP3D_OMX_CONF_CHECK_CMD(pHandle,1,1);
220 pHandle->SetCallbacks = SetCallbacks;
221 pHandle->GetComponentVersion = GetComponentVersion;
222 pHandle->SendCommand = SendCommand;
223 pHandle->GetParameter = GetParameter;
224 pHandle->SetParameter = SetParameter;
225 pHandle->GetConfig = GetConfig;
226 pHandle->SetConfig = SetConfig
    [all...]
OMX_Mp3Dec_CompThread.c 110 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle;
171 pComponentPrivate->cbInfo.EventHandler (pHandle,
172 pHandle->pApplicationPrivate,
199 MP3DEC_CleanupInitParams(pHandle);
207 pComponentPrivate->cbInfo.EventHandler(pHandle, pHandle->pApplicationPrivate,
212 pComponentPrivate->cbInfo.EventHandler(pHandle,
213 pHandle->pApplicationPrivate,
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c 145 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
202 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp;
208 pHandle->SetCallbacks = SetCallbacks;
209 pHandle->GetComponentVersion = GetComponentVersion;
210 pHandle->SendCommand = SendCommand;
211 pHandle->GetParameter = GetParameter;
212 pHandle->SetParameter = SetParameter;
213 pHandle->GetConfig = GetConfig;
214 pHandle->SetConfig = SetConfig;
215 pHandle->GetState = GetState
    [all...]
  /hardware/msm7k/libgralloc/
gralloc.cpp 62 size_t size, int usage, buffer_handle_t* pHandle);
129 size_t size, int usage, buffer_handle_t* pHandle)
152 return gralloc_alloc_buffer(dev, bufferSize, newUsage, pHandle);
177 *pHandle = hnd;
183 size_t size, int usage, buffer_handle_t* pHandle)
188 int err = gralloc_alloc_framebuffer_locked(dev, size, usage, pHandle);
315 size_t size, int usage, buffer_handle_t* pHandle)
441 *pHandle = hnd;
450 *pHandle = hnd;
463 buffer_handle_t* pHandle, int* pStride
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_CompThread.c 111 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle;
161 pComponentPrivate->cbInfo.EventHandler (pHandle,
162 pHandle->pApplicationPrivate,
174 AACDEC_CleanupInitParams(pHandle);
183 pHandle, pHandle->pApplicationPrivate,
188 pComponentPrivate->cbInfo.EventHandler(pHandle,
189 pHandle->pApplicationPrivate,
OMX_AacDecoder.c 156 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
200 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp;
212 AACDEC_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->GetExtensionIndex = GetExtensionIndex;
220 pHandle->GetConfig = GetConfig
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_ComponentThread.c 111 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle;
182 pHandle,
183 pHandle->pApplicationPrivate,
208 G729DEC_CleanupInitParams(pHandle);
218 pHandle, pHandle->pApplicationPrivate,
224 pHandle, pHandle->pApplicationPrivate,
OMX_G729Decoder.c 144 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
221 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp;
226 pHandle->SetCallbacks = SetCallbacks;
227 pHandle->GetComponentVersion = GetComponentVersion;
228 pHandle->SendCommand = SendCommand;
229 pHandle->GetParameter = GetParameter;
230 pHandle->SetParameter = SetParameter;
231 pHandle->GetConfig = GetConfig;
232 pHandle->SetConfig = SetConfig;
233 pHandle->GetState = GetState
    [all...]
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc_skel.c 95 OMX_COMPONENTTYPE *pHandle = NULL;
109 pHandle = (OMX_COMPONENTTYPE *) hComp;
110 pCompPrv = (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
147 OMX_COMPONENTTYPE *pHandle = NULL;
163 pHandle = (OMX_COMPONENTTYPE *) hComp;
164 pCompPrv = (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
200 OMX_COMPONENTTYPE *pHandle = NULL;
217 pHandle = (OMX_COMPONENTTYPE *) hComp;
218 pCompPrv = (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c 94 extern OMX_ERRORTYPE VIDDEC_Start_ComponentThread(OMX_HANDLETYPE pHandle);
276 OMX_COMPONENTTYPE *pHandle = NULL;
289 pHandle = (OMX_COMPONENTTYPE *)hComponent;
291 OMX_MALLOC_STRUCT(pHandle->pComponentPrivate, VIDDEC_COMPONENT_PRIVATE, nMemUsage);
292 if (pHandle->pComponentPrivate == NULL) {
296 pComponentPrivate = (VIDDEC_COMPONENT_PRIVATE*)pHandle->pComponentPrivate;
304 ((VIDDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate)->pHandle = pHandle;
306 pHandle->SetCallbacks = VIDDEC_SetCallbacks
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_sample/src/
omx_proxy_sample.c 69 OMX_COMPONENTTYPE *pHandle = NULL;
71 pHandle = (OMX_COMPONENTTYPE *) hComponent;
76 pHandle->pComponentPrivate =
82 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
83 if (pHandle->pComponentPrivate == NULL)
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c 150 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
203 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp;
215 G726D_OMX_CONF_CHECK_CMD(pHandle,1,1)
217 pHandle->SetCallbacks = SetCallbacks;
218 pHandle->GetComponentVersion = GetComponentVersion;
219 pHandle->SendCommand = SendCommand;
220 pHandle->GetParameter = GetParameter;
221 pHandle->SetParameter = SetParameter;
222 pHandle->GetConfig = GetConfig;
223 pHandle->SetConfig = SetConfig
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c 151 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
211 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp;
219 pHandle->SetCallbacks = SetCallbacks;
220 pHandle->GetComponentVersion = GetComponentVersion;
221 pHandle->SendCommand = SendCommand;
222 pHandle->GetParameter = GetParameter;
223 pHandle->SetParameter = SetParameter;
224 pHandle->GetConfig = GetConfig;
225 pHandle->SetConfig = SetConfig;
226 pHandle->GetState = GetState
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c 122 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
171 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp;
177 pHandle->SetCallbacks = SetCallbacks;
178 pHandle->GetComponentVersion = GetComponentVersion;
179 pHandle->SendCommand = SendCommand;
180 pHandle->GetParameter = GetParameter;
181 pHandle->GetExtensionIndex = GetExtensionIndex;
182 pHandle->SetParameter = SetParameter;
183 pHandle->GetConfig = GetConfig;
184 pHandle->SetConfig = SetConfig
    [all...]
  /external/chromium/chrome/browser/first_run/
upgrade_util_win.cc 41 ULONG_PTR phandle = NULL; local
47 &phandle))) {
48 HANDLE handle = HANDLE(phandle);

Completed in 879 milliseconds

1 23 4 5 6 7