summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2009-11-10 18:32:09 +0800
committerWu-cheng Li <wuchengli@google.com>2009-11-12 11:41:24 +0800
commit9324f11afe9366cd5479828a214dc8de8696a5ab (patch)
tree23ba2cdd90c6d7483637eb53768c2a757a79df08 /Android.mk
parent01ed85fbf71fd89db9d031d1cc5529afd7b624f0 (diff)
downloadLegacyCamera-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