Searched refs:pPix (Results 1 – 1 of 1) sorted by relevance
51 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_() argument473 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_() argument479 SDK_NULL_ASSERT(pPix); in getCapturedPixG_()480 return (u8)((MASK_CAPTURED_PIX_G & *pPix) >> SHIFT_CAPTURED_PIX_G); in getCapturedPixG_()[all …]