OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMX_ERROR4
(Results
26 - 32
of
32
) sorted by null
1
2
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
OMX_TI_Debug.h
357
if(!_ptr1)
OMX_ERROR4
(dbg, "NULL parameter (" #_ptr1 ").\n"); \
358
else if(!_ptr2)
OMX_ERROR4
(dbg, "NULL parameter (" #_ptr2 ").\n"); \
359
else if(!_ptr3)
OMX_ERROR4
(dbg, "NULL parameter (" #_ptr3 ").\n"); \
379
#define
OMX_ERROR4
(dbg, format, list...) OMXDBG_PRINT((dbg).err, ERROR, 4, (dbg).mask, format, ##list)
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c
485
OMX_ERROR4
(pComponentPrivate->dbg, "Error returned from the Component\n");
[
all
...]
OMX_VideoDec_Utils.c
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c
[
all
...]
OMX_VideoEncoder.c
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h
[
all
...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c
[
all
...]
Completed in 267 milliseconds
1
2