Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/merrifield/common/devices/
DVirtualDevice.cpp1076 uint32_t videoHeight; in queueCompose() local
1079 videoHeight = videoMetadata.normalBuffer.height; in queueCompose()
1082 videoHeight = videoMetadata.normalBuffer.width; in queueCompose()
1094 rotatedCrop.top = videoHeight - yuvLayer.sourceCropf.right; in queueCompose()
1096 rotatedCrop.bottom = videoHeight - yuvLayer.sourceCropf.left; in queueCompose()
1100 rotatedCrop.top = videoHeight - yuvLayer.sourceCropf.bottom; in queueCompose()
1102 rotatedCrop.bottom = videoHeight - yuvLayer.sourceCropf.top; in queueCompose()
1116 uint32_t scaleHeight = videoHeight * factor_y; in queueCompose()
1141 if (info.height < videoHeight) { in queueCompose()
1142 float factor = static_cast<float>(info.height) / videoHeight; in queueCompose()
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3HWI.cpp1139 uint32_t videoHeight = 0U; in configureStreamsPerfLocked() local
1231 videoHeight = newStream->height; in configureStreamsPerfLocked()
1308 ((videoWidth == 1920 && videoHeight == 1080) || in configureStreamsPerfLocked()
1309 (videoWidth == 1280 && videoHeight == 720)) && in configureStreamsPerfLocked()
1630 (int32_t)videoHeight; in configureStreamsPerfLocked()