Searched defs:BLOB (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/room/common/src/main/java/android/arch/persistence/room/
H A DColumnInfo.java51 * {@link #INTEGER}, {@link #REAL}, or {@link #BLOB}.
110 int BLOB = 5; field in interface:ColumnInfo
115 @IntDef({UNDEFINED, TEXT, INTEGER, REAL, BLOB})
/frameworks/base/core/java/android/hardware/
H A DHardwareBuffer.java44 @IntDef({RGBA_8888, RGBA_FP16, RGBA_1010102, RGBX_8888, RGB_888, RGB_565, BLOB})
61 public static final int BLOB = 0x21; field in class:HardwareBuffer
113 * {@link #RGBX_8888}, {@link #RGB_565}, {@link #RGB_888}, {@link #RGBA_1010102}, {@link #BLOB}
141 if (format == BLOB && height != 1) {
142 throw new IllegalArgumentException("Height must be 1 when using the BLOB format");
201 * {@link #RGBX_8888}, {@link #RGB_565}, {@link #RGB_888}, {@link #RGBA_1010102}, {@link #BLOB}.
331 case BLOB:
/frameworks/support/room/runtime/src/main/java/android/arch/persistence/room/
H A DRoomSQLiteQuery.java175 case BLOB:
207 mBindingTypes[index] = BLOB;
243 private static final int BLOB = 5; field in class:RoomSQLiteQuery
246 @IntDef({NULL, LONG, DOUBLE, STRING, BLOB})
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DCameraMetadataTest.java530 BLOB enum constant in enum:CameraMetadataTest.AvailableFormat
560 AvailableFormat.BLOB
610 AvailableFormat.BLOB
894 final int BLOB = 0x21;
898 YUV_420_888, 3, YUV_420_888, ImageFormat.NV21, BLOB,
899 RAW16, 2, YUV_420_888, BLOB,
994 0x21, // BLOB
1120 0x21, 3264, 2448, OUTPUT, // BLOB
1121 0x21, 3200, 2400, OUTPUT, // BLOB
1122 0x21, 2592, 1944, OUTPUT, // BLOB
[all...]

Completed in 179 milliseconds