Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/merrifield/common/devices/
DVirtualDevice.cpp898 uint32_t vidContentWidth = layer.sourceCropf.right - layer.sourceCropf.left; in prepare() local
900 if (vidContentWidth < QCIF_WIDTH || vidContentHeight < QCIF_HEIGHT) { in prepare()