liyujie
2025-08-28 d9927380ed7c8366f762049be9f3fee225860833
android/hardware/aw/camera/3_4/stream_manager.h
....@@ -66,11 +66,12 @@
6666 std::shared_ptr<V4L2Wrapper> device,
6767 std::shared_ptr<V4L2Camera> camera);
6868 CameraStream* createStream(STREAM_SERIAL ss,
69
- uint32_t width,
70
- uint32_t height,
71
- int format,
72
- uint32_t usage,
73
- int isBlob);
69
+ uint32_t width,
70
+ uint32_t height,
71
+ int format,
72
+ uint32_t usage,
73
+ int isBlob,
74
+ bool mergeStreamFlag);
7475 int configurateManager(STREAM_SERIAL ss);
7576 int start(STREAM_SERIAL ss);
7677 int stop(STREAM_SERIAL ss);
....@@ -219,6 +220,7 @@
219220 std::unordered_map<uint32_t, int> mMapFrameNumRef;
220221 std::mutex frameNumber_lock_;
221222 std::condition_variable frameNumber_condition_;
223
+ int merge_stream_flag;
222224
223225 /* Defines possible states of the stream thread.
224226 */