Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/ext/common/src/
Dext_scrntest.c51 static u8 getCapturedPixR_(const CapturedPixel * pPix);
52 static u8 getCapturedPixG_(const CapturedPixel * pPix);
53 static u8 getCapturedPixB_(const CapturedPixel * pPix);
54 static BOOL getCapturedPixAlpha_(const CapturedPixel * pPix);
471 static u8 getCapturedPixR_(const CapturedPixel * pPix) in getCapturedPixR_() argument
473 SDK_NULL_ASSERT(pPix); in getCapturedPixR_()
474 return (u8)((MASK_CAPTURED_PIX_R & *pPix) >> SHIFT_CAPTURED_PIX_R); in getCapturedPixR_()
477 static u8 getCapturedPixG_(const CapturedPixel * pPix) in getCapturedPixG_() argument
479 SDK_NULL_ASSERT(pPix); in getCapturedPixG_()
480 return (u8)((MASK_CAPTURED_PIX_G & *pPix) >> SHIFT_CAPTURED_PIX_G); in getCapturedPixG_()
[all …]