Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DCameraSource.cpp416 int32_t frameWidthActual = -1; in checkVideoSize() local
422 params.getPreviewSize(&frameWidthActual, &frameHeightActual); in checkVideoSize()
425 params.getVideoSize(&frameWidthActual, &frameHeightActual); in checkVideoSize()
427 if (frameWidthActual < 0 || frameHeightActual < 0) { in checkVideoSize()
429 frameWidthActual, frameHeightActual); in checkVideoSize()
436 if (frameWidthActual != width || frameHeightActual != height) { in checkVideoSize()
439 frameWidthActual, frameHeightActual); in checkVideoSize()
445 mVideoSize.width = frameWidthActual; in checkVideoSize()