Searched refs:frameWidthActual (Results 1 - 1 of 1) sorted by path

/frameworks/av/media/libstagefright/
H A DCameraSource.cpp401 int32_t frameWidthActual = -1; local
407 params.getPreviewSize(&frameWidthActual, &frameHeightActual);
410 params.getVideoSize(&frameWidthActual, &frameHeightActual);
412 if (frameWidthActual < 0 || frameHeightActual < 0) {
414 frameWidthActual, frameHeightActual);
421 if (frameWidthActual != width || frameHeightActual != height) {
424 frameWidthActual, frameHeightActual);
430 mVideoSize.width = frameWidthActual;

Completed in 56 milliseconds