Searched refs:BLOB (Results 1 – 12 of 12) sorted by relevance
/hardware/google/av/media/sfplugin/ |
D | ReflectedParamUpdater.cpp | 181 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/ |
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/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/google/av/codec2/include/ |
D | C2Param.h | 967 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/ |
D | ExternalCameraDeviceSession.cpp | 1786 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/ |
D | types.hal | 271 BLOB,
|
/hardware/interfaces/sensors/1.0/vts/functional/ |
D | VtsHalSensorsV1_0TargetTest.cpp | 347 .format = PixelFormat::BLOB in SensorsTestSharedMemory()
|
/hardware/interfaces/camera/provider/2.4/vts/functional/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 2503 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()
|