Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DCameraSource.cpp349 int32_t frameWidthActual = -1; in checkVideoSize() local
355 params.getPreviewSize(&frameWidthActual, &frameHeightActual); in checkVideoSize()
358 params.getVideoSize(&frameWidthActual, &frameHeightActual); in checkVideoSize()
360 if (frameWidthActual < 0 || frameHeightActual < 0) { in checkVideoSize()
362 frameWidthActual, frameHeightActual); in checkVideoSize()
369 if (frameWidthActual != width || frameHeightActual != height) { in checkVideoSize()
372 frameWidthActual, frameHeightActual); in checkVideoSize()
378 mVideoSize.width = frameWidthActual; in checkVideoSize()