Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DCameraSource.cpp441 int32_t frameWidthActual = -1; in checkVideoSize() local
447 params.getPreviewSize(&frameWidthActual, &frameHeightActual); in checkVideoSize()
450 params.getVideoSize(&frameWidthActual, &frameHeightActual); in checkVideoSize()
452 if (frameWidthActual < 0 || frameHeightActual < 0) { in checkVideoSize()
454 frameWidthActual, frameHeightActual); in checkVideoSize()
461 if (frameWidthActual != width || frameHeightActual != height) { in checkVideoSize()
464 frameWidthActual, frameHeightActual); in checkVideoSize()
470 mVideoSize.width = frameWidthActual; in checkVideoSize()