Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8974/liboverlay/
DoverlayMdssRot.cpp284 int stride1_off = (aHeight/2); in calcCompressedBufSize() local
287 bufSize = (stride0 * stride0_off + stride1 * stride1_off) + in calcCompressedBufSize()
288 (rau_cnt * 2 * (stride0_off + stride1_off)); in calcCompressedBufSize()