mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Make setTimeLapseConfig take frequencies instead of periods.
Test: Manual use of Camera, Movies, Photos and YouTube apps. Test: With CtsMediaTestCases.apk installed, adb shell am instrument -e size small -w 'android.media.cts/android.support.test.runner.AndroidJUnitRunner' Bug: 37302530 Change-Id: I63ba807955c2e2a7ec7f6ecc2d8a832f252c0c1b
This commit is contained in:
@@ -114,7 +114,7 @@ cc7925a78c0ab022515f48840d3dae76f384ed3a1287abadcb461a5cd5396163 android.hardwar
|
||||
d4ed2f0e14f9e914d0b1275d2e0363192fe30aca9059c84edb5fad15995f9ec4 android.hardware.light@2.0::ILight
|
||||
d9584bfcaedd6e62cf337881748246b23e36cbc2bc3aa84c01b6a1e622061400 android.hardware.light@2.0::types
|
||||
16c0cf0f73de1e5208a95020c6c6474903e7094f76b2d782651afaca0e5fd86f android.hardware.media@1.0::types
|
||||
3f6801c6bb8a67c77c2c4fa71b6082cd3f84bb7a45d12365bf3749d56b726e02 android.hardware.media.omx@1.0::IGraphicBufferSource
|
||||
8bc2f5fdcad68856eb61a62fe4cc043fa064bb7f1dab95a71d1918ec1eef7b55 android.hardware.media.omx@1.0::IGraphicBufferSource
|
||||
0d3de9cd89d4718ea3b772f2d8b93be004feb3abb7e7dc5402e37047cc730d05 android.hardware.media.omx@1.0::IOmx
|
||||
32002e1c358c64de106c977a6dc6af7da27be4803a5bb66fd6f891a5ba0a1617 android.hardware.media.omx@1.0::IOmxBufferSource
|
||||
81ad8d8bb1cf6f41923cf11dd39354a8fe433db284a234cc675de7e75a82224c android.hardware.media.omx@1.0::IOmxNode
|
||||
|
||||
@@ -37,7 +37,7 @@ interface IGraphicBufferSource {
|
||||
|
||||
setMaxFps(float maxFps) generates (Status status);
|
||||
|
||||
setTimeLapseConfig(int64_t timePerFrameUs, int64_t timePerCaptureUs) generates (Status status);
|
||||
setTimeLapseConfig(double fps, double captureFps) generates (Status status);
|
||||
|
||||
setStartTimeUs(int64_t startTimeUs) generates (Status status);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user