Home
last modified time | relevance | path

Searched refs:FUNC (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXComponentDefines.h22 #define DECLARE_HANDLER(CLASS, FUNC)\ argument
23 static OMX_ERRORTYPE Get##FUNC(void *inst, OMX_PTR pStructure) {\
24 return ((CLASS*)inst)->Get##FUNC(pStructure);\
26 static OMX_ERRORTYPE Set##FUNC(void *inst, OMX_PTR pStructure) {\
27 return ((CLASS*)inst)->Set##FUNC(pStructure);\
29 OMX_ERRORTYPE Get##FUNC(OMX_PTR pStructure);\
30 OMX_ERRORTYPE Set##FUNC(OMX_PTR pStructure);
57 #define CHECK_RETURN_VALUE(FUNC)\ argument
59 LOGE(FUNC" failed: Error code = 0x%x", ret);\
85 #define CHECK_BS_STATUS(FUNC) \ argument
[all …]
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderLog.h31 #define CHECK_VA_STATUS_RETURN(FUNC)\ argument
33 LOG_E(FUNC" failed. vaStatus = %d\n", vaStatus);\
37 #define CHECK_VA_STATUS_GOTO_CLEANUP(FUNC)\ argument
39 LOG_E(FUNC" failed. vaStatus = %d\n", vaStatus);\
44 #define CHECK_ENCODE_STATUS_RETURN(FUNC)\ argument
46 LOG_E(FUNC"Failed. ret = 0x%08x\n", ret); \
50 #define CHECK_ENCODE_STATUS_CLEANUP(FUNC)\ argument
52 LOG_E(FUNC"Failed, ret = 0x%08x\n", ret); \
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderTrace.h69 #define CHECK_STATUS(FUNC)\ argument
72 WTRACE(FUNC" failed. status = %d", status);\
74 ETRACE(FUNC" failed. status = %d", status);\
79 #define CHECK_VA_STATUS(FUNC)\ argument
81 ETRACE(FUNC" failed. vaStatus = 0x%x", vaStatus);\
85 #define CHECK_VBP_STATUS(FUNC)\ argument
87 ETRACE(FUNC" failed. vbpStatus = %d", (int)vbpStatus);\
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DRotationBufferProvider.cpp23 #define CHECK_VA_STATUS_RETURN(FUNC) \ argument
25 ELOGTRACE(FUNC" failed. vaStatus = %#x", vaStatus);\
29 #define CHECK_VA_STATUS_BREAK(FUNC) \ argument
31 ELOGTRACE(FUNC" failed. vaStatus = %#x", vaStatus);\
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DRotationBufferProvider.cpp23 #define CHECK_VA_STATUS_RETURN(FUNC) \ argument
25 ETRACE(FUNC" failed. vaStatus = %#x", vaStatus);\
29 #define CHECK_VA_STATUS_BREAK(FUNC) \ argument
31 ETRACE(FUNC" failed. vaStatus = %#x", vaStatus);\