Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/
H A DCameraSource.cpp346 int32_t frameWidthActual = -1; in checkVideoSize() local
352 params.getPreviewSize(&frameWidthActual, &frameHeightActual); in checkVideoSize()
355 params.getVideoSize(&frameWidthActual, &frameHeightActual); in checkVideoSize()
357 if (frameWidthActual < 0 || frameHeightActual < 0) { in checkVideoSize()
359 frameWidthActual, frameHeightActual); in checkVideoSize()
366 if (frameWidthActual != width || frameHeightActual != height) { in checkVideoSize()
369 frameWidthActual, frameHeightActual); in checkVideoSize()
375 mVideoSize.width = frameWidthActual; in checkVideoSize()