/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
JPEGTest.c | 88 static OMX_ERRORTYPE WaitForEvent_JPEG(OMX_HANDLETYPE* pHandle, 514 static OMX_ERRORTYPE WaitForEvent_JPEG(OMX_HANDLETYPE* pHandle, 521 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle; 527 error = pComponent->GetState(pHandle, &CurrentState); 593 OMX_HANDLETYPE pHandle = NULL; 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_IndexParamPortDefinition, pInPortDef) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
OMX_G711Dec_ComponentThread.c | 72 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; 119 pComponentPrivate->cbInfo.EventHandler (pHandle, pHandle->pApplicationPrivate, 146 G711DEC_CleanupInitParams(pHandle); 155 pComponentPrivate->cbInfo.EventHandler( pHandle, 156 pHandle->pApplicationPrivate,
|
OMX_G711Decoder.c | 145 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle); 211 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; 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->GetState = GetState [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
OMX_G726Dec_CompThread.c | 100 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; 142 pHandle,pHandle->pApplicationPrivate, 169 G726DEC_CleanupInitParams(pHandle); 176 pHandle, pHandle->pApplicationPrivate, 182 pHandle, pHandle->pApplicationPrivate,
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/ |
G722DecTest.c | 142 OMX_ERRORTYPE omxFreeBuffers (OMX_HANDLETYPE *pHandle, int nBuffs, OMX_BUFFERHEADERTYPE *pBufferHeader [], char *sBuffTypeMsg); 185 OMX_HANDLETYPE *pHandle = NULL; 231 pHandle = malloc(sizeof(OMX_HANDLETYPE)); 232 if(pHandle == NULL){ 262 error = OMX_GetHandle(pHandle, STR_G722DECODER, &AppData, &G722CaBa); 265 error = TIOMX_GetHandle(pHandle, STR_G722DECODER, &AppData, &G722CaBa); 268 if((error != OMX_ErrorNone) || (*pHandle == NULL)) { 293 bFlag = omxSetInputPortParameter (pHandle, nIpBuffs, nIpBufSize); 299 bFlag = omxSetOutputPortParameter (pHandle, nOpBuffs, nOpBufSize, gDasfMode); 304 error = OMX_GetExtensionIndex(*pHandle, "OMX.TI.index.config.g722headerinfo",&index) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/ |
G726DecTest.c | 143 OMX_ERRORTYPE send_input_buffer (OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn); 174 * @param pHandle This is component handle allocated by the OMX core. 187 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle, 194 eError = OMX_GetState(*pHandle, &CurState); 201 eError = OMX_GetState(*pHandle, &CurState); 352 OMX_HANDLETYPE *pHandle = NULL; 527 pHandle = malloc(sizeof(OMX_HANDLETYPE)); 528 if(pHandle == NULL){ 534 error = OMX_GetHandle(pHandle, strG726Decoder, &AppData, &G726CaBa); 537 error = TIOMX_GetHandle(pHandle, strG726Decoder, &AppData, &G726CaBa) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/ |
OMX_G722Encoder.c | 147 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle); 193 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; 203 if (pHandle == NULL) { 209 pHandle->SetCallbacks = SetCallbacks; 210 pHandle->GetComponentVersion = GetComponentVersion; 211 pHandle->SendCommand = SendCommand; 212 pHandle->GetParameter = GetParameter; 213 pHandle->SetParameter = SetParameter; 214 pHandle->GetConfig = GetConfig; 215 pHandle->SetConfig = SetConfig [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/ |
G711EncTest.c | 225 OMX_ERRORTYPE send_input_buffer (OMX_HANDLETYPE pHandle, 236 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE pHandle, 242 eError = OMX_GetState(pHandle, &CurState); 403 OMX_HANDLETYPE pHandle = NULL; 550 eError = OMX_GetHandle(&pHandle, strG711Encoder, &AppData, &G711CaBa); 553 eError = TIOMX_GetHandle(&pHandle, strG711Encoder, &AppData, &G711CaBa); 556 if((eError != OMX_ErrorNone) || (pHandle == NULL)) { 560 APP_DPRINT("%d [TEST APP] Got Phandle = %p \n",__LINE__,pHandle); 588 eError = OMX_GetParameter (pHandle, [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/ |
G729EncTest.c | 239 OMX_HANDLETYPE pHandle); 250 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle, 256 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle; 258 eError = pComponent->GetState(pHandle, &CurState); 268 eError = pComponent->GetState(pHandle, &CurState); 366 OMX_HANDLETYPE pHandle; 545 eError = OMX_GetHandle(&pHandle, strG729Encoder, &AppData, &G729CaBa); 548 eError = TIOMX_GetHandle(&pHandle, strG729Encoder, &AppData, &G729CaBa); 550 if((eError != OMX_ErrorNone) || (pHandle == NULL)) { 669 eError = OMX_SetParameter (pHandle, OMX_IndexParamPortDefinition, pCompPrivateStruct) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/ |
WbAmrEncTest.c | 297 OMX_ERRORTYPE StopComponent(OMX_HANDLETYPE *pHandle); 298 OMX_ERRORTYPE PauseComponent(OMX_HANDLETYPE *pHandle); 299 OMX_ERRORTYPE PlayComponent(OMX_HANDLETYPE *pHandle); 300 OMX_ERRORTYPE send_input_buffer(OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn); 317 int FreeAllResources( OMX_HANDLETYPE *pHandle, 323 int FreeAllResources(OMX_HANDLETYPE *pHandle, 347 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle, 351 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle; 353 eError = pComponent->GetState(pHandle, &CurState); 497 OMX_HANDLETYPE pHandle; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/ |
AmrEncTest.c | 313 OMX_ERRORTYPE StopComponent(OMX_HANDLETYPE *pHandle); 314 OMX_ERRORTYPE PauseComponent(OMX_HANDLETYPE *pHandle); 315 OMX_ERRORTYPE PlayComponent(OMX_HANDLETYPE *pHandle); 316 OMX_ERRORTYPE send_input_buffer(OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn); 332 int FreeAllResources( OMX_HANDLETYPE *pHandle, 338 int FreeAllResources(OMX_HANDLETYPE *pHandle, 364 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle, 370 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle; 372 eError = pComponent->GetState(pHandle, &CurState); 378 eError = OMX_GetState(pHandle, &CurState) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/ |
WmaDecTest.c | 238 OMX_ERRORTYPE StopComponent(OMX_HANDLETYPE *pHandle); 239 OMX_ERRORTYPE send_input_buffer (OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn); 240 OMX_ERRORTYPE send_input_buffer_tc7 (OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn); 241 void fill_init_params(OMX_HANDLETYPE pHandle,const char * filename, int dasfmode, TI_OMX_DATAPATH * dataPath); 243 int FreeAllResources( OMX_HANDLETYPE pHandle, 250 int freeAllUseResources(OMX_HANDLETYPE pHandle, 266 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle, 272 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle; 273 eError1 = pComponent->GetState(pHandle, &CurState); 465 OMX_HANDLETYPE pHandle; [all...] |
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/ |
EASLib.h | 23 extern EAS_RESULT EAS_LibInit (EAS_DATA_HANDLE *pHandle)
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
OMX_WmaDec_ComponentThread.c | 91 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; 151 pComponentPrivate->cbInfo.EventHandler ( pHandle, 152 pHandle->pApplicationPrivate, 179 WMADEC_CleanupInitParams(pHandle); 192 pComponentPrivate->cbInfo.EventHandler( pHandle, 193 pHandle->pApplicationPrivate, 199 pComponentPrivate->cbInfo.EventHandler( pHandle, 200 pHandle->pApplicationPrivate, 208 pComponentPrivate->cbInfo.EventHandler( pHandle, [all...] |
OMX_WmaDecoder.c | 140 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle); 192 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; 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->GetState = GetState; 205 pHandle->EmptyThisBuffer = EmptyThisBuffer [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
OMX_JpegDec_Utils.c | 114 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 115 JPEGDEC_COMPONENT_PRIVATE *pComponentPrivate = (JPEGDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate; 139 /*calling gethandle and passing phandle to be filled */ 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, [all...] |
OMX_JpegDecoder.c | 170 OMX_COMPONENTTYPE *pHandle = NULL; 178 pHandle = (OMX_COMPONENTTYPE *)hComponent; 179 pComponentPrivate = (JPEGDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate; 316 OMX_COMPONENTTYPE *pHandle = NULL; 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->pApplicationPrivate [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
OMX_AmrDec_ComponentThread.c | 74 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; 150 pComponentPrivate->cbInfo.EventHandler (pHandle, 151 pHandle->pApplicationPrivate, 191 pHandle, pHandle->pApplicationPrivate, 196 pComponentPrivate->cbInfo.EventHandler(pHandle, 197 pHandle->pApplicationPrivate,
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
OMX_JpegEncoder.c | 148 static OMX_ERRORTYPE JPEGENC_ComponentDeInit(OMX_HANDLETYPE pHandle); 177 OMX_COMPONENTTYPE *pHandle = NULL; 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->pApplicationPrivate [all...] |
OMX_JpegEnc_Thread.c | 105 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pThreadData; 106 JPEGENC_COMPONENT_PRIVATE *pComponentPrivate = (JPEGENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate; 149 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle, pComponentPrivate->pHandle->pApplicationPrivate, 163 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle, pComponentPrivate->pHandle->pApplicationPrivate, 174 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle, pComponentPrivate->pHandle->pApplicationPrivate, 202 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle, pComponentPrivate->pHandle->pApplicationPrivate [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
OMX_VPP_CompThread.c | 113 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; 163 pHandle,pHandle->pApplicationPrivate, 226 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle, 227 pComponentPrivate->pHandle->pApplicationPrivate, 258 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle, 259 pComponentPrivate->pHandle->pApplicationPrivate, 270 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle, 271 pComponentPrivate->pHandle->pApplicationPrivate [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/ |
VideoEncTest.c | 298 OMX_HANDLETYPE pHandle; 558 OMX_HANDLETYPE pHandle; 561 pHandle= pAppData->pHandle; 668 * @param pHandle Handle of MYDATATYPE structure 680 OMX_HANDLETYPE pHandle = pAppData->pHandle; 707 eError = OMX_FreeBuffer(pHandle, pAppData->pOutPortDef->nPortIndex, pAppData->pOutBuff[nCounter]); 718 eError = OMX_FreeBuffer(pHandle, pAppData->pInPortDef->nPortIndex, pAppData->pInBuff[nCounter]); 722 eErrorHandleError = TIOMX_FreeHandle(pHandle); [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/ |
OMX_Core.c | 152 * @param[out] pHandle Handle of the loaded components 167 OMX_ERRORTYPE TIOMX_GetHandle( OMX_HANDLETYPE* pHandle, OMX_STRING cComponentName, 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, pCallBacks, pAppData) [all...] |
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
externalSec.c | 137 struct externalSec_t *pHandle; 141 pHandle = (struct externalSec_t*)os_memoryAlloc(hOs, sizeof(struct externalSec_t)); 142 if (pHandle == NULL) 147 os_memoryZero(hOs, pHandle, sizeof(struct externalSec_t)); 150 status = fsm_Create(hOs,&pHandle->pExternalSecSm, EXTERNAL_SEC_NUM_STATES, EXTERNAL_SEC_NUM_EVENTS); 154 os_memoryFree(hOs, pHandle, sizeof(struct externalSec_t)); 158 return pHandle;
|
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
OMX_Mp3Decoder.c | 156 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle); 206 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; 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->SetConfig = SetConfig [all...] |