Home | History | Annotate | Download | only in devices

Lines Matching defs:scaleWidth

1153     uint32_t scaleWidth = videoWidth * factor_x;
1156 scaleWidth &= ~1;
1160 if (!getFrameOfSize(scaleWidth, scaleHeight, videoMetadata, info)) {