Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/merrifield/common/devices/
DVirtualDevice.cpp871 uint32_t vidContentHeight = layer.sourceCropf.bottom - layer.sourceCropf.top; in prepare() local
872 if (vidContentWidth < QCIF_WIDTH || vidContentHeight < QCIF_HEIGHT) { in prepare()