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

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

Completed in 65 milliseconds