Searched refs:BLOB (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/hardware/ |
D | HardwareBuffer.java | 44 @IntDef({RGBA_8888, RGBA_FP16, RGBA_1010102, RGBX_8888, RGB_888, RGB_565, BLOB}) 61 public static final int BLOB = 0x21; field in HardwareBuffer 141 if (format == BLOB && height != 1) { in create() 331 case BLOB: in isSupportedFormat()
|
D | SystemSensorManager.java | 581 if (hardwareBuffer.getFormat() != HardwareBuffer.BLOB) { in createDirectChannelImpl()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | CameraMetadataTest.java | 530 BLOB enumConstant 560 AvailableFormat.BLOB in testReadWriteEnum() 610 AvailableFormat.BLOB in testReadWriteEnumWithCustomValues() 894 final int BLOB = 0x21; in testReadWriteReprocessFormatsMap() local 898 YUV_420_888, 3, YUV_420_888, ImageFormat.NV21, BLOB, in testReadWriteReprocessFormatsMap() 899 RAW16, 2, YUV_420_888, BLOB, in testReadWriteReprocessFormatsMap()
|
/frameworks/av/media/libstagefright/codec2/include/ |
D | C2Param.h | 699 BLOB, ///< blob. Blobs have no sub-elements and can be thought of as byte arrays; enumerator 785 inline static Type getType(uint8_t*) { return BLOB; } in getType()
|
/frameworks/av/media/libstagefright/codec2/tests/ |
D | C2Param_test.cpp | 40 case FD::BLOB: *os << "u8"; break; in PrintTo() 134 { FD::BLOB, 100, "blob", 60, 1 }, 136 { FD::BLOB, 100, "y-n", 260, 1 } }; 269 std::is_same<T, uint8_t>::value ? FD::BLOB : 2037 EXPECT_EQ(FD::BLOB, fields.cbegin()->type()); in TEST_F() 2452 case FD::BLOB: cout << "blob "; break; in dumpType()
|
/frameworks/base/api/ |
D | current.txt | 14719 field public static final int BLOB = 33; // 0x21 60942 field public static final int BLOB = 2004; // 0x7d4
|
D | system-current.txt | 15499 field public static final int BLOB = 33; // 0x21 64850 field public static final int BLOB = 2004; // 0x7d4
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 46976 field public static final int BLOB = 2004; // 0x7d4
|