diff options
author | Wu-cheng Li <wuchengli@google.com> | 2009-11-10 18:32:09 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2009-11-12 11:41:24 +0800 |
commit | 9324f11afe9366cd5479828a214dc8de8696a5ab (patch) | |
tree | 23ba2cdd90c6d7483637eb53768c2a757a79df08 /Android.mk | |
parent | 01ed85fbf71fd89db9d031d1cc5529afd7b624f0 (diff) | |
download | LegacyCamera-9324f11afe9366cd5479828a214dc8de8696a5ab.zip LegacyCamera-9324f11afe9366cd5479828a214dc8de8696a5ab.tar.gz LegacyCamera-9324f11afe9366cd5479828a214dc8de8696a5ab.tar.bz2 |
Add postview callback to know when the captured image is shown. b2237074
Some platform display the captured image to the screen in postview callback.
Some do that in raw picture callback. The camera application wants to make
sure the captured image is displayed for at least 1.2 seconds. But orginally
the app does not register postview callback and always start the timer in
raw picture callback. Currently postview callback always arrives before raw
callback. Without this change, the camera app may think the captured image
is not displyed long enough and add some delay before starting preview,
which will increase the shot-to-shot latency (ex: 0.8s) unexpectedly.
Diffstat (limited to 'Android.mk')
0 files changed, 0 insertions, 0 deletions