Home | History | Annotate | Download | only in camera2

Lines Matching refs:videoHeight

69     videoHeight = previewHeight;
72 params.setVideoSize(videoWidth, videoHeight);
1592 &validatedParams.videoHeight);
1594 validatedParams.videoHeight != videoHeight) {
1606 validatedParams.videoHeight)) break;
1611 validatedParams.videoHeight);
2473 static_cast<float>(videoHeight) },
2572 float videoAspect = static_cast<float>(videoWidth) / videoHeight;