Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/current/android/hardware/graphics/common/
DPixelFormat.aidl32 BLOB = 33, enumConstant
/hardware/interfaces/graphics/common/aidl/android/hardware/graphics/common/
DPixelFormat.aidl155 BLOB = 0x21, enumConstant
/hardware/google/av/media/sfplugin/
DReflectedParamUpdater.cpp181 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/
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()
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/
DGrallocWrapper.cpp150 .format = static_cast<decltype(descriptorInfo.format)>(PixelFormat::BLOB), in getDescriptor()
/hardware/interfaces/graphics/common/1.2/
Dtypes.hal63 * in APP1. BLOB buffer with this dataspace is output by HAL, and used by
/hardware/interfaces/camera/device/3.4/
Dtypes.hal67 * 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/
DC2Debug.cpp53 case C2FieldDescriptor::BLOB: return "u8"; in asString()
DC2InterfaceUtils.cpp768 case C2FieldDescriptor::BLOB: in isArithmetic()
1193 C2FieldDescriptor::BLOB, 1 /* extent */, "name", in descendInto()
DC2InterfaceHelper.cpp107 case C2FieldDescriptor::BLOB: fsv = C2SupportedRange<uint8_t>::Any(); break; in createFieldsAndSupportedValues()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp387 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/
DC2Param.h967 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/
Dtypes.hal134 * 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/
DIMapper.hal186 * 1D buffers (width = size in bytes, height = 1, pixel_format = BLOB) must
/hardware/google/interfaces/media/c2/1.0/
Dtypes.hal271 BLOB,
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp2886 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/
Dtypes.hal309 BLOB,