Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 108) sorted by relevance

12345

/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
DG722DecTest.c186 OMX_ERRORTYPE error = OMX_ErrorNone; in main() local
224 error = TIOMX_Init(); in main()
225 if(error != OMX_ErrorNone) { in main()
262 error = OMX_GetHandle(pHandle, STR_G722DECODER, &AppData, &G722CaBa); in main()
265 error = TIOMX_GetHandle(pHandle, STR_G722DECODER, &AppData, &G722CaBa); in main()
268 if((error != OMX_ErrorNone) || (*pHandle == NULL)) { in main()
304 error = OMX_GetExtensionIndex(*pHandle, "OMX.TI.index.config.g722headerinfo",&index); in main()
305 if (error != OMX_ErrorNone) { in main()
312 error = OMX_SetConfig(*pHandle, index, &appPrivate); in main()
313 if(error != OMX_ErrorNone) { in main()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
DG722EncTest.c182 OMX_ERRORTYPE error = OMX_ErrorNone; in EventHandler() local
197 error = OMX_SendCommand(hComponent,OMX_CommandStateSet, OMX_StateIdle, NULL); in EventHandler()
198 if(error != OMX_ErrorNone){ in EventHandler()
202 error = WaitForState(hComponent, OMX_StateIdle); in EventHandler()
206 if(error != OMX_ErrorNone) { in EventHandler()
207 APP_DPRINT( "Error: G722Encoder->WaitForState reports an error %X\n", error); in EventHandler()
297 OMX_ERRORTYPE error = OMX_ErrorNone; local
387 error = TIOMX_Init();
388 if(error != OMX_ErrorNone) {
450 error = TIOMX_GetHandle(&pHandle, strG722Encoder, &AppData, &PcmCaBa);
[all …]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
DVPPTest.c443 OMX_ERRORTYPE error = OMX_ErrorNone; in _tmain() local
871 error = TIOMX_Init(); in _tmain()
872 if(error != OMX_ErrorNone) { in _tmain()
879 error = TIOMX_GetHandle(&pHandle,strAmrDecoder,&AppData, &AmrCaBa); in _tmain()
880 if( (error != OMX_ErrorNone) || (pHandle == NULL) ){ in _tmain()
893 error = GetComponentPortDef(pHandle, &MyVppPortDef); in _tmain()
894 if (error != OMX_ErrorNone){ in _tmain()
899 error = GetVPPCustomDef(pHandle); in _tmain()
900 if(error != OMX_ErrorNone) in _tmain()
971 error = OMX_ErrorInsufficientResources; in _tmain()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
DG726DecTest.c353 OMX_ERRORTYPE error = OMX_ErrorNone; in main() local
409 error = TIOMX_Init(); in main()
410 if(error != OMX_ErrorNone) { in main()
420 error = OMX_ErrorBadParameter; in main()
534 error = OMX_GetHandle(pHandle, strG726Decoder, &AppData, &G726CaBa); in main()
537 error = TIOMX_GetHandle(pHandle, strG726Decoder, &AppData, &G726CaBa); in main()
539 if((error != OMX_ErrorNone) || (*pHandle == NULL)) in main()
591 error = OMX_SetParameter (*pHandle, OMX_IndexParamAudioG726, pG726Param); in main()
594 error = OMX_SetParameter (*pHandle, OMX_IndexParamAudioG726, pG726Param); in main()
597 if (error != OMX_ErrorNone) in main()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
DAacEncTest.c540 OMX_ERRORTYPE error = OMX_ErrorNone; local
783 error = TIOMX_Init();
784 if(error != OMX_ErrorNone)
819 error = OMX_GetHandle(pHandle,strAacEncoder,&AppData, &AacCaBa);
822 error = TIOMX_GetHandle(pHandle,strAacEncoder,&AppData, &AacCaBa);
824 if( (error != OMX_ErrorNone) || (*pHandle == NULL) )
826 APP_EPRINT("%d :: App: Error in Get Handle function %d \n",__LINE__,error);
906 error = OMX_ErrorInsufficientResources;
914 error = OMX_GetExtensionIndex(*pHandle, "OMX.TI.index.config.aacencframesPerOutBuf",&index);
915 if (error != OMX_ErrorNone)
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
DG711DecTest.c459 OMX_ERRORTYPE error = OMX_ErrorNone; in main() local
580 error = TIOMX_Init(); in main()
582 if(error != OMX_ErrorNone) { in main()
710 error = TIOMX_Init(); in main()
740 error = OMX_GetHandle(&pHandle, strG711Decoder, &AppData, &G711CaBa); in main()
743 error = TIOMX_GetHandle(&pHandle, strG711Decoder, &AppData, &G711CaBa); in main()
746 if((error != OMX_ErrorNone) || (pHandle == NULL)) { in main()
756 error = -1; in main()
802 error = OMX_SetParameter (pHandle, OMX_IndexParamPortDefinition, pCompPrivateStruct); in main()
805 error = OMX_SetParameter (pHandle, OMX_IndexParamPortDefinition, pCompPrivateStruct); in main()
[all …]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
DJPEGTestEnc.c1120 OMX_ERRORTYPE error = OMX_ErrorNone; in _tmain() local
1333 error = TIOMX_Init(); in _tmain()
1334 if ( error != OMX_ErrorNone ) { in _tmain()
1341 error = TIOMX_GetHandle(&pHandle,StrJpegEncoder,(void *)&AppData, &JPEGCaBa); in _tmain()
1342 if ( (error != OMX_ErrorNone) || (pHandle == NULL) ) { in _tmain()
1398 error = OMX_GetParameter(pHandle, OMX_IndexParamImageInit, pPortParamType); in _tmain()
1399 if ( error != OMX_ErrorNone ) { in _tmain()
1400 printf("%d::APP_Error at function call: %x\n", __LINE__, error); in _tmain()
1401 error = OMX_ErrorBadParameter; in _tmain()
1408 error = OMX_GetParameter (pHandle, OMX_IndexParamPortDefinition, pInPortDef); in _tmain()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
DWBAmrDecTest.c487 OMX_ERRORTYPE error = OMX_ErrorNone; local
638 error = TIOMX_Init();
640 if(error != OMX_ErrorNone) {
792 error = TIOMX_Init();
805 error = OMX_GetHandle(&pHandle, strAmrEncoder, &AppData, &AmrCaBa);
808 error = TIOMX_GetHandle(&pHandle, strAmrEncoder, &AppData, &AmrCaBa);
811 if((error != OMX_ErrorNone) || (pHandle == NULL)) {
820 error = -1;
846 error = OMX_GetParameter (pHandle,OMX_IndexParamPortDefinition,pCompPrivateStruct);
877 error = OMX_SetParameter (pHandle,OMX_IndexParamPortDefinition,pCompPrivateStruct);
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
DWmaDecTest.c466 OMX_ERRORTYPE error = OMX_ErrorNone; in main() local
608 error = TIOMX_Init(); in main()
610 if(error != OMX_ErrorNone) { in main()
744 error = TIOMX_Init(); in main()
745 if(error != OMX_ErrorNone) { in main()
774 error = TIOMX_GetHandle(&pHandle, strWmaEncoder, &AppData, &WmaCaBa); in main()
777 error = TIOMX_GetHandle(&pHandle, strWmaEncoder, &AppData, &WmaCaBa); in main()
781 if((error != OMX_ErrorNone) || (pHandle == NULL)) { in main()
808 error = OMX_AllocateBuffer(pHandle,&pInputBufferHeader[i],0,NULL,INPUT_WMADEC_BUFFER_SIZE); in main()
810 if(error != OMX_ErrorNone) { in main()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
DG729DecTest.c244 error = OMX_ErrorInsufficientResources; \
382 OMX_ERRORTYPE error = OMX_ErrorNone; in main() local
535 error = TIOMX_Init(); in main()
537 if(error != OMX_ErrorNone) { in main()
667 error = TIOMX_Init(); in main()
677 error = OMX_GetHandle(&pHandle, strG729Decoder, &AppData, &G729CaBa); in main()
680 error = TIOMX_GetHandle(&pHandle, strG729Decoder, &AppData, &G729CaBa); in main()
684 if((error != OMX_ErrorNone) || (pHandle == NULL)) { in main()
716 error = OMX_SetParameter (pHandle,OMX_IndexParamPortDefinition, in main()
720 error = OMX_SetParameter (pHandle,OMX_IndexParamPortDefinition, in main()
[all …]
/hardware/ril/reference-ril/
Dreference-ril.c166 if (err < 0) goto error; in callFromCLCCLine()
169 if (err < 0) goto error; in callFromCLCCLine()
172 if (err < 0) goto error; in callFromCLCCLine()
175 if (err < 0) goto error; in callFromCLCCLine()
178 if (err < 0) goto error; in callFromCLCCLine()
181 if (err < 0) goto error; in callFromCLCCLine()
186 if (err < 0) goto error; in callFromCLCCLine()
203 if (err < 0) goto error; in callFromCLCCLine()
210 error: in callFromCLCCLine()
262 if (err < 0 || p_response->success == 0) goto error; in requestRadioPower()
[all …]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
DOMX_JpegDec_Thread.c84 OMX_U32 error = 0; in OMX_JpegDec_Thread() local
157 error = HandleCommandJpegDec (pComponentPrivate, nParam1); in OMX_JpegDec_Thread()
158 … OMX_PRINT2(pComponentPrivate->dbg, "after called handlecommand from JPEGDEC (%lu)\n", error); in OMX_JpegDec_Thread()
159 if (error != OMX_ErrorNone) { in OMX_JpegDec_Thread()
163 error, in OMX_JpegDec_Thread()
173 error = DisablePortJpegDec(pComponentPrivate, nParam1); in OMX_JpegDec_Thread()
174 if(error != OMX_ErrorNone){ in OMX_JpegDec_Thread()
178 error, in OMX_JpegDec_Thread()
185 error = EnablePortJpegDec(pComponentPrivate, nParam1); in OMX_JpegDec_Thread()
186 if(error != OMX_ErrorNone){ in OMX_JpegDec_Thread()
[all …]
/hardware/ti/omap4xxx/security/tf_daemon/
Dlib_manifest2.c172 goto error; in static_libManifest2GetNextItemInternal()
207 goto error; in static_libManifest2GetNextItemInternal()
223 goto error; in static_libManifest2GetNextItemInternal()
240 goto error; in static_libManifest2GetNextItemInternal()
274 goto error; in static_libManifest2GetNextItemInternal()
284 goto error; in static_libManifest2GetNextItemInternal()
294 goto error; in static_libManifest2GetNextItemInternal()
303 goto error; in static_libManifest2GetNextItemInternal()
323 goto error; in static_libManifest2GetNextItemInternal()
331 goto error; in static_libManifest2GetNextItemInternal()
[all …]
Dsmc_properties_parser.c286 goto error; in SMCPropYacc()
297 goto error; in SMCPropYacc()
332 goto error; in SMCPropYacc()
359 goto error; in SMCPropYacc()
368 goto error; in SMCPropYacc()
380 goto error; in SMCPropYacc()
396 goto error; in SMCPropYacc()
402 error: in SMCPropYacc()
443 goto error; in static_readFile()
450 goto error; in static_readFile()
[all …]
Ddelegation_client_extension.c67 int error = 0; in parseCommandLineExtension() local
76 error = smcPropertiesParse(configurationFileName); in parseCommandLineExtension()
77 if ( error != 0 ) in parseCommandLineExtension()
79 return error; in parseCommandLineExtension()
/hardware/ti/omap4xxx/domx/mm_osal/inc/
Dtimm_osal_error.h76 #define TIMM_OSAL_IS_WARNING(error) ((((error)>>30) == TIMM_OSAL_WAR) ? 1:0) argument
79 #define TIMM_OSAL_IS_ERROR(error) ((((error)>>30) == TIMM_OSAL_ERR) ? 1:0) argument
93 #define TIMM_OSAL_ERR_SPLIT(error, type, compID, errorID)\ argument
94 { type=(TIMM_OSAL_U32)((error)>>30);\
95 compID=(TIMM_OSAL_U32)(((error)>>16)&0x003FFF);\
96 (TIMM_OSAL_U32)(errorID=(error)&0x00FFFF); }
/hardware/ti/omap4xxx/libtiutils/
DErrorUtils.cpp28 status_t ErrorUtils::posixToAndroidError(int error) in posixToAndroidError() argument
30 switch(error) in posixToAndroidError()
70 status_t ErrorUtils::osalToAndroidError(TIMM_OSAL_ERRORTYPE error) in osalToAndroidError() argument
72 switch(error) in osalToAndroidError()
91 status_t ErrorUtils::omxToAndroidError(OMX_ERRORTYPE error) in omxToAndroidError() argument
93 switch(error) in omxToAndroidError()
DErrorUtils.h40 static status_t posixToAndroidError(int error);
43 static status_t osalToAndroidError(TIMM_OSAL_ERRORTYPE error);
46 static status_t omxToAndroidError(OMX_ERRORTYPE error);
/hardware/ti/omap4xxx/domx/make/
Dstart.mk24 $(error Error: variable PROJROOT not defined)
42 $(error Error: PROCFAMILY can not be determined from Kernel .config)
72 ERR = $(error Makefile generated fatal error while building target "$@")
/hardware/ti/omap4xxx/security/smc_pa_ctrl/
Dsmc_pa_ctrl_linux.c84 goto error; in readLocalFile()
99 goto error; in readLocalFile()
106 goto error; in readLocalFile()
114 goto error; in readLocalFile()
124 goto error; in readLocalFile()
141 error: in readLocalFile()
/hardware/broadcom/wlan/bcm4329/dhdutil/
Ddhdu_linux.c312 int error = BCME_OK; in wl_get() local
313 error = (int)ioctl_queryinformation_fe(wl, cmd, buf, &len); in wl_get()
315 if (error != 0) in wl_get()
318 return error; in wl_get()
327 int error = BCME_OK; in wl_set() local
329 error = (int)ioctl_setinformation_fe(wl, cmd, buf, &len); in wl_set()
331 if (error != 0) { in wl_set()
334 return error; in wl_set()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu_linux.c312 int error = BCME_OK; in wl_get() local
313 error = (int)ioctl_queryinformation_fe(wl, cmd, buf, &len); in wl_get()
315 if (error != 0) in wl_get()
318 return error; in wl_get()
327 int error = BCME_OK; in wl_set() local
329 error = (int)ioctl_setinformation_fe(wl, cmd, buf, &len); in wl_set()
331 if (error != 0) { in wl_set()
334 return error; in wl_set()
/hardware/qcom/media/mm-video/vidc/venc/test/
Dvideo_encoder_test.c74 int error = 1; in main() local
135 error = -1; in main()
139 if (error != -1) in main()
146 error = -1; in main()
163 if (error != -1) in main()
168 if ( error != -1 && (init_encoder (encoder_context) == -1 )) in main()
171 error = -1; in main()
177 if (error != -1 && (allocate_buffer (0,encoder_context)== -1)) in main()
180 error = -1; in main()
183 if (error != -1 && (allocate_buffer (1,encoder_context)== -1)) in main()
[all …]
/hardware/ril/mock-ril/src/cpp/
Dmsgheader.pb.h12 #error This file was generated by a newer version of protoc which is
13 #error incompatible with your Protocol Buffer headers. Please update
14 #error your headers.
17 #error This file was generated by an older version of protoc which is
18 #error incompatible with your Protocol Buffer headers. Please
19 #error regenerate this file with a newer version of protoc.
/hardware/ti/omap4xxx/camera/
DMemoryManager.cpp69 goto error; in allocateBuffer()
89 goto error; in allocateBuffer()
98 goto error; in allocateBuffer()
115 error: in allocateBuffer()

12345