Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06c07730 authored by Emilian Peev's avatar Emilian Peev
Browse files

Camera: Extend stream combination query documentation

Stream combination queries differ from regular stream
configuration in several ways. Extend documentation
and mention any fields that Hal implementations must
ignore when checking the input arguments.

Bug: 111593096
Test: Android builds successfully
Change-Id: Iab97d2cf8aebc29c9ec4c34a382893299a9b9752
parent 5ebf56d0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -84,6 +84,9 @@ interface ICameraDevice extends @3.2::ICameraDevice {
     *
     * The streamList must contain at least one output-capable stream, and may
     * not contain more than one input-capable stream.
     * In contrast to regular stream configuration the framework does not create
     * or initialize any actual streams. This means that Hal must not use or
     * consider the stream "id" value.
     *
     * ------------------------------------------------------------------------
     *