Searched refs:error (Results 1 - 25 of 234) sorted by relevance

12345678910

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/
H A Dboolhuff_arm.c38 struct vpx_internal_error_info *error)
40 return validate_buffer(start, len, end, error);
35 vp8_validate_buffer_arm(const unsigned char *start, size_t len, const unsigned char *end, struct vpx_internal_error_info *error) argument
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dpacked_section_end.h43 #error "BWL_PACKED_SECTION is NOT defined!"
H A Dpacked_section_start.h41 #error "BWL_PACKED_SECTION is already defined!"
57 #error "Unknown compiler!"
/hardware/ti/omap4-aah/libtiutils/
H A DErrorUtils.h20 ///Header file where all the android error codes are defined
23 ///Header file where all the OMX error codes are defined
31 ///Header file where all the TI OSAL error codes are defined
38 ///Generic class with static methods to convert any standard error type to Android error type
43 static status_t posixToAndroidError(int error);
46 static status_t osalToAndroidError(TIMM_OSAL_ERRORTYPE error);
49 static status_t omxToAndroidError(OMX_ERRORTYPE error);
H A DErrorUtils.cpp26 @param error Any of the standard POSIX error codes (defined in bionic/libc/kernel/common/asm-generic/errno.h)
27 @return Any of the standard Android error code (defined in frameworks/base/include/utils/Errors.h)
29 status_t ErrorUtils::posixToAndroidError(int error) argument
31 switch(error)
67 @param error Any of the standard TI OSAL error codes (defined in
69 @return Any of the standard Android error code (defined in frameworks/base/include/utils/Errors.h)
71 status_t ErrorUtils::osalToAndroidError(TIMM_OSAL_ERRORTYPE error) argument
73 switch(error)
92 omxToAndroidError(OMX_ERRORTYPE error) argument
[all...]
/hardware/ti/omap4xxx/libtiutils/
H A DErrorUtils.h20 ///Header file where all the android error codes are defined
23 ///Header file where all the OMX error codes are defined
29 ///Header file where all the TI OSAL error codes are defined
35 ///Generic class with static methods to convert any standard error type to Android error type
40 static status_t posixToAndroidError(int error);
43 static status_t osalToAndroidError(TIMM_OSAL_ERRORTYPE error);
46 static status_t omxToAndroidError(OMX_ERRORTYPE error);
H A DErrorUtils.cpp25 @param error Any of the standard POSIX error codes (defined in bionic/libc/kernel/common/asm-generic/errno.h)
26 @return Any of the standard Android error code (defined in frameworks/base/include/utils/Errors.h)
28 status_t ErrorUtils::posixToAndroidError(int error) argument
30 switch(error)
66 @param error Any of the standard TI OSAL error codes (defined in
68 @return Any of the standard Android error code (defined in frameworks/base/include/utils/Errors.h)
70 status_t ErrorUtils::osalToAndroidError(TIMM_OSAL_ERRORTYPE error) argument
72 switch(error)
91 omxToAndroidError(OMX_ERRORTYPE error) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
H A DG722DecTest.c186 OMX_ERRORTYPE error = OMX_ErrorNone; local
224 error = TIOMX_Init();
225 if(error != OMX_ErrorNone) {
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)) {
304 error = OMX_GetExtensionIndex(*pHandle, "OMX.TI.index.config.g722headerinfo",&index);
305 if (error != OMX_ErrorNone) {
312 error = OMX_SetConfig(*pHandle, index, &appPrivate);
313 if(error !
658 OMX_ERRORTYPE error = OMX_ErrorNone; local
851 OMX_ERRORTYPE error = OMX_ErrorNone; local
1061 OMX_ERRORTYPE error = OMX_ErrorNone; local
1095 OMX_ERRORTYPE error = OMX_ErrorNone; local
1129 OMX_ERRORTYPE error = OMX_ErrorNone; local
1167 OMX_ERRORTYPE error = OMX_ErrorNone; local
1205 OMX_ERRORTYPE error = OMX_ErrorNone; local
1231 OMX_ERRORTYPE error = OMX_ErrorNone; local
1259 OMX_ERRORTYPE error = OMX_ErrorNone; local
1331 OMX_ERRORTYPE error = OMX_ErrorNone; local
1649 OMX_ERRORTYPE error = OMX_ErrorNone; local
1710 OMX_ERRORTYPE error = OMX_ErrorNone; local
1772 OMX_ERRORTYPE error = OMX_ErrorNone; local
1811 OMX_ERRORTYPE error = OMX_ErrorNone; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
H A DG722EncTest.c182 OMX_ERRORTYPE error = OMX_ErrorNone; local
197 error = OMX_SendCommand(hComponent,OMX_CommandStateSet, OMX_StateIdle, NULL);
198 if(error != OMX_ErrorNone){
202 error = WaitForState(hComponent, OMX_StateIdle);
206 if(error != OMX_ErrorNone) {
207 APP_DPRINT( "Error: G722Encoder->WaitForState reports an error %X\n", error);
297 OMX_ERRORTYPE error = OMX_ErrorNone; local
387 error = TIOMX_Init();
388 if(error !
1349 OMX_ERRORTYPE error = OMX_ErrorNone; local
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
H A DVPPTest.c443 OMX_ERRORTYPE error = OMX_ErrorNone; local
871 error = TIOMX_Init();
872 if(error != OMX_ErrorNone) {
879 error = TIOMX_GetHandle(&pHandle,strAmrDecoder,&AppData, &AmrCaBa);
880 if( (error != OMX_ErrorNone) || (pHandle == NULL) ){
893 error = GetComponentPortDef(pHandle, &MyVppPortDef);
894 if (error != OMX_ErrorNone){
899 error = GetVPPCustomDef(pHandle);
900 if(error != OMX_ErrorNone)
971 error
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
H A DG726DecTest.c229 * @return Appropriate OMX error.
353 OMX_ERRORTYPE error = OMX_ErrorNone; local
409 error = TIOMX_Init();
410 if(error != OMX_ErrorNone) {
420 error = OMX_ErrorBadParameter;
534 error = OMX_GetHandle(pHandle, strG726Decoder, &AppData, &G726CaBa);
537 error = TIOMX_GetHandle(pHandle, strG726Decoder, &AppData, &G726CaBa);
539 if((error != OMX_ErrorNone) || (*pHandle == NULL))
591 error = OMX_SetParameter (*pHandle, OMX_IndexParamAudioG726, pG726Param);
594 error
1367 OMX_ERRORTYPE error = OMX_ErrorNone; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dtextblit.c65 int error, ystep, y, x; local
93 error = deltax / 2;
108 error = error - deltay;
109 if (error < 0)
112 error = error + deltax;
122 error = error - deltay;
123 if (error <
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_textblit.c64 int error, ystep, y, x; local
90 error = deltax / 2;
103 error = error - deltay;
104 if (error < 0) {
106 error = error + deltax;
113 error = error - deltay;
114 if (error <
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
H A DG711DecTest.c298 * OMX_EventError, component has detected an error condition
459 OMX_ERRORTYPE error = OMX_ErrorNone; local
580 error = TIOMX_Init();
582 if(error != OMX_ErrorNone) {
710 error = TIOMX_Init();
740 error = OMX_GetHandle(&pHandle, strG711Decoder, &AppData, &G711CaBa);
743 error = TIOMX_GetHandle(&pHandle, strG711Decoder, &AppData, &G711CaBa);
746 if((error != OMX_ErrorNone) || (pHandle == NULL)) {
756 error = -1;
802 error
1563 OMX_ERRORTYPE error = OMX_ErrorNone; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
H A DG729DecTest.c244 error = OMX_ErrorInsufficientResources; \
382 OMX_ERRORTYPE error = OMX_ErrorNone; local
535 error = TIOMX_Init();
537 if(error != OMX_ErrorNone) {
667 error = TIOMX_Init();
677 error = OMX_GetHandle(&pHandle, strG729Decoder, &AppData, &G729CaBa);
680 error = TIOMX_GetHandle(&pHandle, strG729Decoder, &AppData, &G729CaBa);
684 if((error != OMX_ErrorNone) || (pHandle == NULL)) {
716 error = OMX_SetParameter (pHandle,OMX_IndexParamPortDefinition,
720 error
1355 OMX_ERRORTYPE error = OMX_ErrorNone; local
1536 OMX_ERRORTYPE error = OMX_ErrorNone; local
1563 OMX_ERRORTYPE error = OMX_ErrorNone; local
1590 OMX_ERRORTYPE error = OMX_ErrorNone; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
H A DAacEncTest.c512 * @retval error Return Value to OS
540 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
2473 int error=0; local
2505 int error=0; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
H A DWBAmrDecTest.c487 OMX_ERRORTYPE error = OMX_ErrorNone; local
537 error = OMX_ErrorInsufficientResources;
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
1803 OMX_ERRORTYPE error = OMX_ErrorNone; local
2000 OMX_ERRORTYPE error = OMX_ErrorNone; local
2023 OMX_ERRORTYPE error = OMX_ErrorNone; local
2046 OMX_ERRORTYPE error = OMX_ErrorNone; local
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Dts_parser.h71 bool error; member in class:omx_time_stamp_reorder
80 if (error)
82 error = true;
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Dts_parser.h72 bool error; member in class:omx_time_stamp_reorder
81 if (error)
84 error = true;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dcpplint.py88 error messages whose category names pass the filters will be printed.
138 # We categorize each error message we print. Here are the categories.
140 # If you add a new error message with a new category, add it to the list
439 # {str, set(int)}: a map from error categories to sets of linenumbers
455 def ParseNolintSuppressions(filename, raw_line, linenum, error):
456 """Updates the global list of error-suppressions.
459 error_suppressions store. Reports an error if the NOLINT comment
466 error: function, an error handler.
480 error(filenam
[all...]
/hardware/ti/omap4-aah/domx/mm_osal/inc/
H A Dtimm_osal_error.h35 * The osal header file defines the error codes
61 * Each error code can be broken up into three fields as given below:
62 * - Type of error (2 bits): NO_ERROR: 00, WARNING: 01, FATAL_ERROR: 10
63 * - Component ID (14 bits): A unique ID which indicates which of the component generated the error
64 * - Error ID (16 bits): The specific error generated by a component
76 #define TIMM_OSAL_IS_WARNING(error) ((((error)>>30) == TIMM_OSAL_WAR) ? 1:0)
78 /** This macro tests if the provided M4OSA_ERR is a fatal error or not*/
79 #define TIMM_OSAL_IS_ERROR(error) ((((error)>>3
[all...]
/hardware/ti/omap4xxx/domx/mm_osal/inc/
H A Dtimm_osal_error.h35 * The osal header file defines the error codes
61 * Each error code can be broken up into three fields as given below:
62 * - Type of error (2 bits): NO_ERROR: 00, WARNING: 01, FATAL_ERROR: 10
63 * - Component ID (14 bits): A unique ID which indicates which of the component generated the error
64 * - Error ID (16 bits): The specific error generated by a component
76 #define TIMM_OSAL_IS_WARNING(error) ((((error)>>30) == TIMM_OSAL_WAR) ? 1:0)
78 /** This macro tests if the provided M4OSA_ERR is a fatal error or not*/
79 #define TIMM_OSAL_IS_ERROR(error) ((((error)>>3
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
H A DWmaDecTest.c466 OMX_ERRORTYPE error = OMX_ErrorNone; local
608 error = TIOMX_Init();
610 if(error != OMX_ErrorNone) {
744 error = TIOMX_Init();
745 if(error != OMX_ErrorNone) {
774 error = TIOMX_GetHandle(&pHandle, strWmaEncoder, &AppData, &WmaCaBa);
777 error = TIOMX_GetHandle(&pHandle, strWmaEncoder, &AppData, &WmaCaBa);
781 if((error != OMX_ErrorNone) || (pHandle == NULL)) {
808 error = OMX_AllocateBuffer(pHandle,&pInputBufferHeader[i],0,NULL,INPUT_WMADEC_BUFFER_SIZE);
810 if(error !
1564 OMX_ERRORTYPE error = OMX_ErrorNone; local
1598 OMX_ERRORTYPE error = OMX_ErrorNone; local
1765 OMX_ERRORTYPE error = OMX_ErrorNone; local
1861 OMX_ERRORTYPE error = OMX_ErrorNone; local
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
H A DJPEGTestEnc.c651 /* Hardware error flag */
700 PRINT("Error: Couldn't get state for component or sent to invalid state because of an error.\n");
1120 OMX_ERRORTYPE error = OMX_ErrorNone; local
1333 error = TIOMX_Init();
1334 if ( error != OMX_ErrorNone ) {
1341 error = TIOMX_GetHandle(&pHandle,StrJpegEncoder,(void *)&AppData, &JPEGCaBa);
1342 if ( (error != OMX_ErrorNone) || (pHandle == NULL) ) {
1398 error = OMX_GetParameter(pHandle, OMX_IndexParamImageInit, pPortParamType);
1399 if ( error != OMX_ErrorNone ) {
1400 printf("%d::APP_Error at function call: %x\n", __LINE__, error);
[all...]
/hardware/ti/omap4-aah/security/tf_daemon/
H A Dlib_manifest2.c48 /* No error messages on the target */
172 goto error;
207 goto error;
223 goto error;
240 goto error;
274 goto error;
284 goto error;
294 goto error;
303 goto error;
323 goto error;
[all...]

Completed in 956 milliseconds

12345678910