Searched refs:BLOB (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/core/java/android/hardware/ |
D | HardwareBuffer.java | 56 BLOB, 81 public static final int BLOB = 0x21; field in HardwareBuffer 175 if (format == BLOB && height != 1) { in create() 213 if (format == BLOB && height != 1) { in isSupported() 410 case BLOB: in isSupportedFormat()
|
D | SystemSensorManager.java | 584 if (hardwareBuffer.getFormat() != HardwareBuffer.BLOB) { in createDirectChannelImpl()
|
/frameworks/av/media/codec2/sfplugin/ |
D | ReflectedParamUpdater.cpp | 181 case C2FieldDescriptor::BLOB: in addParamStructDesc() 349 } else if (desc.fieldDesc->type() == C2FieldDescriptor::BLOB) { in updateParamsFromMessage() 453 case C2FieldDescriptor::BLOB: { in parseMessageAndDoWork() 532 case C2FieldDescriptor::BLOB: { in getParams()
|
/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/codec2/tests/ |
D | C2SampleComponent_test.cpp | 42 case FD::BLOB: *os << "u8"; break; in PrintTo() 334 case C2FieldDescriptor::BLOB: cout << "blob "; break; in dumpType()
|
D | C2Param_test.cpp | 40 case FD::BLOB: *os << "u8"; break; in PrintTo() 139 { FD::BLOB, 100, "blob", 60, 1 }, 141 { FD::BLOB, 100, "y-n", 260, 1 } }; 274 std::is_same<T, uint8_t>::value ? FD::BLOB : 2333 EXPECT_EQ(FD::BLOB, fields.cbegin()->type()); in TEST_F()
|
/frameworks/av/media/codec2/vndk/util/ |
D | C2Debug.cpp | 53 case C2FieldDescriptor::BLOB: return "u8"; in asString()
|
D | C2InterfaceUtils.cpp | 782 case C2FieldDescriptor::BLOB: in isArithmetic() 1207 C2FieldDescriptor::BLOB, 1 /* extent */, "name", in descendInto()
|
D | C2InterfaceHelper.cpp | 107 case C2FieldDescriptor::BLOB: fsv = C2SupportedRange<uint8_t>::Any(); break; in createFieldsAndSupportedValues()
|
/frameworks/av/media/codec2/core/include/ |
D | C2Param.h | 981 BLOB, ///< blob. Blobs have no sub-elements and can be thought of as byte arrays; enumerator 1084 inline static type_t GetType(uint8_t*) { return BLOB; } in GetType()
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 16309 field public static final int BLOB = 33; // 0x21 68249 field public static final int BLOB = 2004; // 0x7d4
|
/frameworks/base/api/ |
D | current.txt | 16309 field public static final int BLOB = 33; // 0x21 68393 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
|