Searched refs:static_meta (Results 1 – 4 of 4) sorted by relevance
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedCameraProviderHWLImpl.cpp | 616 auto static_meta = HalCameraMetadata::Create(1, 10); in ParseCharacteristics() local 630 InsertTag<uint8_t>(tag_value, tag_id, GetUInt8Value, static_meta.get()); in ParseCharacteristics() 633 InsertTag<int32_t>(tag_value, tag_id, GetInt32Value, static_meta.get()); in ParseCharacteristics() 636 InsertTag<int64_t>(tag_value, tag_id, GetInt64Value, static_meta.get()); in ParseCharacteristics() 639 InsertTag<float>(tag_value, tag_id, GetFloatValue, static_meta.get()); in ParseCharacteristics() 642 InsertTag<double>(tag_value, tag_id, GetDoubleValue, static_meta.get()); in ParseCharacteristics() 645 InsertRationalTag(tag_value, tag_id, static_meta.get()); in ParseCharacteristics() 654 GetSensorCharacteristics(static_meta.get(), &sensor_characteristics); in ParseCharacteristics() 667 static_meta->Set(google_camera_hal::kHdrplusPayloadFrames, &payload_frames, 1); in ParseCharacteristics() 670 static_metadata_.push_back(std::move(static_meta)); in ParseCharacteristics() [all …]
|
D | EmulatedCameraDeviceHWLImpl.cpp | 30 uint32_t camera_id, std::unique_ptr<HalCameraMetadata> static_meta, in Create() argument 34 new EmulatedCameraDeviceHwlImpl(camera_id, std::move(static_meta), in Create() 57 uint32_t camera_id, std::unique_ptr<HalCameraMetadata> static_meta, in EmulatedCameraDeviceHwlImpl() argument 61 static_metadata_(std::move(static_meta)), in EmulatedCameraDeviceHwlImpl()
|
D | EmulatedCameraDeviceHWLImpl.h | 46 uint32_t camera_id, std::unique_ptr<HalCameraMetadata> static_meta, 93 std::unique_ptr<HalCameraMetadata> static_meta,
|
D | EmulatedRequestState.h | 45 status_t Initialize(std::unique_ptr<EmulatedCameraDeviceInfo> static_meta);
|