Searched refs:readerFormat (Results 1 – 2 of 2) sorted by relevance
680 int readerFormat = ImageReader.this.getImageFormat(); in getFormat() local682 mFormat = (readerFormat == ImageFormat.PRIVATE) ? readerFormat : in getFormat()683 nativeGetFormat(readerFormat); in getFormat()863 int readerFormat); in nativeCreatePlanes() argument866 private synchronized native int nativeGetFormat(int readerFormat); in nativeGetFormat() argument
672 int numPlanes, int readerFormat) in Image_createSurfacePlanes() argument681 PublicFormat publicReaderFormat = static_cast<PublicFormat>(readerFormat); in Image_createSurfacePlanes()739 static jint Image_getFormat(JNIEnv* env, jobject thiz, jint readerFormat) in Image_getFormat() argument741 if (isFormatOpaque(readerFormat)) { in Image_getFormat()747 static_cast<PublicFormat>(readerFormat)); in Image_getFormat()