Searched refs:readerFormat (Results 1 – 2 of 2) sorted by relevance
834 int readerFormat = ImageReader.this.getImageFormat(); in getFormat() local836 mFormat = (readerFormat == ImageFormat.PRIVATE) ? readerFormat : in getFormat()837 nativeGetFormat(readerFormat); in getFormat()1017 int readerFormat); in nativeCreatePlanes() argument1020 private synchronized native int nativeGetFormat(int readerFormat); in nativeGetFormat() argument
706 int numPlanes, int readerFormat) in Image_createSurfacePlanes() argument715 PublicFormat publicReaderFormat = static_cast<PublicFormat>(readerFormat); in Image_createSurfacePlanes()776 static jint Image_getFormat(JNIEnv* env, jobject thiz, jint readerFormat) in Image_getFormat() argument778 if (isFormatOpaque(readerFormat)) { in Image_getFormat()784 static_cast<PublicFormat>(readerFormat)); in Image_getFormat()