Home
last modified time | relevance | path

Searched refs:BLOB (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/core/java/android/hardware/
DHardwareBuffer.java60 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()
DSystemSensorManager.java802 if (hardwareBuffer.getFormat() != HardwareBuffer.BLOB) { in createDirectChannelImpl()
/frameworks/av/media/codec2/sfplugin/
DReflectedParamUpdater.cpp169 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()
DCCodecConfig.cpp2202 case C2FieldDescriptor::BLOB: in describe()
/frameworks/av/media/codec2/vndk/include/
DC2PlatformSupport.h92 BLOB, enumerator
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DCameraMetadataTest.java538 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/
DC2Store.cpp163 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()
DC2AllocatorBlob.cpp33 constexpr uint32_t kLinearBufferFormat = static_cast<uint32_t>(PixelFormat::BLOB);
DC2AllocatorGralloc.cpp625 case static_cast<uint32_t>(PixelFormat4::BLOB): { in PopulatePlaneLayout()
/frameworks/av/media/codec2/tests/
DC2SampleComponent_test.cpp42 case FD::BLOB: *os << "u8"; break; in PrintTo()
334 case C2FieldDescriptor::BLOB: cout << "blob "; break; in dumpType()
DC2Param_test.cpp40 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/
DVirtualCameraDevice.cc92 PixelFormat::BLOB};
509 if (stream.format == PixelFormat::BLOB) { in isStreamCombinationSupported()
DVirtualCameraRenderThread.cc579 auto status = streamConfig->format == PixelFormat::BLOB in processTask()
/frameworks/base/media/java/android/media/
DImageUtils.java98 case HardwareBuffer.BLOB: in getNumPlanesForHardwareBufferFormat()
/frameworks/av/media/codec2/vndk/util/
DC2Debug.cpp53 case C2FieldDescriptor::BLOB: return "u8"; in asString()
DC2InterfaceUtils.cpp784 case C2FieldDescriptor::BLOB: in isArithmetic()
1209 C2FieldDescriptor::BLOB, 1 /* extent */, "name", in descendInto()
DC2InterfaceHelper.cpp107 case C2FieldDescriptor::BLOB: fsv = C2SupportedRange<uint8_t>::Any(); break; in createFieldsAndSupportedValues()
/frameworks/av/services/camera/virtualcamera/tests/
DVirtualCameraDeviceTest.cc78 .format = PixelFormat::BLOB,
/frameworks/native/libs/ui/
DGralloc2.cpp117 descriptorInfo->format != hardware::graphics::common::V1_1::PixelFormat::BLOB) { in validateBufferDescriptorInfo()
DGralloc3.cpp108 descriptorInfo->format != hardware::graphics::common::V1_2::PixelFormat::BLOB) { in validateBufferDescriptorInfo()
DGralloc4.cpp131 descriptorInfo->format != hardware::graphics::common::V1_2::PixelFormat::BLOB && in validateBufferDescriptorInfo()
/frameworks/av/media/codec2/core/include/
DC2Param.h992 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/
DGralloc4_test.cpp256 ::testing::Values(PixelFormat::RGBA_8888, PixelFormat::BLOB,
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt46976 field public static final int BLOB = 2004; // 0x7d4
/frameworks/base/core/api/
Dcurrent.txt18543 field public static final int BLOB = 33; // 0x21