HomeSort by relevance Sort by last modified time
    Searched full:imagereaderheight (Results 1 - 1 of 1) sorted by null

  /frameworks/base/media/jni/
android_media_ImageReader.cpp 536 int imageReaderHeight = ctx->getBufferHeight();
539 (imageReaderWidth != outputWidth || imageReaderHeight != outputHeight)) {
541 __FUNCTION__, outputWidth, outputHeight, imageReaderWidth, imageReaderHeight);

Completed in 69 milliseconds