Clarify getConcurrentStreamingCameraids may return hidden physical camera ids as well.
Bug: 151891611 Test: builds Change-Id: I889065b379d9966e9cc8a225fb335685f2f065cd Signed-off-by: Jayant Chowdhary <jchowdhary@google.com>
This commit is contained in:
parent
104fe8332f
commit
61c3ac2a69
2 changed files with 8 additions and 1 deletions
|
@ -76,6 +76,13 @@ interface ICameraProvider extends @2.5::ICameraProvider {
|
|||
* configuration settings exposed through camera metadata), should the sum
|
||||
* of resource costs for the combination be <= 100.
|
||||
*
|
||||
* The lists of camera id combinations returned by this method may contain
|
||||
* hidden physical camera ids. If a combination does contain hidden physical
|
||||
* camera ids, the camera framework must be able to open any logical cameras
|
||||
* that contain these hidden physical camera ids in their
|
||||
* ANDROID_LOGICAL_MULTI_CAMERA_PHYSICAL_IDS list, in addition to the other
|
||||
* camera ids advertised in the combination, for concurrent operation.
|
||||
*
|
||||
* @return status Status code for the operation
|
||||
* @return cameraIds a list of camera id combinations that support
|
||||
* concurrent stream configurations with the minimum guarantees
|
||||
|
|
|
@ -641,7 +641,7 @@ ae6315fd42196478ac08441cb489d854118001bca5b9b9fd58af5110952be30e android.hardwar
|
|||
74049a402be913963edfdd80828a53736570e9d8124a1bf18166b6ed46a6b0ab android.hardware.boot@1.1::types
|
||||
b8c63679e1a3874b356f3e691aecce1191d38f59063cf2ed2dce8a9d4cabf00e android.hardware.camera.device@3.6::ICameraDevice
|
||||
a35d5151b48505f06a775b38c0e2e265f80a845d92802324c643565807f81c53 android.hardware.camera.device@3.6::types
|
||||
99aae72ae75a8ddf63ccffbc585f3a55f4d0847b4adff3d7a0f8bd9e2305bec1 android.hardware.camera.provider@2.6::ICameraProvider
|
||||
21086e1c7a2acc0ebe0ff8561b11f3c2009be687a92d79b608a5f00b16c5f598 android.hardware.camera.provider@2.6::ICameraProvider
|
||||
8f8d9463508ff9cae88eb35c429fd0e2dbca0ca8f5de7fdf836cc0c4370becb6 android.hardware.camera.provider@2.6::ICameraProviderCallback
|
||||
c1aa508d00b66ed5feefea398fd5edf28fa651ac89773adad7dfda4e0a73a952 android.hardware.cas@1.2::ICas
|
||||
9811f867def49b420d8c707f7e38d3bdd64f835244e1d2a5e9762ab9835672dc android.hardware.cas@1.2::ICasListener
|
||||
|
|
Loading…
Reference in a new issue