Searched refs:pHandle (Results 76 - 100 of 154) sorted by relevance

1234567

/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
H A DExynosVideoDecoder.c188 static ExynosVideoErrorType MFC_Decoder_Finalize(void *pHandle) argument
190 ExynosVideoDecContext *pCtx = (ExynosVideoDecContext *)pHandle;
271 void *pHandle,
274 ExynosVideoDecContext *pCtx = (ExynosVideoDecContext *)pHandle;
295 static int MFC_Decoder_Get_FrameTag(void *pHandle) argument
297 ExynosVideoDecContext *pCtx = (ExynosVideoDecContext *)pHandle;
314 static int MFC_Decoder_Get_ActualBufferCount(void *pHandle) argument
316 ExynosVideoDecContext *pCtx = (ExynosVideoDecContext *)pHandle;
334 void *pHandle,
337 ExynosVideoDecContext *pCtx = (ExynosVideoDecContext *)pHandle;
270 MFC_Decoder_Set_FrameTag( void *pHandle, int frameTag) argument
333 MFC_Decoder_Set_DisplayDelay( void *pHandle, int delay) argument
358 MFC_Decoder_Enable_PackedPB(void *pHandle) argument
381 MFC_Decoder_Enable_LoopFilter(void *pHandle) argument
404 MFC_Decoder_Enable_SliceMode(void *pHandle) argument
427 MFC_Decoder_Enable_SEIParsing(void *pHandle) argument
450 MFC_Decoder_Get_FramePackingInfo( void *pHandle, ExynosVideoFramePacking *pFramePacking) argument
515 MFC_Decoder_Enable_Cacheable_Inbuf(void *pHandle) argument
538 MFC_Decoder_Enable_Cacheable_Outbuf(void *pHandle) argument
561 MFC_Decoder_Set_Shareable_Inbuf(void *pHandle) argument
581 MFC_Decoder_Set_Shareable_Outbuf(void *pHandle) argument
601 MFC_Decoder_Get_Buffer_Inbuf( void *pHandle, int nIndex, ExynosVideoBuffer **pBuffer) argument
631 MFC_Decoder_Get_Buffer_Outbuf( void *pHandle, int nIndex, ExynosVideoBuffer **pBuffer) argument
661 MFC_Decoder_Set_Geometry_Inbuf( void *pHandle, ExynosVideoGeometry *bufferConf) argument
702 MFC_Decoder_Set_Geometry_Outbuf( void *pHandle, ExynosVideoGeometry *bufferConf) argument
742 MFC_Decoder_Get_Geometry_Outbuf( void *pHandle, ExynosVideoGeometry *bufferConf) argument
794 MFC_Decoder_Setup_Inbuf( void *pHandle, unsigned int nBufferCount) argument
913 MFC_Decoder_Setup_Outbuf( void *pHandle, unsigned int nBufferCount) argument
1035 MFC_Decoder_Run_Inbuf(void *pHandle) argument
1062 MFC_Decoder_Run_Outbuf(void *pHandle) argument
1089 MFC_Decoder_Stop_Inbuf(void *pHandle) argument
1121 MFC_Decoder_Stop_Outbuf(void *pHandle) argument
1153 MFC_Decoder_Wait_Inbuf(void *pHandle) argument
1192 MFC_Decoder_Register_Inbuf( void *pHandle, ExynosVideoPlane *planes, int nPlanes) argument
1230 MFC_Decoder_Register_Outbuf( void *pHandle, ExynosVideoPlane *planes, int nPlanes) argument
1269 MFC_Decoder_Clear_RegisteredBuffer_Inbuf(void *pHandle) argument
1290 MFC_Decoder_Clear_RegisteredBuffer_Outbuf(void *pHandle) argument
1314 MFC_Decoder_Find_Inbuf( void *pHandle, unsigned char *pBuffer) argument
1344 MFC_Decoder_Find_Outbuf( void *pHandle, unsigned char *pBuffer) argument
1374 MFC_Decoder_Enqueue_Inbuf( void *pHandle, unsigned char *pBuffer[], unsigned int dataSize[], int nPlanes, void *pPrivate) argument
1460 MFC_Decoder_Enqueue_Outbuf( void *pHandle, unsigned char *pBuffer[], unsigned int dataSize[], int nPlanes, void *pPrivate) argument
1543 MFC_Decoder_Dequeue_Inbuf(void *pHandle) argument
1587 MFC_Decoder_Dequeue_Outbuf(void *pHandle) argument
1667 MFC_Decoder_Clear_Queued_Inbuf(void *pHandle) argument
1687 MFC_Decoder_Clear_Queued_Outbuf(void *pHandle) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Decoder.c145 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
211 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; local
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
497 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent; local
574 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)phandle; local
916 OMX_COMPONENTTYPE* pHandle= (OMX_COMPONENTTYPE*)hComp; local
1080 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*)hComp; local
1261 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1300 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1387 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1487 ComponentDeInit(OMX_HANDLETYPE pHandle) argument
1715 OMX_COMPONENTTYPE *pHandle = NULL; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDecoder.c145 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
202 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; local
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
515 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent; local
596 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)phandle; local
965 OMX_COMPONENTTYPE* pHandle= (OMX_COMPONENTTYPE*)hComp; local
1145 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*)hComp; local
1188 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*)hComp; local
1372 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1411 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1509 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1604 ComponentDeInit(OMX_HANDLETYPE pHandle) argument
1838 OMX_COMPONENTTYPE *pHandle; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Decoder.c144 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
221 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; local
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
501 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent; local
578 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)phandle; local
929 OMX_COMPONENTTYPE* pHandle= (OMX_COMPONENTTYPE*)hComp; local
1120 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*)hComp; local
1284 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1323 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1406 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1492 ComponentDeInit(OMX_HANDLETYPE pHandle) argument
1762 OMX_COMPONENTTYPE *pHandle = NULL; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Decoder.c150 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
203 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; local
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
497 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)phandle; local
809 OMX_COMPONENTTYPE* pHandle= (OMX_COMPONENTTYPE*)hComponent; local
1015 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent; local
1071 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; local
1273 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1320 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1417 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1519 ComponentDeInit(OMX_HANDLETYPE pHandle) argument
1833 OMX_COMPONENTTYPE *pHandle = 0; local
[all...]
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
H A DmainKeysSm.c89 mainKeys_t *pHandle; local
93 pHandle = (mainKeys_t*)os_memoryAlloc(hOs, sizeof(mainKeys_t));
94 if (pHandle == NULL)
99 os_memoryZero(hOs, pHandle, sizeof(mainKeys_t));
102 status = fsm_Create(hOs, &pHandle->pMainKeysSm, MAIN_KEYS_NUM_STATES, MAIN_KEYS_NUM_EVENTS);
105 os_memoryFree(hOs, pHandle, sizeof(mainKeys_t));
109 pHandle->pKeyParser = keyParser_create(hOs);
110 if (pHandle->pKeyParser == NULL)
112 fsm_Unload(hOs, pHandle->pMainKeysSm);
113 os_memoryFree(hOs, pHandle, sizeo
975 mainKeys_reAuth(TI_HANDLE pHandle) argument
[all...]
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
H A DOMX_Core.c152 * @param[out] pHandle Handle of the loaded components
167 OMX_ERRORTYPE TIOMX_GetHandle( OMX_HANDLETYPE* pHandle, OMX_STRING cComponentName, argument
183 if ((NULL == cComponentName) || (NULL == pHandle) || (NULL == pCallBacks)) {
261 *pHandle = malloc(sizeof(OMX_COMPONENTTYPE));
262 if(*pHandle == NULL) {
264 ALOGE("%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, pCallBack
336 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)hComponent; local
[all...]
/hardware/msm7k/libgralloc-qsd8k/
H A Dgpu.cpp45 buffer_handle_t* pHandle)
72 return gralloc_alloc_buffer(bufferSize, newUsage, pHandle);
97 *pHandle = hnd;
104 buffer_handle_t* pHandle)
108 int err = gralloc_alloc_framebuffer_locked(size, usage, pHandle);
114 int gpu_context_t::gralloc_alloc_buffer(size_t size, int usage, buffer_handle_t* pHandle) argument
191 *pHandle = hnd;
204 buffer_handle_t* pHandle, int* pStride) {
205 if (!pHandle || !pStride)
262 err = gralloc_alloc_framebuffer(size, usage, pHandle);
44 gralloc_alloc_framebuffer_locked(size_t size, int usage, buffer_handle_t* pHandle) argument
103 gralloc_alloc_framebuffer(size_t size, int usage, buffer_handle_t* pHandle) argument
203 alloc_impl(int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride) argument
305 gralloc_alloc(alloc_device_t* dev, int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Encoder.c137 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
191 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; local
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
432 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent; local
482 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; local
520 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)phandle; local
766 OMX_COMPONENTTYPE* pHandle= (OMX_COMPONENTTYPE*)hComp; local
890 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*)hComp; local
929 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*)hComp; local
1031 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1075 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1159 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1242 ComponentDeInit(OMX_HANDLETYPE pHandle) argument
1471 OMX_COMPONENTTYPE *pHandle = NULL; local
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
H A DJPEGTest.c88 static OMX_ERRORTYPE WaitForEvent_JPEG(OMX_HANDLETYPE* pHandle,
514 static OMX_ERRORTYPE WaitForEvent_JPEG(OMX_HANDLETYPE* pHandle, argument
521 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle;
527 error = pComponent->GetState(pHandle, &CurrentState);
593 OMX_HANDLETYPE pHandle = NULL; local
829 eError = TIOMX_GetHandle(&pHandle,StrJpegDecoder, (void *)&AppData, &JPEGCaBa);
830 if ( (eError != OMX_ErrorNone) || (pHandle == NULL) ) {
835 eError = OMX_GetParameter(pHandle, OMX_IndexParamImageInit, pPortType);
851 eError = OMX_SetConfig (pHandle, OMX_IndexConfigCommonScale, pScaleFactor);
856 eError = OMX_GetParameter (pHandle, OMX_IndexParamPortDefinitio
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDec_Utils.c114 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
115 JPEGDEC_COMPONENT_PRIVATE *pComponentPrivate = (JPEGDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
162 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
163 JPEGDEC_COMPONENT_PRIVATE *pComponentPrivate = (JPEGDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
254 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
255 pComponentPrivate->pHandle->pApplicationPrivate,
266 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
267 pComponentPrivate->pHandle->pApplicationPrivate,
279 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
280 pComponentPrivate->pHandle
320 OMX_COMPONENTTYPE *pHandle = NULL; local
568 OMX_COMPONENTTYPE *pHandle = NULL; local
932 OMX_COMPONENTTYPE* pHandle = NULL; local
1105 OMX_COMPONENTTYPE *pHandle = NULL; local
2206 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)cbData.hComponent; local
[all...]
H A DOMX_JpegDecoder.c170 OMX_COMPONENTTYPE *pHandle = NULL; local
178 pHandle = (OMX_COMPONENTTYPE *)hComponent;
179 pComponentPrivate = (JPEGDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
316 OMX_COMPONENTTYPE *pHandle = NULL; local
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
470 OMX_COMPONENTTYPE *pHandle = NULL; local
585 OMX_COMPONENTTYPE *pHandle = NULL; local
859 OMX_COMPONENTTYPE *pHandle = NULL; local
912 OMX_COMPONENTTYPE * pHandle = NULL; local
964 OMX_COMPONENTTYPE *pHandle = NULL; local
1298 OMX_COMPONENTTYPE* pHandle = NULL; local
1519 OMX_COMPONENTTYPE* pHandle = NULL; local
1618 OMX_COMPONENTTYPE* pHandle = NULL; local
1728 OMX_COMPONENTTYPE *pHandle = NULL; local
1771 OMX_COMPONENTTYPE *pHandle = NULL; local
1904 OMX_COMPONENTTYPE *pHandle = NULL; local
1995 OMX_COMPONENTTYPE *pHandle = NULL; local
2055 OMX_COMPONENTTYPE *pHandle = NULL; local
2140 OMX_COMPONENTTYPE *pHandle = NULL; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Encoder.c127 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
185 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; local
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
466 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent; local
516 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; local
554 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)phandle; local
823 OMX_COMPONENTTYPE* pHandle= (OMX_COMPONENTTYPE*)hComp; local
1008 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*)hComp; local
1100 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1145 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1233 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1319 ComponentDeInit(OMX_HANDLETYPE pHandle) argument
1551 OMX_COMPONENTTYPE *pHandle = NULL; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Decoder.c148 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
201 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; local
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
491 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)phandle; local
797 OMX_COMPONENTTYPE* pHandle= (OMX_COMPONENTTYPE*)hComponent; local
993 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent; local
1049 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; local
1250 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1300 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1397 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1499 ComponentDeInit(OMX_HANDLETYPE pHandle) argument
1792 OMX_COMPONENTTYPE *pHandle = NULL; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Encoder.c145 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
199 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; local
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
490 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent; local
538 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; local
586 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)phandle; local
909 OMX_COMPONENTTYPE* pHandle= (OMX_COMPONENTTYPE*)hComp; local
1090 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*)hComp; local
1125 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*)hComp; local
1248 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1292 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1386 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1488 ComponentDeInit(OMX_HANDLETYPE pHandle) argument
1757 OMX_COMPONENTTYPE *pHandle = NULL; local
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
H A DJPEGTestEnc.c656 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, argument
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) { argument
855 eError = OMX_GetExtensionIndex(pHandle, "OMX.TI.JPEG.encoder.Config.APP0", (OMX_INDEXTYPE*)&nCustomIndex);
861 eError = OMX_SetConfig(pHandle, nCustomIndex, &sAPP0);
914 eError = OMX_GetExtensionIndex(pHandle, "OMX.TI.JPEG.encoder.Config.APP1", (OMX_INDEXTYPE*)&nCustomIndex);
920 eError = OMX_SetConfig(pHandle, nCustomInde
1056 OMX_HANDLETYPE pHandle; local
[all...]
/hardware/qcom/display/libgralloc/
H A Dmemalloc.h43 unsigned int pHandle; member in struct:gralloc::alloc_data
/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
H A Domx_rpc_skel.c95 OMX_COMPONENTTYPE *pHandle = NULL; local
109 pHandle = (OMX_COMPONENTTYPE *) hComp;
110 pCompPrv = (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
147 OMX_COMPONENTTYPE *pHandle = NULL; local
163 pHandle = (OMX_COMPONENTTYPE *) hComp;
164 pCompPrv = (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
200 OMX_COMPONENTTYPE *pHandle = NULL; local
217 pHandle = (OMX_COMPONENTTYPE *) hComp;
218 pCompPrv = (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEncoder.c148 static OMX_ERRORTYPE JPEGENC_ComponentDeInit(OMX_HANDLETYPE pHandle);
177 OMX_COMPONENTTYPE *pHandle = NULL; local
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
286 OMX_COMPONENTTYPE *pHandle = NULL; local
420 OMX_COMPONENTTYPE *pHandle = NULL; local
747 OMX_COMPONENTTYPE *pHandle = NULL; local
792 OMX_COMPONENTTYPE * pHandle = NULL; local
844 OMX_COMPONENTTYPE *pHandle = NULL; local
1162 OMX_COMPONENTTYPE * pHandle = NULL; local
1325 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)hComp; local
1365 OMX_COMPONENTTYPE* pHandle = NULL; local
1587 OMX_COMPONENTTYPE* pHandle = NULL; local
1668 OMX_COMPONENTTYPE *pHandle = NULL; local
1830 OMX_COMPONENTTYPE *pHandle = NULL; local
1926 OMX_COMPONENTTYPE *pHandle = NULL; local
2073 OMX_COMPONENTTYPE *pHandle = NULL; local
2175 OMX_COMPONENTTYPE *pHandle = NULL; local
[all...]
H A DOMX_JpegEnc_Utils.c122 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
123 JPEGENC_COMPONENT_PRIVATE *pComponentPrivate = (JPEGENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
170 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
171 JPEGENC_COMPONENT_PRIVATE *pComponentPrivate = (JPEGENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
278 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle,
279 pComponentPrivate->pHandle->pApplicationPrivate,
293 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle,
294 pComponentPrivate->pHandle->pApplicationPrivate,
309 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle,
310 pComponentPrivate->pHandle
345 OMX_COMPONENTTYPE *pHandle = NULL; local
550 OMX_COMPONENTTYPE *pHandle = NULL; local
1453 OMX_COMPONENTTYPE *pHandle = NULL; local
2866 OMX_COMPONENTTYPE *pHandle = NULL; local
3152 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)cbData.hComponent; local
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
H A DExynosVideoEncoder.c196 static ExynosVideoErrorType MFC_Encoder_Finalize(void *pHandle) argument
198 ExynosVideoEncContext *pCtx = (ExynosVideoEncContext *)pHandle;
279 void *pHandle,
282 ExynosVideoEncContext *pCtx = (ExynosVideoEncContext *)pHandle;
649 void *pHandle,
652 ExynosVideoEncContext *pCtx = (ExynosVideoEncContext *)pHandle;
674 static int MFC_Encoder_Get_FrameTag(void *pHandle) argument
676 ExynosVideoEncContext *pCtx = (ExynosVideoEncContext *)pHandle;
700 void *pHandle,
703 ExynosVideoEncContext *pCtx = (ExynosVideoEncContext *)pHandle;
278 MFC_Encoder_Set_EncParam( void *pHandle, ExynosVideoEncParam *pEncParam) argument
648 MFC_Encoder_Set_FrameTag( void *pHandle, int frameTag) argument
699 MFC_Encoder_Set_FrameType( void *pHandle, ExynosVideoFrameType frameType) argument
725 MFC_Encoder_Set_FrameRate( void *pHandle, int frameRate) argument
751 MFC_Encoder_Set_BitRate( void *pHandle, int bitRate) argument
777 MFC_Encoder_Set_FrameSkip( void *pHandle, int frameSkip) argument
803 MFC_Encoder_Set_IDRPeriod( void *pHandle, int IDRPeriod) argument
829 MFC_Encoder_Enable_Cacheable_Inbuf(void *pHandle) argument
853 MFC_Encoder_Enable_Cacheable_Outbuf(void *pHandle) argument
877 MFC_Encoder_Set_Shareable_Inbuf(void *pHandle) argument
897 MFC_Encoder_Set_Shareable_Outbuf(void *pHandle) argument
917 MFC_Encoder_Get_Buffer_Inbuf( void *pHandle, int nIndex, ExynosVideoBuffer **pBuffer) argument
947 MFC_Encoder_Get_Buffer_Outbuf( void *pHandle, int nIndex, ExynosVideoBuffer **pBuffer) argument
977 MFC_Encoder_Set_Geometry_Inbuf( void *pHandle, ExynosVideoGeometry *bufferConf) argument
1021 MFC_Encoder_Get_Geometry_Inbuf( void *pHandle, ExynosVideoGeometry *bufferConf) argument
1062 MFC_Encoder_Set_Geometry_Outbuf( void *pHandle, ExynosVideoGeometry *bufferConf) argument
1104 MFC_Encoder_Get_Geometry_Outbuf( void *pHandle, ExynosVideoGeometry *bufferConf) argument
1143 MFC_Encoder_Setup_Inbuf( void *pHandle, unsigned int nBufferCount) argument
1265 MFC_Encoder_Setup_Outbuf( void *pHandle, unsigned int nBufferCount) argument
1387 MFC_Encoder_Run_Inbuf(void *pHandle) argument
1414 MFC_Encoder_Run_Outbuf(void *pHandle) argument
1441 MFC_Encoder_Stop_Inbuf(void *pHandle) argument
1473 MFC_Encoder_Stop_Outbuf(void *pHandle) argument
1505 MFC_Encoder_Wait_Inbuf(void *pHandle) argument
1547 MFC_Encoder_Wait_Outbuf(void *pHandle) argument
1589 MFC_Encoder_Register_Inbuf( void *pHandle, ExynosVideoPlane *planes, int nPlanes) argument
1626 MFC_Encoder_Register_Outbuf( void *pHandle, ExynosVideoPlane *planes, int nPlanes) argument
1663 MFC_Encoder_Clear_RegisteredBuffer_Inbuf(void *pHandle) argument
1684 MFC_Encoder_Clear_RegisteredBuffer_Outbuf(void *pHandle) argument
1708 MFC_Encoder_Find_Inbuf( void *pHandle, unsigned char *pBuffer) argument
1738 MFC_Encoder_Find_Outbuf( void *pHandle, unsigned char *pBuffer) argument
1768 MFC_Encoder_Enqueue_Inbuf( void *pHandle, unsigned char *pBuffer[], unsigned int dataSize[], int nPlanes, void *pPrivate) argument
1848 MFC_Encoder_Enqueue_Outbuf( void *pHandle, unsigned char *pBuffer[], unsigned int dataSize[], int nPlanes, void *pPrivate) argument
1924 MFC_Encoder_Enqueue_All_Outbuf(void *pHandle) argument
1953 MFC_Encoder_Dequeue_Inbuf(void *pHandle) argument
1994 MFC_Encoder_Dequeue_Outbuf(void *pHandle) argument
2053 MFC_Encoder_Clear_Queued_Inbuf(void *pHandle) argument
2073 MFC_Encoder_Clear_Queued_Outbuf(void *pHandle) argument
2097 MFC_Encoder_FindEmpty_Inbuf(void *pHandle) argument
2123 MFC_Encoder_ExtensionEnqueue_Inbuf( void *pHandle, unsigned char *pBuffer[], unsigned int *pFd[], unsigned int allocLen[], unsigned int dataSize[], int nPlanes, void *pPrivate) argument
2205 MFC_Encoder_ExtensionDequeue_Inbuf(void *pHandle, ExynosVideoBuffer *pVideoBuffer) argument
[all...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
H A DCMcKMod.cpp55 uint32_t *pHandle,
93 if (pHandle != NULL) {
94 *pHandle = mapParams.handle;
107 uint32_t *pHandle,
146 if (pHandle != NULL) {
147 *pHandle = mapParams.handle;
163 uint32_t *pHandle,
339 uint32_t *pHandle,
366 if (pHandle != NULL) {
367 *pHandle
53 mapWsm( uint32_t len, uint32_t *pHandle, addr_t *pVirtAddr, addr_t *pPhysAddr) argument
105 mapMCI( uint32_t len, uint32_t *pHandle, addr_t *pVirtAddr, addr_t *pPhysAddr, bool *pReuse) argument
161 mapPersistent( uint32_t len, uint32_t *pHandle, addr_t *pVirtAddr, addr_t *pPhysAddr) argument
335 registerWsmL2( addr_t buffer, uint32_t len, uint32_t pid, uint32_t *pHandle, addr_t *pPhysWsmL2) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Decoder.c156 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
206 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; local
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
545 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)phandle; local
1091 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*)hComp; local
1290 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent; local
1348 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; local
1445 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1495 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1598 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1717 ComponentDeInit(OMX_HANDLETYPE pHandle) argument
2038 OMX_COMPONENTTYPE *pHandle; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDecoder.c156 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
200 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; local
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
539 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)phandle; local
894 OMX_COMPONENTTYPE* pHandle= (OMX_COMPONENTTYPE*)hComp; local
1085 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*)hComp; local
1242 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent; local
1293 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; local
1417 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1465 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1555 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1659 ComponentDeInit(OMX_HANDLETYPE pHandle) argument
1951 OMX_COMPONENTTYPE *pHandle; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDecoder.c139 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
206 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; local
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
545 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent; local
623 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)phandle; local
988 OMX_COMPONENTTYPE* pHandle= (OMX_COMPONENTTYPE*)hComp; local
1227 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*)hComp; local
1442 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1481 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1584 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1684 ComponentDeInit(OMX_HANDLETYPE pHandle) argument
1932 OMX_COMPONENTTYPE *pHandle; local
[all...]

Completed in 777 milliseconds

1234567