/hardware/libhardware/tests/hwc/ |
D | cnativewindow.c | 42 #define ERROR(fmt...) _TRACE(0, fmt) macro 205 ERROR("hwc->prepare failed r=%d\n",r); in hwc_post() 215 ERROR("hwc->set failed, r=%d\n", r); in hwc_post() 308 ERROR("query %d unknown!\n", what); in cnw_query() 346 ERROR("cannot resize buffers to %d x %d\n", w, h); in cnw_perform() 350 ERROR("perform %d unknown!\n", op); in cnw_perform() 384 ERROR("cannot open hw composer module\n"); in hwc_init() 389 ERROR("cannot open hwc device\n"); in hwc_init() 397 ERROR("hwc version less than 1.1\n"); in hwc_init() 405 ERROR("cannot get configs\n"); in hwc_init() [all …]
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
D | dbtype.h | 158 #ifdef ERROR /* Definition of ERROR in wingdi.h clashes with gt.h */ 159 #undef ERROR 196 #ifdef ERROR /* Definition of ERROR in wingdi.h clashes with gt.h */ 197 #undef ERROR
|
/hardware/ti/omap3/dspbridge/inc/ |
D | dbtype.h | 158 #ifdef ERROR /* Definition of ERROR in wingdi.h clashes with gt.h */ 159 #undef ERROR 196 #ifdef ERROR /* Definition of ERROR in wingdi.h clashes with gt.h */ 197 #undef ERROR
|
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
D | OMX_TI_Common.h | 79 OMXDBG_PRINT(stderr, ERROR, 4, 0, "***********************************\n"); \ 80 OMXDBG_PRINT(stderr, ERROR, 4, 0, "%d :: Malloc Failed\n",__LINE__); \ 81 OMXDBG_PRINT(stderr, ERROR, 4, 0, "***********************************\n"); \
|
D | OMX_TI_Debug.h | 375 #define OMX_ERROR0(dbg, format, list...) OMXDBG_PRINT((dbg).err, ERROR, 0, (dbg).mask, format, ##li… 376 #define OMX_ERROR1(dbg, format, list...) OMXDBG_PRINT((dbg).err, ERROR, 1, (dbg).mask, format, ##li… 377 #define OMX_ERROR2(dbg, format, list...) OMXDBG_PRINT((dbg).err, ERROR, 2, (dbg).mask, format, ##li… 378 #define OMX_ERROR3(dbg, format, list...) OMXDBG_PRINT((dbg).err, ERROR, 3, (dbg).mask, format, ##li… 379 #define OMX_ERROR4(dbg, format, list...) OMXDBG_PRINT((dbg).err, ERROR, 4, (dbg).mask, format, ##li… 380 #define OMX_ERROR5(dbg, format, list...) OMXDBG_PRINT((dbg).err, ERROR, 5, (dbg).mask, format, ##li… 567 OMXDBG_PRINT(stderr, ERROR, 4, 0, "Memory not available\n"); in mymalloc()
|
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/ |
D | LCML_DspCodec.c | 74 …OMXDBG_PRINT(stderr, ERROR, 4, OMX_DBG_BASEMASK, "LCML:::::::: ERROR(#%d F:%s)!!! Ran out of memor… 218 goto ERROR; in InitMMCodecEx() 242 goto ERROR; in InitMMCodecEx() 269 goto ERROR; in InitMMCodecEx() 275 DSP_ERROR_EXIT(status, "DSP Manager Open", ERROR); in InitMMCodecEx() 280 DSP_ERROR_EXIT(status, "Attach processor", ERROR); in InitMMCodecEx() 293 goto ERROR; in InitMMCodecEx() 299 DSP_ERROR_EXIT (status, "Register Component Library", ERROR); in InitMMCodecEx() 326 goto ERROR; in InitMMCodecEx() 334 goto ERROR; in InitMMCodecEx() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
D | vp9_cx_iface.c | 117 #undef ERROR 118 #define ERROR(str) do {\ macro 125 ERROR(#memb " out of range ["#lo".."#hi"]");\ 130 ERROR(#memb " out of range [.."#hi"]");\ 135 ERROR(#memb " out of range ["#lo"..]");\ 139 if (!!((p)->memb) != (p)->memb) ERROR(#memb " expected boolean");\ 175 ERROR("ts_target_bitrate entries are not increasing"); in validate_config() 180 ERROR("ts_rate_decimator factors are not powers of 2"); in validate_config() 188 ERROR("kf_min_dist not supported in auto mode, use 0 " in validate_config() 204 ERROR("Option --tune=ssim is not currently supported in VP9."); in validate_config() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_cx_iface.c | 110 #undef ERROR 111 #define ERROR(str) do {\ macro 118 ERROR(#memb " out of range ["#lo".."#hi"]");\ 123 ERROR(#memb " out of range [.."#hi"]");\ 128 ERROR(#memb " out of range ["#lo"..]");\ 132 if(!!((p)->memb) != (p)->memb) ERROR(#memb " expected boolean");\ 188 ERROR("kf_min_dist not supported in auto mode, use 0 " in validate_config() 220 ERROR("rc_twopass_stats_in.buf not set."); in validate_config() 223 ERROR("rc_twopass_stats_in.sz indicates truncated packet."); in validate_config() 226 ERROR("rc_twopass_stats_in requires at least two packets."); in validate_config() [all …]
|
/hardware/ti/omap4xxx/domx/mm_osal/inc/ |
D | timm_osal_types.h | 109 #define ERROR 1 macro
|
/hardware/ti/omap4-aah/domx/mm_osal/inc/ |
D | timm_osal_types.h | 109 #define ERROR 1 macro
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/ |
D | OMX_AmrEnc_Utils.h | 233 OMXDBG_PRINT(stderr, ERROR, 4, 0, "%d :: Error while closing pipe\n",__LINE__);\ 239 OMXDBG_PRINT(stderr, ERROR, 4, 0, "\n**************** OMX ERROR ************************\n");\ 240 OMXDBG_PRINT(stderr, ERROR, 4, 0, "%d : Error Name: %s : Error Num = %x",__LINE__, _s_, _e_);\ 241 OMXDBG_PRINT(stderr, ERROR, 4, 0, "\n**************** OMX ERROR ************************\n");\
|
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/ |
D | OMX_Mp3Dec_Utils.h | 238 OMXDBG_PRINT(stderr, ERROR, 4, 0, "\n**************** OMX ERROR ************************\n");\ 239 OMXDBG_PRINT(stderr, ERROR, 4, 0, "%d : Error Name: %s : Error Num = %x",__LINE__, _s_, _e_);\ 240 OMXDBG_PRINT(stderr, ERROR, 4, 0, "\n**************** OMX ERROR ************************\n");\
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/ |
D | OMX_AacDec_Utils.h | 279 OMXDBG_PRINT(stderr, ERROR, 4, 0, "\n**************** OMX ERROR ************************\n"); \ 280 OMXDBG_PRINT(stderr, ERROR, 4, 0, "%d : Error Name: %s : Error Num = %x",__LINE__, _s_, _e_); \ 281 OMXDBG_PRINT(stderr, ERROR, 4, 0, "\n**************** OMX ERROR ************************\n"); \
|
/hardware/samsung_slsi/exynos5/libcamera/ |
D | ExynosJpegEncoderForCamera.h | 36 enum ERROR { enum
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
D | ExynosJpegEncoderForCamera.h | 33 enum ERROR { enum
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/ |
D | OMX_WbAmrEnc_Utils.h | 138 OMXDBG_PRINT(stderr, ERROR, 4, OMX_DBG_BASEMASK, "Error while closing pipe\n");\ 144 OMXDBG_PRINT(stderr, ERROR, 4, OMX_DBG_BASEMASK, "Error Name: %s : Error Num = %x", _s_, _e_);\
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/ |
D | OMX_AacEnc_Utils.h | 74 OMXDBG_PRINT(stderr, ERROR, 4, 0, "%d :: Error bad parameter \n",__LINE__);\ 91 OMXDBG_PRINT(stderr, ERROR, 4, 0, "%d :: Error while closing pipe\n",__LINE__);\
|
/hardware/libhardware/tests/camera2/ |
D | camera2_utils.h | 183 ERROR = -1, enumerator
|
/hardware/ti/omap4xxx/camera/inc/ |
D | BaseCameraAdapter.h | 191 ERROR enumerator
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
D | OMX_AmrDecoder.c | 1229 …OMXDBG_PRINT(stderr, ERROR, 2, 0, "%d ::OMX_AmrDecoder.c :: About to return OMX_ErrorBadParameter\… in SetConfig() 1446 …OMXDBG_PRINT(stderr, ERROR, 4, 0, "%d ::OMX_AmrDecoder.c :: About to return OMX_ErrorBadParameter\… in GetState() 2261 OMXDBG_PRINT(stderr, ERROR, 4, 0, "Memory not available\n"); in mymalloc() 2272 …OMXDBG_PRINT(stderr, ERROR, 4, 0, "Allocating %d bytes on address %p, line %d file %s\n", size, p,… in mymalloc() 2281 …OMXDBG_PRINT(stderr, ERROR, 4, 0, "Deleting %d bytes on address %p, line %d file %s\n", bytes[q],d… in myfree() 2290 …OMXDBG_PRINT(stderr, ERROR, 4, 0, "\n\n%p Pointer not found. Line:%d File%s!!\n\n",dp, line, s); in myfree()
|
/hardware/ti/omap4-aah/camera/inc/ |
D | BaseCameraAdapter.h | 211 ERROR enumerator
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
D | OMX_AacDecoder.c | 1420 OMXDBG_PRINT(stderr, ERROR, 4, 0, "%d :: About to exit GetState with bad parameter\n", __LINE__); in GetState() 2316 … OMXDBG_PRINT(stderr, ERROR, 4, 0, "%d::OMX_ErrorBadParameter from GetExtensionIndex\n",__LINE__); in GetExtensionIndex() 2368 … OMXDBG_PRINT(stderr, ERROR, 4, 0, "%d::OMX_ErrorBadParameter from OMX_CreateEvent\n",__LINE__); in OMX_CreateEvent() 2382 … OMXDBG_PRINT(stderr, ERROR, 4, 0, "%d::OMX_ErrorBadParameter from OMX_SignalEvent\n",__LINE__); in OMX_SignalEvent() 2395 … OMXDBG_PRINT(stderr, ERROR, 4, 0, "%d::OMX_ErrorBadParameter from OMX_WaitForEvent\n",__LINE__); in OMX_WaitForEvent() 2408 … OMXDBG_PRINT(stderr, ERROR, 4, 0, "%d::OMX_ErrorBadParameter from OMX_DestroyEvent\n",__LINE__); in OMX_DestroyEvent()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
D | OMX_Mp3Decoder.c | 1449 OMXDBG_PRINT(stderr, ERROR, 4, 0, " :: About to exit with bad parameter\n"); in GetState() 2442 OMXDBG_PRINT(stderr, ERROR, 4, 0, "OMX_CreateEvent: OMX_ErrorBadParameter\n"); in OMX_CreateEvent() 2456 OMXDBG_PRINT(stderr, ERROR, 4, 0, "OMX_CreateEvent: OMX_ErrorBadParameter\n"); in OMX_SignalEvent() 2469 OMXDBG_PRINT(stderr, ERROR, 4, 0, "OMX_CreateEvent: OMX_ErrorBadParameter\n"); in OMX_WaitForEvent() 2482 OMXDBG_PRINT(stderr, ERROR, 4, 0, "OMX_CreateEvent: OMX_ErrorBadParameter\n"); in OMX_DestroyEvent()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
D | OMX_WbAmrDecoder.c | 1376 OMXDBG_PRINT(stderr, ERROR, 4, 0, "About to return OMX_ErrorBadParameter on line\n"); in GetState() 2138 OMXDBG_PRINT(stderr, ERROR, 4, 0, "Memory not available\n"); in mymalloc() 2157 … OMXDBG_PRINT(stderr, ERROR, 4, 0, "Null Memory can not be deleted line: %d file: %s\n", line, s); in myfree() 2172 OMXDBG_PRINT(stderr, ERROR, 4, 0, "\n\nPointer not found. Line:%d File%s!!\n\n",line, s); in myfree()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
D | OMX_WmaDecoder.c | 1214 OMXDBG_PRINT(stderr, ERROR, 4, 0, "%d :: Invalid HANDLE OMX_ErrorBadParameter \n",__LINE__); in SetConfig() 1305 … OMXDBG_PRINT(stderr, ERROR, 4, 0, "About to return OMX_ErrorBadParameter on line %d\n",__LINE__); in GetState() 1629 OMXDBG_PRINT(stderr, ERROR, 4, 0, "Inside the ComponentTunnelRequest\n"); in ComponentTunnelRequest()
|