Lines Matching defs:videoWidth
1113 uint32_t videoWidth;
1116 videoWidth = videoMetadata.normalBuffer.width;
1119 videoWidth = videoMetadata.normalBuffer.height;
1137 rotatedCrop.left = videoWidth - yuvLayer.sourceCropf.right;
1139 rotatedCrop.right = videoWidth - yuvLayer.sourceCropf.left;
1143 rotatedCrop.left = videoWidth - yuvLayer.sourceCropf.bottom;
1145 rotatedCrop.right = videoWidth - yuvLayer.sourceCropf.top;
1153 uint32_t scaleWidth = videoWidth * factor_x;
1174 if (info.width < videoWidth) {
1175 float factor = static_cast<float>(info.width) / videoWidth;
1543 VTRACE("VideoWidth = %d, VideoHeight = %d", metadata.normalBuffer.width, metadata.normalBuffer.height);