Searched refs:readerFormat (Results 1 – 2 of 2) sorted by relevance
820 int readerFormat = ImageReader.this.getImageFormat(); in getFormat() local822 mFormat = (readerFormat == ImageFormat.PRIVATE) ? readerFormat : in getFormat()823 nativeGetFormat(readerFormat); in getFormat()1027 int readerFormat); in nativeCreatePlanes() argument1030 private synchronized native int nativeGetFormat(int readerFormat); in nativeGetFormat() argument
722 int numPlanes, int readerFormat) in Image_createSurfacePlanes() argument731 PublicFormat publicReaderFormat = static_cast<PublicFormat>(readerFormat); in Image_createSurfacePlanes()792 static jint Image_getFormat(JNIEnv* env, jobject thiz, jint readerFormat) in Image_getFormat() argument794 if (isFormatOpaque(readerFormat)) { in Image_getFormat()800 static_cast<PublicFormat>(readerFormat)); in Image_getFormat()