Searched refs:pHandle (Results 1 - 25 of 154) sorted by last modified time

1234567

/hardware/qcom/display/libgralloc/
H A Dgpu.cpp51 buffer_handle_t* pHandle)
77 return gralloc_alloc_buffer(bufferSize, newUsage, pHandle, BUFFER_TYPE_UI,
107 *pHandle = hnd;
113 buffer_handle_t* pHandle)
117 int err = gralloc_alloc_framebuffer_locked(size, usage, pHandle);
123 buffer_handle_t* pHandle, int bufferType,
138 data.pHandle = (unsigned int) pHandle;
175 *pHandle = hnd;
197 buffer_handle_t* pHandle, in
50 gralloc_alloc_framebuffer_locked(size_t size, int usage, buffer_handle_t* pHandle) argument
112 gralloc_alloc_framebuffer(size_t size, int usage, buffer_handle_t* pHandle) argument
122 gralloc_alloc_buffer(size_t size, int usage, buffer_handle_t* pHandle, int bufferType, int format, int width, int height) argument
196 alloc_impl(int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride, size_t bufferSize) argument
284 gralloc_alloc(alloc_device_t* dev, int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride) argument
294 gralloc_alloc_size(alloc_device_t* dev, int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride, int bufferSize) argument
[all...]
H A Dgpu.h40 buffer_handle_t* pHandle);
43 buffer_handle_t* pHandle);
46 buffer_handle_t* pHandle,
53 buffer_handle_t* pHandle, int* pStride,
58 buffer_handle_t* pHandle,
65 int usage, buffer_handle_t* pHandle,
H A Dmemalloc.h43 unsigned int pHandle; member in struct:gralloc::alloc_data
/hardware/qcom/media/mm-core/inc/
H A DOMX_Core.h1256 @param [out] pHandle
1278 OMX_OUT OMX_HANDLETYPE* pHandle,
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Core.h1256 @param [out] pHandle
1278 OMX_OUT OMX_HANDLETYPE* pHandle,
/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/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/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
H A DExynosVideoApi.h222 ExynosVideoErrorType (*Finalize)(void *pHandle);
225 ExynosVideoErrorType (*Set_FrameTag)(void *pHandle, int frameTag);
226 int (*Get_FrameTag)(void *pHandle);
227 int (*Get_ActualBufferCount)(void *pHandle);
228 ExynosVideoErrorType (*Set_DisplayDelay)(void *pHandle, int delay);
229 ExynosVideoErrorType (*Enable_PackedPB)(void *pHandle);
230 ExynosVideoErrorType (*Enable_LoopFilter)(void *pHandle);
231 ExynosVideoErrorType (*Enable_SliceMode)(void *pHandle);
232 ExynosVideoErrorType (*Enable_SEIParsing)(void *pHandle);
233 ExynosVideoErrorType (*Get_FramePackingInfo)(void *pHandle, ExynosVideoFramePackin
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
H A DExynos_OMX_Core.c138 OMX_OUT OMX_HANDLETYPE *pHandle,
155 if ((pHandle == NULL) || (cComponentName == NULL) || (pCallBacks == NULL)) {
195 *pHandle = loadComponent->pOMXComponent;
137 Exynos_OMX_GetHandle( OMX_OUT OMX_HANDLETYPE *pHandle, OMX_IN OMX_STRING cComponentName, OMX_IN OMX_PTR pAppData, OMX_IN OMX_CALLBACKTYPE *pCallBacks) argument
H A DExynos_OMX_Core.h49 OMX_OUT OMX_HANDLETYPE *pHandle,
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Core.h1256 @param [out] pHandle
1278 OMX_OUT OMX_HANDLETYPE* pHandle,
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_SharedMemory.c67 EXYNOS_SHARED_MEMORY *pHandle = NULL; local
70 pHandle = (EXYNOS_SHARED_MEMORY *)Exynos_OSAL_Malloc(sizeof(EXYNOS_SHARED_MEMORY));
71 Exynos_OSAL_Memset(pHandle, 0, sizeof(EXYNOS_SHARED_MEMORY));
72 if (pHandle == NULL)
78 Exynos_OSAL_Free((void *)pHandle);
79 pHandle = NULL;
83 pHandle->hIONHandle = IONClient;
85 Exynos_OSAL_MutexCreate(&pHandle->hSMMutex);
88 return (OMX_HANDLETYPE)pHandle;
93 EXYNOS_SHARED_MEMORY *pHandle local
141 EXYNOS_SHARED_MEMORY *pHandle = (EXYNOS_SHARED_MEMORY *)handle; local
220 EXYNOS_SHARED_MEMORY *pHandle = (EXYNOS_SHARED_MEMORY *)handle; local
278 EXYNOS_SHARED_MEMORY *pHandle = (EXYNOS_SHARED_MEMORY *)handle; local
334 EXYNOS_SHARED_MEMORY *pHandle = (EXYNOS_SHARED_MEMORY *)handle; local
389 EXYNOS_SHARED_MEMORY *pHandle = (EXYNOS_SHARED_MEMORY *)handle; local
431 EXYNOS_SHARED_MEMORY *pHandle = (EXYNOS_SHARED_MEMORY *)handle; local
[all...]
/hardware/samsung_slsi/exynos5/gralloc/
H A Dgralloc.cpp62 size_t size, int usage, buffer_handle_t* pHandle);
311 buffer_handle_t* pHandle, int* pStride)
318 if (!pHandle || !pStride)
340 *pHandle = hnd;
309 gralloc_alloc(alloc_device_t* dev, int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride) argument
/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...]
H A DCMcKMod.h52 * @param pHandle
61 uint32_t *pHandle,
68 * @param pHandle
79 uint32_t *pHandle,
89 uint32_t *pHandle,
117 uint32_t *pHandle,
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
H A DOMX_AacDec_Utils.h713 OMX_COMPONENTTYPE* pHandle; member in struct:AACDEC_COMPONENT_PRIVATE
994 * @param pHandle This is component handle allocated by the OMX core.
1006 OMX_ERRORTYPE AacDec_StartCompThread(OMX_HANDLETYPE pHandle);
1011 * @param pHandle This is component handle allocated by the OMX core.
1025 OMX_ERRORTYPE AACDEC_Fill_LCMLInitParams(OMX_HANDLETYPE pHandle, LCML_DSP *plcml_Init, OMX_U16 arr[]);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDec_CompThread.c111 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; local
161 pComponentPrivate->cbInfo.EventHandler (pHandle,
162 pHandle->pApplicationPrivate,
174 AACDEC_CleanupInitParams(pHandle);
183 pHandle, pHandle->pApplicationPrivate,
188 pComponentPrivate->cbInfo.EventHandler(pHandle,
189 pHandle->pApplicationPrivate,
H A DOMX_AacDec_Utils.c98 * @param pHandle This is component handle allocated by the OMX core.
119 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
120 AACDEC_COMPONENT_PRIVATE *pComponentPrivate = (AACDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
266 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
280 ((AACDEC_COMPONENT_PRIVATE *) pTemp->pPlatformPrivate)->pHandle = pHandle;
301 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
315 ((AACDEC_COMPONENT_PRIVATE *)pTemp->pPlatformPrivate)->pHandle = pHandle;
353 * @param pHandle Thi
368 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
439 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
552 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *) pComponentPrivate->pHandle; local
2537 OMX_COMPONENTTYPE *pHandle = NULL; local
3106 OMX_HANDLETYPE pHandle = NULL; local
3139 OMX_HANDLETYPE pHandle = NULL; local
3194 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
3251 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
3586 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
3778 OMX_COMPONENTTYPE *pHandle = NULL; local
3906 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)cbData.hComponent; local
[all...]
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/aac_enc/inc/
H A DOMX_AacEnc_Utils.h368 OMX_COMPONENTTYPE* pHandle; member in struct:AACENC_COMPONENT_PRIVATE
621 OMX_ERRORTYPE AACENCFill_LCMLInitParams(OMX_HANDLETYPE pHandle,
635 OMX_ERRORTYPE AACENC_CleanupInitParams(OMX_HANDLETYPE pHandle);
674 OMX_ERRORTYPE AACENC_StartComponentThread(OMX_HANDLETYPE pHandle);
676 OMX_ERRORTYPE AACENC_StopComponentThread(OMX_HANDLETYPE pHandle);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEnc_CompThread.c88 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; local
156 pComponentPrivate->cbInfo.EventHandler (pHandle, pHandle->pApplicationPrivate,
167 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: pHandle: %p \n",__LINE__, pHandle);
168 OMX_PRDSP1(pComponentPrivate->dbg, "%d :: pHandle->pComponentPrivate:%p \n",__LINE__, pHandle->pComponentPrivate);
193 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: pHandle: %p \n",__LINE__,pHandle);
[all...]
H A DOMX_AacEnc_Utils.c118 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; local
119 AACENC_COMPONENT_PRIVATE *pComponentPrivate = pHandle->pComponentPrivate;
319 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
352 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
413 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
414 AACENC_COMPONENT_PRIVATE *pComponentPrivate = (AACENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
474 OMX_PRDSP1(pComponentPrivate->dbg, "%d :: pHandle[%x] AACENC_StartComponentThread\n", __LINE__, (int)pHandle) ;
500 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
501 AACENC_COMPONENT_PRIVATE *pComponentPrivate = (AACENC_COMPONENT_PRIVATE *)pHandle
576 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
634 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
686 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *) pComponentPrivate->pHandle; local
2317 OMX_COMPONENTTYPE *pHandle=NULL; local
2904 OMX_HANDLETYPE pHandle = NULL; local
3132 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; local
3351 OMX_COMPONENTTYPE *pHandle = NULL; local
3424 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)cbData.hComponent; local
[all...]
H A DOMX_AacEncoder.c122 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
171 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; local
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
520 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent; local
570 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; local
622 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)phandle; local
1270 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*)hComp; local
1413 OMX_COMPONENTTYPE* pHandle = NULL; local
1485 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1587 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1689 ComponentDeInit(OMX_HANDLETYPE pHandle) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
H A DAacEncTest.c192 static OMX_ERRORTYPE FreeAllResources( OMX_HANDLETYPE pHandle,
200 static OMX_ERRORTYPE freeAllUseResources(OMX_HANDLETYPE pHandle,
275 * @param pHandle Component pointer
283 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE pHandle, argument
290 eError = OMX_GetState(pHandle, &CurState);
539 OMX_HANDLETYPE *pHandle = NULL; local
810 pHandle = newmalloc(sizeof(OMX_HANDLETYPE));
811 if(NULL == pHandle)
816 APP_IPRINT("%d :: App: pHandle = %p\n",__LINE__,pHandle);
2528 FreeAllResources( OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBufferIn, OMX_BUFFERHEADERTYPE* pBufferOut, int NIB, int NOB, FILE* fIn, FILE* fOut, ListMember* ListHeader) argument
2615 freeAllUseResources(OMX_HANDLETYPE pHandle, OMX_U8* UseInpBuf[], OMX_U8* UseOutBuf[], int NIB,int NOB, FILE* fIn, FILE* fOut, ListMember* ListHeader) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
H A DOMX_G711Dec_Utils.h484 OMX_ERRORTYPE G711DEC_StartComponentThread(OMX_HANDLETYPE pHandle);
485 OMX_ERRORTYPE G711DEC_StopComponentThread(OMX_HANDLETYPE pHandle);
553 OMX_COMPONENTTYPE* pHandle; member in struct:G711DEC_COMPONENT_PRIVATE
825 OMX_ERRORTYPE G711DECFill_LCMLInitParams(OMX_HANDLETYPE pHandle,

Completed in 283 milliseconds

1234567