HomeSort by relevance Sort by last modified time
    Searched full:phandle (Results 1 - 25 of 271) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/webrtc/webrtc/test/channel_transport/
traffic_control_win.h 35 PHANDLE);
38 typedef ULONG (WINAPI *openInterfaceFn)(LPWSTR, HANDLE, HANDLE, PHANDLE);
40 typedef ULONG (WINAPI *flowAddFn)(HANDLE, HANDLE, ULONG, PTC_GEN_FLOW, PHANDLE);
41 typedef ULONG (WINAPI *filterAddFn)(HANDLE, PTC_GEN_FILTER, PHANDLE);
54 PHANDLE pClientHandle);
62 HANDLE ClIfcCtx, PHANDLE pIfcHandle);
67 PTC_GEN_FLOW pGenericFlow, PHANDLE pFlowHandle);
70 PHANDLE pFilterHandle);
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_pipes.c 95 TIMM_OSAL_PIPE *pHandle = TIMM_OSAL_NULL;
97 pHandle =
101 if (TIMM_OSAL_NULL == pHandle)
106 TIMM_OSAL_Memset(pHandle, 0x0, sizeof(TIMM_OSAL_PIPE));
108 pHandle->pfd[0] = -1;
109 pHandle->pfd[1] = -1;
110 if (SUCCESS != pipe(pHandle->pfd))
116 pHandle->pipeSize = pipeSize;
117 pHandle->messageSize = messageSize;
118 pHandle->isFixedMessage = isFixedMessage
    [all...]
timm_osal_task.c 115 TIMM_OSAL_TASK *pHandle = TIMM_OSAL_NULL;
122 pHandle =
125 if (pHandle == TIMM_OSAL_NULL)
132 TIMM_OSAL_Memset((TIMM_OSAL_PTR) pHandle, 0, sizeof(TIMM_OSAL_TASK));
135 pHandle->uArgc = uArgc;
136 pHandle->pArgv = pArgv;
138 pHandle->isCreated = TIMM_OSAL_FALSE;
141 if (SUCCESS != pthread_attr_init(&pHandle->ThreadAttr))
148 if (SUCCESS != pthread_attr_getschedparam(&pHandle->ThreadAttr,
156 if (SUCCESS != pthread_attr_setschedparam(&pHandle->ThreadAttr
    [all...]
  /hardware/qcom/display/msm8084/libgralloc/
gpu.h 39 buffer_handle_t* pHandle,
46 buffer_handle_t* pHandle, int* pStride,
51 buffer_handle_t* pHandle,
54 buffer_handle_t* pHandle);
57 buffer_handle_t* pHandle);
63 int usage, buffer_handle_t* pHandle,
  /hardware/qcom/display/msm8226/libgralloc/
gpu.h 39 buffer_handle_t* pHandle,
46 buffer_handle_t* pHandle, int* pStride,
51 buffer_handle_t* pHandle,
54 buffer_handle_t* pHandle);
57 buffer_handle_t* pHandle);
63 int usage, buffer_handle_t* pHandle,
  /hardware/qcom/display/msm8909/libgralloc/
gpu.h 39 buffer_handle_t* pHandle,
46 buffer_handle_t* pHandle, int* pStride,
51 buffer_handle_t* pHandle,
54 buffer_handle_t* pHandle);
57 buffer_handle_t* pHandle);
63 int usage, buffer_handle_t* pHandle,
  /hardware/qcom/display/msm8960/libgralloc/
gpu.h 40 buffer_handle_t* pHandle,
47 buffer_handle_t* pHandle, int* pStride,
52 buffer_handle_t* pHandle,
55 buffer_handle_t* pHandle);
58 buffer_handle_t* pHandle);
64 int usage, buffer_handle_t* pHandle,
  /hardware/qcom/display/msm8994/libgralloc/
gpu.h 39 buffer_handle_t* pHandle,
46 buffer_handle_t* pHandle, int* pStride,
51 buffer_handle_t* pHandle,
54 buffer_handle_t* pHandle);
57 buffer_handle_t* pHandle);
63 int usage, buffer_handle_t* pHandle,
  /hardware/qcom/display/msm8996/libgralloc/
gpu.h 39 buffer_handle_t* pHandle,
46 buffer_handle_t* pHandle, int* pStride,
51 buffer_handle_t* pHandle,
54 buffer_handle_t* pHandle);
57 buffer_handle_t* pHandle);
63 int usage, buffer_handle_t* pHandle,
  /hardware/qcom/display/msmcobalt/libgralloc/
