OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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