Searched defs:bSrc (Results 1 – 7 of 7) sorted by relevance
118 …CPropVariant(bool bSrc) { vt = VT_BOOL; wReserved1 = 0; boolVal = (bSrc ? VARIANT_TRUE : VARIANT_F… in CPropVariant()
168 CPropVariant& CPropVariant::operator=(bool bSrc) throw() in operator =()
202 const auto &bSrc = result.outputBuffers[i]; in processOneCaptureResultLockedT() local
1187 int bSrc = (*rgbDataSrc >> 20) & 0x3ff; in computeRGBHdrPSNR() local1229 int bSrc = (*rgbDataSrc >> 16) & 0xff; in computeRGBSdrPSNR() local
1037 bool bSrc, in VpHal_16AlignSetupSurfaceStatesInt()
419 Bitmap bSrc = Bitmap.createBitmap(x, y, Bitmap.Config.ARGB_8888); in helperBitmapCopy() local
583 inline _variant_t::_variant_t(BYTE bSrc) throw() { in _variant_t()