Searched refs:imageReaderWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp823 int imageReaderWidth = ctx->getBufferWidth(); local
826 (imageReaderWidth != outputWidth || imageReaderHeight != outputHeight)) {
828 __FUNCTION__, outputWidth, outputHeight, imageReaderWidth, imageReaderHeight);

Completed in 92 milliseconds