/frameworks/base/core/java/android/hardware/ |
D | HardwareBuffer.java | 60 BLOB, 91 public static final int BLOB = 0x21; field in HardwareBuffer 226 if (format == BLOB && height != 1) { in create() 261 if (format == BLOB && height != 1) { in isSupported()
|
D | SystemSensorManager.java | 802 if (hardwareBuffer.getFormat() != HardwareBuffer.BLOB) { in createDirectChannelImpl()
|
/frameworks/av/media/codec2/sfplugin/ |
D | ReflectedParamUpdater.cpp | 169 case C2FieldDescriptor::BLOB: in addParamStructDesc() 302 return C2FieldDescriptor::BLOB; in getTypeForKey() 365 } else if (desc.fieldDesc->type() == C2FieldDescriptor::BLOB) { in updateParamsFromMessage() 469 case C2FieldDescriptor::BLOB: { in parseMessageAndDoWork() 548 case C2FieldDescriptor::BLOB: { in getParams()
|
D | CCodecConfig.cpp | 2202 case C2FieldDescriptor::BLOB: in describe()
|
/frameworks/av/media/codec2/vndk/include/ |
D | C2PlatformSupport.h | 92 BLOB, enumerator
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | CameraMetadataTest.java | 538 BLOB enumConstant 568 AvailableFormat.BLOB in testReadWriteEnum() 618 AvailableFormat.BLOB in testReadWriteEnumWithCustomValues() 902 final int BLOB = 0x21; in testReadWriteReprocessFormatsMap() local 906 YUV_420_888, 3, YUV_420_888, ImageFormat.NV21, BLOB, in testReadWriteReprocessFormatsMap() 907 RAW16, 2, YUV_420_888, BLOB, in testReadWriteReprocessFormatsMap()
|
/frameworks/av/media/codec2/vndk/ |
D | C2Store.cpp | 163 case C2PlatformAllocatorStore::BLOB: in fetchAllocator() 371 allocator = std::make_shared<C2AllocatorBlob>(C2PlatformAllocatorStore::BLOB); in fetchBlobAllocator() 467 return ((poolMask >> C2PlatformAllocatorStore::BLOB) & 1) ? C2PlatformAllocatorStore::BLOB in GetPreferredLinearAllocatorId() 530 case C2PlatformAllocatorStore::BLOB: in _createBlockPool() 532 C2PlatformAllocatorStore::BLOB, &allocator); in _createBlockPool()
|
D | C2AllocatorBlob.cpp | 33 constexpr uint32_t kLinearBufferFormat = static_cast<uint32_t>(PixelFormat::BLOB);
|
D | C2AllocatorGralloc.cpp | 625 case static_cast<uint32_t>(PixelFormat4::BLOB): { in PopulatePlaneLayout()
|
/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() 141 { FD::BLOB, 100, "blob", 68, 1 }, 143 { FD::BLOB, 100, "y-n", 268, 1 } }; 280 std::is_same<T, uint8_t>::value ? FD::BLOB : 2352 EXPECT_EQ(FD::BLOB, fields.cbegin()->type()); in TEST_F()
|
/frameworks/av/services/camera/virtualcamera/ |
D | VirtualCameraDevice.cc | 92 PixelFormat::BLOB}; 509 if (stream.format == PixelFormat::BLOB) { in isStreamCombinationSupported()
|
D | VirtualCameraRenderThread.cc | 579 auto status = streamConfig->format == PixelFormat::BLOB in processTask()
|
/frameworks/base/media/java/android/media/ |
D | ImageUtils.java | 98 case HardwareBuffer.BLOB: in getNumPlanesForHardwareBufferFormat()
|
/frameworks/av/media/codec2/vndk/util/ |
D | C2Debug.cpp | 53 case C2FieldDescriptor::BLOB: return "u8"; in asString()
|
D | C2InterfaceUtils.cpp | 784 case C2FieldDescriptor::BLOB: in isArithmetic() 1209 C2FieldDescriptor::BLOB, 1 /* extent */, "name", in descendInto()
|
D | C2InterfaceHelper.cpp | 107 case C2FieldDescriptor::BLOB: fsv = C2SupportedRange<uint8_t>::Any(); break; in createFieldsAndSupportedValues()
|
/frameworks/av/services/camera/virtualcamera/tests/ |
D | VirtualCameraDeviceTest.cc | 78 .format = PixelFormat::BLOB,
|
/frameworks/native/libs/ui/ |
D | Gralloc2.cpp | 117 descriptorInfo->format != hardware::graphics::common::V1_1::PixelFormat::BLOB) { in validateBufferDescriptorInfo()
|
D | Gralloc3.cpp | 108 descriptorInfo->format != hardware::graphics::common::V1_2::PixelFormat::BLOB) { in validateBufferDescriptorInfo()
|
D | Gralloc4.cpp | 131 descriptorInfo->format != hardware::graphics::common::V1_2::PixelFormat::BLOB && in validateBufferDescriptorInfo()
|
/frameworks/av/media/codec2/core/include/ |
D | C2Param.h | 992 BLOB, ///< blob. Blobs have no sub-elements and can be thought of as byte arrays; enumerator 1095 inline static type_t GetType(uint8_t*) { return BLOB; } in GetType()
|
/frameworks/native/libs/gralloc/types/tests/ |
D | Gralloc4_test.cpp | 256 ::testing::Values(PixelFormat::RGBA_8888, PixelFormat::BLOB,
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 46976 field public static final int BLOB = 2004; // 0x7d4
|
/frameworks/base/core/api/ |
D | current.txt | 18543 field public static final int BLOB = 33; // 0x21
|