Searched refs:readerFormat (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp339 uint8_t **base, uint32_t *size, int32_t readerFormat)
356 bool usingRGBAOverride = usingRGBAToJpegOverride(fmt, readerFormat);
357 fmt = applyFormatOverrides(fmt, readerFormat);
486 int32_t readerFormat)
496 fmt = applyFormatOverrides(fmt, readerFormat);
547 int32_t readerFormat)
557 fmt = applyFormatOverrides(fmt, readerFormat);
885 static jobject Image_createSurfacePlane(JNIEnv* env, jobject thiz, int idx, int readerFormat) argument
897 readerFormat = Image_getPixelFormat(env, readerFormat);
338 Image_getLockedBufferInfo(JNIEnv* env, CpuConsumer::LockedBuffer* buffer, int idx, uint8_t **base, uint32_t *size, int32_t readerFormat) argument
485 Image_imageGetPixelStride(JNIEnv* env, CpuConsumer::LockedBuffer* buffer, int idx, int32_t readerFormat) argument
546 Image_imageGetRowStride(JNIEnv* env, CpuConsumer::LockedBuffer* buffer, int idx, int32_t readerFormat) argument
908 Image_getByteBuffer(JNIEnv* env, jobject thiz, int idx, int readerFormat) argument
[all...]
/frameworks/base/media/java/android/media/
H A DImageReader.java735 private synchronized native ByteBuffer nativeImageGetBuffer(int idx, int readerFormat); argument
736 private synchronized native SurfacePlane nativeCreatePlane(int idx, int readerFormat); argument

Completed in 117 milliseconds