Searched refs:readerFormat (Results 1 – 2 of 2) sorted by relevance
822 int readerFormat = ImageReader.this.getImageFormat(); in getFormat() local824 mFormat = (readerFormat == ImageFormat.PRIVATE) ? readerFormat : in getFormat()825 nativeGetFormat(readerFormat); in getFormat()1025 int readerFormat); in nativeCreatePlanes() argument1028 private synchronized native int nativeGetFormat(int readerFormat); in nativeGetFormat() argument
728 int numPlanes, int readerFormat) in Image_createSurfacePlanes() argument737 PublicFormat publicReaderFormat = static_cast<PublicFormat>(readerFormat); in Image_createSurfacePlanes()798 static jint Image_getFormat(JNIEnv* env, jobject thiz, jint readerFormat) in Image_getFormat() argument800 if (isFormatOpaque(readerFormat)) { in Image_getFormat()806 static_cast<PublicFormat>(readerFormat)); in Image_getFormat()