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