Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DReflectedParamUpdater.cpp181 case C2FieldDescriptor::BLOB: in addParamStructDesc()
315 } else if (desc.fieldDesc->type() == C2FieldDescriptor::BLOB) { in updateParamsFromMessage()
403 case C2FieldDescriptor::BLOB: { in parseMessageAndDoWork()
473 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/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/google/av/codec2/include/
DC2Param.h967 BLOB, ///< blob. Blobs have no sub-elements and can be thought of as byte arrays; enumerator
1076 inline static type_t GetType(uint8_t*) { return BLOB; } in GetType()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp1786 case PixelFormat::BLOB: { in threadLoop()
2068 case PixelFormat::BLOB: in isSupported()
2442 if (stream.format == PixelFormat::BLOB) { in configureStreams()
2604 case PixelFormat::BLOB: in configureStreams()
/hardware/google/interfaces/media/c2/1.0/
Dtypes.hal271 BLOB,
/hardware/interfaces/sensors/1.0/vts/functional/
DVtsHalSensorsV1_0TargetTest.cpp347 .format = PixelFormat::BLOB in SensorsTestSharedMemory()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp2503 bool isJpeg = static_cast<PixelFormat>(it.format) == PixelFormat::BLOB; in TEST_F()
2913 static_cast<int32_t>(PixelFormat::BLOB)}; in TEST_F()
3177 static_cast<int32_t>(PixelFormat::BLOB)}; in TEST_F()