gpu.h 39 buffer_handle_t* pHandle,
46 buffer_handle_t* pHandle, int* pStride,
51 buffer_handle_t* pHandle,
54 buffer_handle_t* pHandle);
57 buffer_handle_t* pHandle);
63 int usage, buffer_handle_t* pHandle,
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c 137 LCML_DSP_INTERFACE* pHandle;
150 pHandle = (LCML_DSP_INTERFACE*)*hInterface;
161 pHandle->pCodecinterfacehandle = dspcodecinterface;
168 LCML_MALLOC(pHandle->dspCodec,sizeof(LCML_DSP),LCML_DSP);
169 if(pHandle->dspCodec == NULL)
174 memset(pHandle->dspCodec, 0, sizeof(LCML_DSP));
176 pthread_mutex_init (&pHandle->mutex, NULL);
178 OMX_PRINT2 (dspcodecinterface->dbg, "GetHandle application handle %p dspCodec %p",pHandle, pHandle->dspCodec);
226 LCML_DSP_INTERFACE * phandle; local
532 LCML_DSP_INTERFACE * phandle; local
864 LCML_DSP_INTERFACE * phandle; local
1157 LCML_DSP_INTERFACE * phandle; local
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec_secure.c 22 OMX_COMPONENTTYPE *pHandle = NULL;
28 pHandle = (OMX_COMPONENTTYPE *) hComponent;
34 pHandle->pComponentPrivate =
39 PROXY_assert(pHandle->pComponentPrivate != NULL,
44 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
95 pHandle->ComponentDeInit = PROXY_VIDDEC_Secure_ComponentDeInit;
104 TIMM_OSAL_Free(pHandle->pComponentPrivate);
105 pHandle->pComponentPrivate = NULL;
113 OMX_COMPONENTTYPE *pHandle = NULL;
119 pHandle = (OMX_COMPONENTTYPE *) hComponent
    [all...]
  /hardware/ti/omap4-aah/domx/mm_osal/src/
timm_osal_pipes.c 95 TIMM_OSAL_PIPE *pHandle = TIMM_OSAL_NULL;
97 pHandle =
101 if (TIMM_OSAL_NULL == pHandle)
106 TIMM_OSAL_Memset(pHandle, 0x0, sizeof(TIMM_OSAL_PIPE));
108 pHandle->pfd[0] = -1;
109 pHandle->pfd[1] = -1;
110 if (SUCCESS != pipe(pHandle->pfd))
116 pHandle->pipeSize = pipeSize;
117 pHandle->messageSize = messageSize;
118 pHandle->isFixedMessage = isFixedMessage
    [all...]
timm_osal_task.c 115 TIMM_OSAL_TASK *pHandle = TIMM_OSAL_NULL;
122 pHandle =
125 if (pHandle == TIMM_OSAL_NULL)
132 TIMM_OSAL_Memset((TIMM_OSAL_PTR) pHandle, 0, sizeof(TIMM_OSAL_TASK));
135 pHandle->uArgc = uArgc;
136 pHandle->pArgv = pArgv;
138 pHandle->isCreated = TIMM_OSAL_FALSE;
141 if (SUCCESS != pthread_attr_init(&pHandle->ThreadAttr))
148 if (SUCCESS != pthread_attr_getschedparam(&pHandle->ThreadAttr,
156 if (SUCCESS != pthread_attr_setschedparam(&pHandle->ThreadAttr
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ComponentRegistry.h 16 OMX_HANDLETYPE* pHandle[MAX_CONCURRENT_INSTANCES];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
avrt.h 58 PHANDLE Context,
65 PHANDLE Context,
73 PHANDLE Context,
85 PHANDLE Context,
wdsclientapi.h 78 PHANDLE phSession
83 PHANDLE phFindHandle
123 PHANDLE phImageHandle
128 PHANDLE phImageHandle
223 PHANDLE phTransfer
233 PHANDLE phTransfer
  /external/libchrome/sandbox/win/tools/finder/
ntundoc.h 195 OUT PHANDLE EventHandle,
200 OUT PHANDLE EventHandle,
205 OUT PHANDLE JobHandle,
210 OUT PHANDLE KeyedEventHandle,
215 OUT PHANDLE MutantHandle,
220 OUT PHANDLE SectionHandle,
225 OUT PHANDLE SemaphoreHandle,
230 OUT PHANDLE SymbolicLinkHandle,
235 OUT PHANDLE TimerHandle,
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec_secure.c 22 OMX_COMPONENTTYPE *pHandle = NULL;
28 pHandle = (OMX_COMPONENTTYPE *) hComponent;
34 pHandle->pComponentPrivate =
39 PROXY_assert(pHandle->pComponentPrivate != NULL,
44 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
96 pHandle->ComponentDeInit = PROXY_VIDDEC_Secure_ComponentDeInit;
123 OMX_COMPONENTTYPE *pHandle = NULL;
129 pHandle = (OMX_COMPONENTTYPE *) hComponent;
132 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Thread.c 79 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pThreadData;
83 JPEGDEC_COMPONENT_PRIVATE *pComponentPrivate = (JPEGDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
126 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
127 pComponentPrivate->pHandle->pApplicationPrivate,
160 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
161 pComponentPrivate->pHandle->pApplicationPrivate,
175 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
176 pComponentPrivate->pHandle->pApplicationPrivate,
187 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
188 pComponentPrivate->pHandle->pApplicationPrivate
    [all...]
  /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...]

Completed in 602 milliseconds

1 2 3 4 5 6 7 8 91011