Searched refs:UNLIKELY (Results 1 – 4 of 4) sorted by relevance
35 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0) macro131 if (UNLIKELY(mDebugFps)) { in processRecordFrame()
32 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0) macro
32 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0) macro606 if (UNLIKELY(mHalCamCtrl->mDebugFps)) { in processPreviewFrameWithDisplay()825 if (UNLIKELY(mHalCamCtrl->mDebugFps)) { in processPreviewFrameWithOutDisplay()
29 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0) macro