/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/current/android/hardware/graphics/common/ |
D | PixelFormat.aidl | 32 BLOB = 33, enumConstant
|
/hardware/interfaces/graphics/common/aidl/android/hardware/graphics/common/ |
D | PixelFormat.aidl | 155 BLOB = 0x21, enumConstant
|
/hardware/google/av/media/sfplugin/ |
D | ReflectedParamUpdater.cpp | 181 case C2FieldDescriptor::BLOB: in addParamStructDesc() 342 } else if (desc.fieldDesc->type() == C2FieldDescriptor::BLOB) { in updateParamsFromMessage() 446 case C2FieldDescriptor::BLOB: { in parseMessageAndDoWork() 525 case C2FieldDescriptor::BLOB: { in getParams()
|
/hardware/google/av/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()
|
/hardware/interfaces/sensors/common/vts/utils/ |
D | GrallocWrapper.cpp | 150 .format = static_cast<decltype(descriptorInfo.format)>(PixelFormat::BLOB), in getDescriptor()
|
/hardware/interfaces/graphics/common/1.2/ |
D | types.hal | 63 * in APP1. BLOB buffer with this dataspace is output by HAL, and used by
|
/hardware/interfaces/camera/device/3.4/ |
D | types.hal | 67 * For non PixelFormat::BLOB formats, this entry must be 0 and HAL should use 70 * For BLOB format with dataSpace Dataspace::DEPTH, this must be zero and and HAL must 73 * For BLOB format with dataSpace Dataspace::JFIF, this must be non-zero and represent the
|
/hardware/google/av/codec2/vndk/util/ |
D | C2Debug.cpp | 53 case C2FieldDescriptor::BLOB: return "u8"; in asString()
|
D | C2InterfaceUtils.cpp | 768 case C2FieldDescriptor::BLOB: in isArithmetic() 1193 C2FieldDescriptor::BLOB, 1 /* extent */, "name", in descendInto()
|
D | C2InterfaceHelper.cpp | 107 case C2FieldDescriptor::BLOB: fsv = C2SupportedRange<uint8_t>::Any(); break; in createFieldsAndSupportedValues()
|
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraDeviceSession.cpp | 387 if (config_v32.streams[i].format == PixelFormat::BLOB) { in configureStreams_3_4() 1901 case PixelFormat::BLOB: { in threadLoop() 2193 case PixelFormat::BLOB: in isSupported() 2577 if (stream.format == PixelFormat::BLOB) { in isStreamCombinationSupported() 2756 case PixelFormat::BLOB: in configureStreams()
|
/hardware/google/av/codec2/include/ |
D | C2Param.h | 967 BLOB, ///< blob. Blobs have no sub-elements and can be thought of as byte arrays; enumerator 1079 inline static type_t GetType(uint8_t*) { return BLOB; } in GetType()
|
/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 134 * BLOB is used to carry task-specific data which does not have a standard 144 * The mapping of the dataspace to buffer contents for BLOB is as 154 BLOB = 0x21,
|
/hardware/interfaces/graphics/mapper/3.0/ |
D | IMapper.hal | 186 * 1D buffers (width = size in bytes, height = 1, pixel_format = BLOB) must
|
/hardware/google/interfaces/media/c2/1.0/ |
D | types.hal | 271 BLOB,
|
/hardware/interfaces/camera/provider/2.4/vts/functional/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 2886 case PixelFormat::BLOB: in TEST_F() 3220 if (inputIter.outputFormat == static_cast<uint32_t>(PixelFormat::BLOB)) { in TEST_F() 3441 static_cast<int32_t>(PixelFormat::BLOB)}; in TEST_F() 3769 static_cast<int32_t>(PixelFormat::BLOB)}; in TEST_F() 5162 if (stream3_2.format == PixelFormat::BLOB && in createStreamConfiguration()
|
/hardware/interfaces/media/c2/1.0/ |
D | types.hal | 309 BLOB,
|