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

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

Completed in 409 milliseconds