HomeSort by relevance Sort by last modified time
    Searched full:phandle (Results 101 - 125 of 180) sorted by null

1 2 3 45 6 7 8

  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c 145 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
199 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp;
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->GetState = GetState
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c 656 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,
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) {
855 eError = OMX_GetExtensionIndex(pHandle, "OMX.TI.JPEG.encoder.Config.APP0", (OMX_INDEXTYPE*)&nCustomIndex);
861 eError = OMX_SetConfig(pHandle, nCustomIndex, &sAPP0);
    [all...]
  /frameworks/av/include/media/
EffectsFactoryApi.h 102 // pHandle: address where to return the effect handle.
107 // -EINVAL invalid pEffectUuid or pHandle
109 // *pHandle: updated with the effect handle.
112 int EffectCreate(const effect_uuid_t *pEffectUuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle);
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 166 * @param[out] pHandle Handle of the loaded components
181 OMX_ERRORTYPE OMX_GetHandle(OMX_HANDLETYPE * pHandle,
204 CORE_require(NULL != pHandle, OMX_ErrorBadParameter, NULL);
295 *pHandle = malloc(sizeof(OMX_COMPONENTTYPE));
296 CORE_assert((*pHandle != NULL), OMX_ErrorInsufficientResources,
297 "Malloc of pHandle* failed");
299 pComponents[i] = *pHandle;
300 componentType = (OMX_COMPONENTTYPE *) * pHandle;
308 eError = (*pComponentInit) (*pHandle);
309 //eError = OMX_ComponentInit(*pHandle);
    [all...]
OMX_Core_Wrapper.c 116 OMX_API OMX_ERRORTYPE TIOMX_GetHandle(OMX_OUT OMX_HANDLETYPE * pHandle,
123 return OMX_GetHandle(pHandle, cComponentName, pAppData, pCallBacks);
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c 830 pComponentPrivate->pHandle->pApplicationPrivate = NULL;
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c 123 OMX_COMPONENTTYPE *pHandle = NULL;
125 pHandle = (OMX_COMPONENTTYPE *) hComponent;
131 pHandle->pComponentPrivate =
136 PROXY_assert(pHandle->pComponentPrivate != NULL,
141 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
163 OMX_COMPONENTTYPE *pHandle = NULL;
165 pHandle = (OMX_COMPONENTTYPE *) hComponent;
177 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
189 pHandle->SetParameter = PROXY_VIDDEC_SetParameter;
190 pHandle->GetParameter = PROXY_VIDDEC_GetParameter
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
Exynos_OMX_Core.h 49 OMX_OUT OMX_HANDLETYPE *pHandle,
Exynos_OMX_Core.c 138 OMX_OUT OMX_HANDLETYPE *pHandle,
155 if ((pHandle == NULL) || (cComponentName == NULL) || (pCallBacks == NULL)) {
195 *pHandle = loadComponent->pOMXComponent;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c 569 OMX_COMPONENTTYPE* pHandle = NULL;
579 pHandle = (OMX_COMPONENTTYPE*)pComponentPrivate->pHandle;
586 OMX_DBG_CHECK_CMD(pComponentPrivate->dbg, pHandle, pPortDefIn, pPortDefOut);
623 pComponentPrivate->sCbData.EmptyBufferDone(pComponentPrivate->pHandle,
624 pComponentPrivate->pHandle->pApplicationPrivate,
697 if (pCompPortOut->pBufferPrivate[i]->pBufferHdr->hMarkTargetComponent == pComponentPrivate->pHandle &&
706 pComponentPrivate->sCbData.FillBufferDone(pComponentPrivate->pHandle,
707 pComponentPrivate->pHandle->pApplicationPrivate,
826 OMX_COMPONENTTYPE* pHandle = NULL
    [all...]
OMX_VideoEncoder.c 318 OMX_COMPONENTTYPE* pHandle = NULL;
348 pHandle = (OMX_COMPONENTTYPE*)hComponent;
353 VIDENC_MALLOC(pHandle->pComponentPrivate,
358 pComponentPrivate = (VIDENC_COMPONENT_PRIVATE*)pHandle->pComponentPrivate;
417 ((VIDENC_COMPONENT_PRIVATE*)pHandle->pComponentPrivate)->pHandle = pHandle;
420 pHandle->SetCallbacks = SetCallbacks;
421 pHandle->GetComponentVersion = GetComponentVersion;
422 pHandle->SendCommand = SendCommand
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 144 OMX_COMPONENTTYPE *pHandle = NULL;
146 pHandle = (OMX_COMPONENTTYPE *) hComponent;
157 pHandle->pComponentPrivate =
162 PROXY_assert(pHandle->pComponentPrivate != NULL,
167 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
212 pHandle->SetParameter = LOCAL_PROXY_H264E_SetParameter;
213 pHandle->GetParameter = LOCAL_PROXY_H264E_GetParameter;
216 pHandle->EmptyThisBuffer = LOCAL_PROXY_H264E_EmptyThisBuffer;
217 pHandle->GetExtensionIndex = LOCAL_PROXY_H264E_GetExtensionIndex;
220 pHandle->ComponentDeInit = LOCAL_PROXY_H264E_ComponentDeInit
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 143 OMX_COMPONENTTYPE *pHandle = NULL;
145 pHandle = (OMX_COMPONENTTYPE *) hComponent;
156 pHandle->pComponentPrivate =
161 PROXY_assert(pHandle->pComponentPrivate != NULL,
166 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
212 pHandle->SetParameter = LOCAL_PROXY_MPEG4E_SetParameter;
213 pHandle->GetParameter = LOCAL_PROXY_MPEG4E_GetParameter;
215 pHandle->ComponentDeInit = LOCAL_PROXY_MPEG4E_ComponentDeInit;
216 pHandle->FreeBuffer = LOCAL_PROXY_MPEG4E_FreeBuffer;
217 pHandle->AllocateBuffer = LOCAL_PROXY_MPEG4E_AllocateBuffer
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
CMcKMod.cpp 55 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 = params.handle
    [all...]
  /hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp 62 size_t size, int usage, buffer_handle_t* pHandle);
311 buffer_handle_t* pHandle, int* pStride)
318 if (!pHandle || !pStride)
340 *pHandle = hnd;
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 379 OMX_COMPONENTTYPE *pHandle;
470 OMX_ERRORTYPE VPP_Fill_LCMLInitParams(OMX_HANDLETYPE pHandle, OMX_U16 arr[], LCML_DSP *plcml_Init);
506 OMX_ERRORTYPE VPP_Start_ComponentThread(OMX_HANDLETYPE pHandle);
508 OMX_ERRORTYPE VPP_Stop_ComponentThread(OMX_HANDLETYPE pHandle);
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Core_Wrapper.h 58 OMX_OUT OMX_HANDLETYPE* pHandle,
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 299 OMX_COMPONENTTYPE *pHandle = NULL;
301 pHandle = (OMX_COMPONENTTYPE *) hComponent;
305 pHandle->pComponentPrivate = (PROXY_COMPONENT_PRIVATE *)
310 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
311 if (pHandle->pComponentPrivate == NULL)
339 pHandle->ComponentDeInit = ComponentPrivateDeInit;
340 pHandle->GetConfig = CameraGetConfig;
341 pHandle->SetConfig = CameraSetConfig;
  /frameworks/av/media/libeffects/downmix/
EffectDownmix.h 74 effect_handle_t *pHandle);
  /frameworks/av/media/libeffects/factory/
EffectsFactory.c 260 int EffectCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle)
270 if (uuid == NULL || pHandle == NULL) {
317 *pHandle = (effect_handle_t)fx;
319 ALOGV("EffectCreate() created entry %p with sub itfe %p in library %s", *pHandle, itfe, l->name);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h 230 _pComponentPrivate_->cbInfo.EventHandler(_pComponentPrivate_->pHandle,\
231 _pComponentPrivate_->pHandle->pApplicationPrivate,\
414 OMX_COMPONENTTYPE* pHandle;
557 OMX_ERRORTYPE Start_ComponentThreadJpegDec(OMX_HANDLETYPE pHandle);
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
mainKeysSm.h 142 void mainKeys_reAuth(TI_HANDLE pHandle);
rsn.h 206 TI_STATUS rsn_setDefaultKeys(rsn_t *pHandle);
admCtrl.c 140 admCtrl_t *pHandle;
143 pHandle = (admCtrl_t*)os_memoryAlloc(hOs, sizeof(admCtrl_t));
144 if (pHandle == NULL)
149 os_memoryZero(hOs, pHandle, sizeof(admCtrl_t));
151 pHandle->hOs = hOs;
153 return pHandle;
  /development/tools/emulator/opengl/system/gralloc/
gralloc.cpp 131 buffer_handle_t* pHandle, int* pStride)
136 if (!grdev || !pHandle || !pStride) {
137 ALOGE("gralloc_alloc: Bad inputs (grdev: %p, pHandle: %p, pStride: %p",
138 grdev, pHandle, pStride);
352 *pHandle = cb;

Completed in 464 milliseconds

1 2 3 45 6 7 8