Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/
DMessageFactory.h127 : mReq(req), mAttr(req.addInternal(type)) {} in NestedGuard()
128 ~NestedGuard() { closeNested(&mReq.mMessage.header, mAttr); } in ~NestedGuard()
132 nlattr* mAttr; variable
/hardware/google/graphics/zuma/libhwc2.1/libresource/
DExynosResourceManagerModule.cpp430 if ((l->mAttr & MPP_ATTR_AFBC) != (r->mAttr & MPP_ATTR_AFBC)) in otfMppReordering()
431 return (l->mAttr & MPP_ATTR_AFBC) > (r->mAttr & MPP_ATTR_AFBC); in otfMppReordering()
432 if (l->mAttr & MPP_ATTR_AFBC) { in otfMppReordering()
440 if ((l->mAttr & MPP_ATTR_WCG) != (r->mAttr & MPP_ATTR_WCG)) in otfMppReordering()
441 return (l->mAttr & MPP_ATTR_WCG) > (r->mAttr & MPP_ATTR_WCG); in otfMppReordering()
442 if (l->mAttr & MPP_ATTR_WCG) { in otfMppReordering()
475 if ((mpp->mAttr & MPP_ATTR_AFBC) && in otfMppReordering()
479 } else if ((mpp->mAttr & MPP_ATTR_WCG) && in otfMppReordering()
489 if ((mpp->mAttr & MPP_ATTR_AFBC) && in otfMppReordering()
493 } else if ((mpp->mAttr & MPP_ATTR_WCG) && in otfMppReordering()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp168 mAttr(0), in ExynosMPP()
214 mAttr = feature.attr; in ExynosMPP()
306 if (!hasHdrInfo(src) && ((mAttr & MPP_ATTR_WCG) == 0)) in isDataspaceSupportedByMPP()
312 ((mAttr & standard_it->second) == 0)) in isDataspaceSupportedByMPP()
318 ((mAttr & transfer_it->second) == 0)) in isDataspaceSupportedByMPP()
333 if (mAttr & MPP_ATTR_HDR10PLUS) in isSupportedHDR()
369 if (mAttr & MPP_ATTR_ROT_90) { in checkRotationCondition()
398 if (!(mAttr & transform_map.hwc_tr)) in isSupportedTransform()
409 if (mAttr & MPP_ATTR_AFBC) in isSupportedCompression()
423 if (!(mAttr & MPP_ATTR_USE_CAPA)) in isSupportedCapability()
[all …]
DExynosResourceManager.cpp1351 return (m->mAttr & MPP_ATTR_HDR10PLUS); in getCandidateM2mMPPOutImages()
2671 if (mOtfMPPs[i]->mAttr & MPP_ATTR_HDR10PLUS) in hasHDR10PlusMPP()
2676 if (mM2mMPPs[i]->mAttr & MPP_ATTR_HDR10PLUS) in hasHDR10PlusMPP()
2775 if (mOtfMPPs[i]->mAttr & (MPP_ATTR_WCG | MPP_ATTR_HDR10)) mDeviceSupportWCG = true; in updateSupportWCG()
2779 if (mM2mMPPs[i]->mAttr & (MPP_ATTR_WCG | MPP_ATTR_HDR10)) mDeviceSupportWCG = true; in updateSupportWCG()
DExynosMPP.h569 uint64_t mAttr; variable