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

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

Completed in 9 milliseconds