Home
last modified time | relevance | path

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

12345678910

/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/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/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/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/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
Dcpplint.py455 def ParseNolintSuppressions(filename, raw_line, linenum, error): argument
480 error(filename, linenum, 'readability/nolint', 5,
825 def Check(self, error, filename, linenum): argument
844 error(filename, linenum, 'readability/fn_size', error_level,
1140 def RemoveMultiLineComments(filename, lines, error): argument
1149 error(filename, lineix_begin + 1, 'readability/multiline_comment', 5,
1361 def CheckForCopyright(filename, lines, error): argument
1369 error(filename, 0, 'legal/copyright', 5,
1398 def CheckForHeaderGuard(filename, lines, error): argument
1433 error(filename, 0, 'build/header_guard', 5,
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dtextblit.c65 int error, ystep, y, x; in vp8_blit_line() local
93 error = deltax / 2; in vp8_blit_line()
108 error = error - deltay; in vp8_blit_line()
109 if (error < 0) in vp8_blit_line()
112 error = error + deltax; in vp8_blit_line()
122 error = error - deltay; in vp8_blit_line()
123 if (error < 0) in vp8_blit_line()
126 error = error + deltax; in vp8_blit_line()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_textblit.c64 int error, ystep, y, x; in vp9_blit_line() local
90 error = deltax / 2; in vp9_blit_line()
103 error = error - deltay; in vp9_blit_line()
104 if (error < 0) { in vp9_blit_line()
106 error = error + deltax; in vp9_blit_line()
113 error = error - deltay; in vp9_blit_line()
114 if (error < 0) { in vp9_blit_line()
116 error = error + deltax; in vp9_blit_line()
/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 …]
/hardware/ti/omap4-aah/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.c296 goto error; in SMCPropYacc()
307 goto error; in SMCPropYacc()
342 goto error; in SMCPropYacc()
369 goto error; in SMCPropYacc()
378 goto error; in SMCPropYacc()
390 goto error; in SMCPropYacc()
403 goto error; in SMCPropYacc()
423 goto error; in SMCPropYacc()
431 goto error; in SMCPropYacc()
447 goto error; in SMCPropYacc()
[all …]
/hardware/ril/reference-ril/
Dreference-ril.c283 if (err < 0) goto error; in callFromCLCCLine()
286 if (err < 0) goto error; in callFromCLCCLine()
289 if (err < 0) goto error; in callFromCLCCLine()
292 if (err < 0) goto error; in callFromCLCCLine()
295 if (err < 0) goto error; in callFromCLCCLine()
298 if (err < 0) goto error; in callFromCLCCLine()
303 if (err < 0) goto error; in callFromCLCCLine()
320 if (err < 0) goto error; in callFromCLCCLine()
327 error: in callFromCLCCLine()
379 if (err < 0 || p_response->success == 0) goto error; in requestRadioPower()
[all …]
/hardware/ti/omap4-aah/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/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()
/hardware/ti/omap4-aah/libtiutils/
DErrorUtils.cpp29 status_t ErrorUtils::posixToAndroidError(int error) in posixToAndroidError() argument
31 switch(error) in posixToAndroidError()
71 status_t ErrorUtils::osalToAndroidError(TIMM_OSAL_ERRORTYPE error) in osalToAndroidError() argument
73 switch(error) in osalToAndroidError()
92 status_t ErrorUtils::omxToAndroidError(OMX_ERRORTYPE error) in omxToAndroidError() argument
94 switch(error) in omxToAndroidError()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decoder.c125 if (setjmp(cm->error.jmp)) { in vp9_create_decompressor()
126 cm->error.setjmp = 0; in vp9_create_decompressor()
131 cm->error.setjmp = 1; in vp9_create_decompressor()
147 cm->error.setjmp = 0; in vp9_create_decompressor()
199 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, in vp9_copy_reference_dec()
204 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, in vp9_copy_reference_dec()
208 return cm->error.error_code; in vp9_copy_reference_dec()
228 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, in vp9_set_reference_dec()
230 return cm->error.error_code; in vp9_set_reference_dec()
234 vpx_internal_error(&cm->error, VPX_CODEC_ERROR, in vp9_set_reference_dec()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Donyxd_if.c63 if (setjmp(pbi->common.error.jmp)) in create_decompressor()
65 pbi->common.error.setjmp = 0; in create_decompressor()
70 pbi->common.error.setjmp = 1; in create_decompressor()
84 pbi->common.error.setjmp = 0; in create_decompressor()
122 vpx_internal_error(&pbi->common.error, VPX_CODEC_ERROR, in vp8dx_get_reference()
124 return pbi->common.error.error_code; in vp8dx_get_reference()
131 vpx_internal_error(&pbi->common.error, VPX_CODEC_ERROR, in vp8dx_get_reference()
137 return pbi->common.error.error_code; in vp8dx_get_reference()
154 vpx_internal_error(&pbi->common.error, VPX_CODEC_ERROR, in vp8dx_set_reference()
156 return pbi->common.error.error_code; in vp8dx_set_reference()
[all …]

12345678910