Searched refs:readerFormat (Results 1 – 2 of 2) sorted by relevance
914 int readerFormat = ImageReader.this.getImageFormat(); in getFormat() local916 mFormat = (readerFormat == ImageFormat.PRIVATE) ? readerFormat : in getFormat()917 nativeGetFormat(readerFormat); in getFormat()1134 int readerFormat, long readerUsage); in nativeCreatePlanes() argument1137 private synchronized native int nativeGetFormat(int readerFormat); in nativeGetFormat() argument
833 int numPlanes, int readerFormat, uint64_t ndkReaderUsage) in Image_createSurfacePlanes() argument842 PublicFormat publicReaderFormat = static_cast<PublicFormat>(readerFormat); in Image_createSurfacePlanes()914 static jint Image_getFormat(JNIEnv* env, jobject thiz, jint readerFormat) in Image_getFormat() argument916 if (isFormatOpaque(readerFormat)) { in Image_getFormat()921 int readerHalFormat = mapPublicFormatToHalFormat(static_cast<PublicFormat>(readerFormat)); in Image_getFormat()