/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/ |
OMX_WbAmrEnc_Utils.c | 111 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; 112 WBAMRENC_COMPONENT_PRIVATE *pComponentPrivate = pHandle->pComponentPrivate; 260 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 299 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 352 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 354 (WBAMRENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate; 441 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 443 pHandle->pComponentPrivate; 523 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 525 pHandle->pComponentPrivate 1701 LCML_DSP_INTERFACE * phandle; local [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
OMX_AacDec_Utils.c | 98 * @param pHandle This is component handle allocated by the OMX core. 119 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 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 This is component handle allocated by the OMX core [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
OMX_WbAmrDec_Utils.c | 116 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; 120 pComponentPrivate = pHandle->pComponentPrivate; 122 OMX_PRDSP1(pComponentPrivate->dbg, "pHandle = %p\n",pHandle); 123 OMX_PRDSP1(pComponentPrivate->dbg, "pHandle->pComponentPrivate = %p\n",pHandle->pComponentPrivate); 294 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 328 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 385 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 387 (WBAMR_DEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate 1744 LCML_DSP_INTERFACE * phandle; local 2511 LCML_DSP_INTERFACE *phandle = (LCML_DSP_INTERFACE *)args[6]; local [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
OMX_VideoDec_Thread.c | 82 extern OMX_ERRORTYPE VIDDEC_HandleCommand (OMX_HANDLETYPE pHandle, OMX_U32 nParam1); 89 extern OMX_ERRORTYPE VIDDEC_Start_ComponentThread(OMX_HANDLETYPE pHandle); 187 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle, 188 pComponentPrivate->pHandle->pApplicationPrivate, 217 /*pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle, 218 pComponentPrivate->pHandle->pApplicationPrivate, 237 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle, 238 pComponentPrivate->pHandle->pApplicationPrivate, 248 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle, 249 pComponentPrivate->pHandle->pApplicationPrivate [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/ |
VPPTest.c | 100 static OMX_ERRORTYPE VPP_SetZoom(OMX_HANDLETYPE pHandle, int speed, int factor, int limit, int xoff, int yoff); 101 static OMX_ERRORTYPE VPP_SetContrast(OMX_HANDLETYPE pHandle, int Contrast); 102 static OMX_ERRORTYPE VPP_FrostedGlassEffect(OMX_HANDLETYPE pHandle, int IsOverlay); 103 static OMX_ERRORTYPE VPP_SetCrop(OMX_HANDLETYPE pHandle, int XStart, int XSize, int YStart, int YSize); 104 static OMX_ERRORTYPE VPP_SetMirroring(OMX_HANDLETYPE pHandle, int IsRGBOutput); 105 static OMX_ERRORTYPE VPP_SetRotationAngle(OMX_HANDLETYPE pHandle, int IsRGBOutput,int Angle); 106 static OMX_ERRORTYPE VPP_SetDithering(OMX_HANDLETYPE pHandle, int IsRGBOutput); 107 static OMX_ERRORTYPE VPP_SetColorRange(OMX_HANDLETYPE pHandle, int nColorRange); 154 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle, OMX_STATETYPE DesiredState) 159 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle; [all...] |
/hardware/qcom/display/msm8084/libgralloc/ |
gpu.cpp | 55 buffer_handle_t* pHandle, int bufferType, 80 data.pHandle = (uintptr_t) pHandle; 90 eData.pHandle = data.pHandle; 166 *pHandle = hnd; 189 buffer_handle_t* pHandle) 215 return gralloc_alloc_buffer(bufferSize, newUsage, pHandle, BUFFER_TYPE_UI, 243 *pHandle = hnd; 249 buffer_handle_t* pHandle) [all...] |
/hardware/qcom/display/msm8226/libgralloc/ |
gpu.cpp | 55 buffer_handle_t* pHandle, int bufferType, 79 data.pHandle = (unsigned int) pHandle; 89 eData.pHandle = data.pHandle; 160 *pHandle = hnd; 186 buffer_handle_t* pHandle) 212 return gralloc_alloc_buffer(bufferSize, newUsage, pHandle, BUFFER_TYPE_UI, 240 *pHandle = hnd; 246 buffer_handle_t* pHandle) [all...] |
/hardware/qcom/display/msm8960/libgralloc/ |
gpu.cpp | 56 buffer_handle_t* pHandle, int bufferType, 78 data.pHandle = (unsigned int) pHandle; 88 eData.pHandle = data.pHandle; 153 *pHandle = hnd; 176 buffer_handle_t* pHandle) 202 return gralloc_alloc_buffer(bufferSize, newUsage, pHandle, BUFFER_TYPE_UI, 230 *pHandle = hnd; 236 buffer_handle_t* pHandle) [all...] |
/hardware/qcom/display/msm8974/libgralloc/ |
gpu.cpp | 55 buffer_handle_t* pHandle, int bufferType, 79 data.pHandle = (unsigned int) pHandle; 89 eData.pHandle = data.pHandle; 159 *pHandle = hnd; 182 buffer_handle_t* pHandle) 208 return gralloc_alloc_buffer(bufferSize, newUsage, pHandle, BUFFER_TYPE_UI, 236 *pHandle = hnd; 242 buffer_handle_t* pHandle) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
OMX_AmrDec_Utils.c | 123 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; 128 pComponentPrivate = pHandle->pComponentPrivate; 304 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 339 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 396 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 398 (AMRDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate; 476 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 478 pHandle->pComponentPrivate; 568 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 570 pHandle->pComponentPrivate 1720 LCML_DSP_INTERFACE * phandle; local [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
OMX_Mp3Dec_Utils.c | 103 * @param pHandle This is component handle allocated by the OMX core. 123 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 124 MP3DEC_COMPONENT_PRIVATE *pComponentPrivate =(MP3DEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate; 288 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 300 ((MP3DEC_COMPONENT_PRIVATE *) pTemp->pPlatformPrivate)->pHandle = pHandle; 323 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 336 ((MP3DEC_COMPONENT_PRIVATE *)pTemp->pPlatformPrivate)->pHandle = pHandle; 367 * @param pHandle This is component handle allocated by the OMX core. [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
OMX_WmaDec_Utils.c | 120 LCML_DSP_INTERFACE *pHandle; 125 pHandle = (LCML_DSP_INTERFACE *)pComponent; 133 OMX_PRINT2(pComponentPrivate->dbg, "%d :: WMADECFill_LCMLInitParams - pHandle = %p",__LINE__, 134 pHandle); 308 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 358 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 403 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 405 (WMADEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate; 462 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle, 463 pComponentPrivate->pHandle->pApplicationPrivate 1911 LCML_DSP_INTERFACE *phandle; local [all...] |
/external/chromium_org/sandbox/win/src/ |
interceptors_64.cc | 56 PHANDLE token) { 65 ULONG handle_attributes, PHANDLE token) { 75 PHANDLE file, ACCESS_MASK desired_access, 88 PHANDLE file, ACCESS_MASK desired_access, 141 PHANDLE thread, ACCESS_MASK desired_access, 150 PHANDLE process, ACCESS_MASK desired_access, 159 HANDLE process, ACCESS_MASK desired_access, PHANDLE token) { 167 PHANDLE token) { 207 PHANDLE key, ACCESS_MASK desired_access, 218 PHANDLE key, ACCESS_MASK desired_access [all...] |
interceptors_64.h | 40 PHANDLE token); 45 ULONG handle_attributes, PHANDLE token); 52 PHANDLE file, ACCESS_MASK desired_access, 59 PHANDLE file, ACCESS_MASK desired_access, 92 PHANDLE thread, ACCESS_MASK desired_access, 97 PHANDLE process, ACCESS_MASK desired_access, 102 HANDLE process, ACCESS_MASK desired_access, PHANDLE token); 107 PHANDLE token); 130 PHANDLE key, ACCESS_MASK desired_access, 136 PHANDLE key, ACCESS_MASK desired_access [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
OMX_G726Dec_Utils.c | 97 * @param pHandle This is component handle allocated by the OMX core. 118 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 120 (G726DEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate; 293 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 305 ((G726DEC_COMPONENT_PRIVATE *) pTemp->pPlatformPrivate)->pHandle = pHandle; 324 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 332 ((G726DEC_COMPONENT_PRIVATE *)pTemp->pPlatformPrivate)->pHandle = pHandle; 356 * @param pHandle This is component handle allocated by the OMX core 1313 LCML_DSP_INTERFACE * phandle = NULL; local [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
OMX_G711Dec_Utils.c | 130 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; 135 G711DEC_DPRINT("%d :: pHandle = %p\n",__LINE__,pHandle); 136 G711DEC_DPRINT("%d :: pHandle->pComponentPrivate = %p\n",__LINE__,pHandle->pComponentPrivate); 138 pComponentPrivate = pHandle->pComponentPrivate; 268 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 303 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 358 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 361 (G711DEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate 1510 LCML_DSP_INTERFACE * phandle = NULL; local 2117 LCML_DSP_INTERFACE *phandle = (LCML_DSP_INTERFACE *)args[6]; local [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/ |
OMX_G722Enc_Utils.c | 116 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; 164 pHandle,pHandle->pApplicationPrivate, 175 G722ENC_CleanupInitParams(pHandle); 185 pComponentPrivate->cbInfo.EventHandler(pHandle, 186 pHandle->pApplicationPrivate, 194 pComponentPrivate->cbInfo.EventHandler(pHandle, 195 pHandle->pApplicationPrivate, 248 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent [all...] |
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/ |
CMcKMod.h | 52 * @param pHandle 61 uint32_t *pHandle, 68 * @param pHandle 79 uint32_t *pHandle, 89 uint32_t *pHandle, 117 uint32_t *pHandle,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
traffic.h | 166 ULONG WINAPI TcRegisterClient(ULONG TciVersion,HANDLE ClRegCtx,PTCI_CLIENT_FUNC_LIST ClientHandlerList,PHANDLE pClientHandle); 168 ULONG WINAPI TcOpenInterfaceA(LPSTR pInterfaceName,HANDLE ClientHandle,HANDLE ClIfcCtx,PHANDLE pIfcHandle); 169 ULONG WINAPI TcOpenInterfaceW(LPWSTR pInterfaceName,HANDLE ClientHandle,HANDLE ClIfcCtx,PHANDLE pIfcHandle); 177 ULONG WINAPI TcAddFlow(HANDLE IfcHandle,HANDLE ClFlowCtx,ULONG Flags,PTC_GEN_FLOW pGenericFlow,PHANDLE pFlowHandle); 181 ULONG WINAPI TcAddFilter(HANDLE FlowHandle,PTC_GEN_FILTER pGenericFilter,PHANDLE pFilterHandle); 185 ULONG WINAPI TcEnumerateFlows(HANDLE IfcHandle,PHANDLE pEnumHandle,PULONG pFlowCount,PULONG pBufSize,PENUMERATION_BUFFER Buffer);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
OMX_G729Dec_Utils.c | 133 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; 138 G729DEC_DPRINT("%d :: pHandle = %p\n",__LINE__,pHandle); 139 G729DEC_DPRINT("%d :: pHandle->pComponentPrivate = %p\n",__LINE__,pHandle->pComponentPrivate); 140 pComponentPrivate = pHandle->pComponentPrivate; 291 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 329 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 377 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 379 (G729DEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/ |
OMX_G722Dec_Utils.c | 124 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; 156 pHandle,pHandle->pApplicationPrivate, 182 G722DEC_CleanupInitParams(pHandle); 187 pHandle, pHandle->pApplicationPrivate, 204 * @param pHandle This is component handle allocated by the OMX core. 225 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 227 (G722DEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
OMX_G711Enc_Utils.c | 108 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; 109 G711ENC_COMPONENT_PRIVATE *pComponentPrivate = pHandle->pComponentPrivate; 244 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 284 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 330 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 332 (G711ENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate; 412 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 414 pHandle->pComponentPrivate; 486 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 488 pHandle->pComponentPrivate 1406 LCML_DSP_INTERFACE * phandle = NULL; local [all...] |
/hardware/libhardware/modules/gralloc/ |
gralloc.cpp | 48 size_t size, int usage, buffer_handle_t* pHandle); 105 size_t size, int usage, buffer_handle_t* pHandle) 128 return gralloc_alloc_buffer(dev, bufferSize, newUsage, pHandle); 152 *pHandle = hnd; 158 size_t size, int usage, buffer_handle_t* pHandle) 163 int err = gralloc_alloc_framebuffer_locked(dev, size, usage, pHandle); 169 size_t size, int /*usage*/, buffer_handle_t* pHandle) 188 *pHandle = hnd; 201 buffer_handle_t* pHandle, int* pStride) 203 if (!pHandle || !pStride [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/ |
ExynosVideoDecoder.c | 199 static ExynosVideoErrorType MFC_Decoder_Finalize(void *pHandle) 201 ExynosVideoDecContext *pCtx = (ExynosVideoDecContext *)pHandle; 286 void *pHandle, 289 ExynosVideoDecContext *pCtx = (ExynosVideoDecContext *)pHandle; 310 static int MFC_Decoder_Get_FrameTag(void *pHandle) 312 ExynosVideoDecContext *pCtx = (ExynosVideoDecContext *)pHandle; 329 static int MFC_Decoder_Get_ActualBufferCount(void *pHandle) 331 ExynosVideoDecContext *pCtx = (ExynosVideoDecContext *)pHandle; 349 void *pHandle, 352 ExynosVideoDecContext *pCtx = (ExynosVideoDecContext *)pHandle; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
OMX_AacEnc_Utils.c | 118 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; 119 AACENC_COMPONENT_PRIVATE *pComponentPrivate = pHandle->pComponentPrivate; 319 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 352 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 413 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 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; 501 AACENC_COMPONENT_PRIVATE *pComponentPrivate = (AACENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate [all...] |