Searched refs:mDumpCntrPng (Results 1 - 4 of 4) sorted by relevance
/hardware/qcom/display/msm8084/libhwcomposer/ |
H A D | hwc_dump_layers.h | 51 int mDumpCntrPng; member in class:qhwc::HwcDebug
|
H A D | hwc_dump_layers.cpp | 62 mDumpCntrPng(1), 134 mDumpCntrPng = 0; 138 mDumpCntrPng = mDumpCntLimPng + 1; 143 if (mDumpCntrPng <= mDumpCntLimPng) 144 mDumpCntrPng++; 279 bool needDumpPng = (mDumpCntrPng <= mDumpCntLimPng)? true:false; 284 "[png-dump-frame: %03d of %03d]", mDumpCntrPng, 321 mDumpCntrPng, layerIndex, mDisplayName);
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
H A D | hwc_dump_layers.h | 51 int mDumpCntrPng; member in class:qhwc::HwcDebug
|
H A D | hwc_dump_layers.cpp | 62 mDumpCntrPng(1), 134 mDumpCntrPng = 0; 138 mDumpCntrPng = mDumpCntLimPng + 1; 143 if (mDumpCntrPng <= mDumpCntLimPng) 144 mDumpCntrPng++; 279 bool needDumpPng = (mDumpCntrPng <= mDumpCntLimPng)? true:false; 284 "[png-dump-frame: %03d of %03d]", mDumpCntrPng, 321 mDumpCntrPng, layerIndex, mDisplayName);
|
Completed in 120 milliseconds