diff options
author | Eino-Ville Talvala <etalvala@google.com> | 2011-10-12 19:13:22 -0700 |
---|---|---|
committer | Pannag Sanketi <psanketi@google.com> | 2011-10-18 14:44:07 -0700 |
commit | d979079aa0735beb302dd58797af0c6b600edfea (patch) | |
tree | c5865e17d35466a464cea6c92900c070c96803b0 /res/raw | |
parent | 267bccfc197cdb2eaa44a0a96c8138863d1cc0bc (diff) | |
download | LegacyCamera-d979079aa0735beb302dd58797af0c6b600edfea.zip LegacyCamera-d979079aa0735beb302dd58797af0c6b600edfea.tar.gz LegacyCamera-d979079aa0735beb302dd58797af0c6b600edfea.tar.bz2 |
Add timelapse recording support to effects mode.
Bug: 5452088
Change-Id: I87c69e715ccdd6c48f18ecaa1fb4f362e2a9d567
Diffstat (limited to 'res/raw')
-rw-r--r-- | res/raw/backdropper.graph | 5 | ||||
-rw-r--r-- | res/raw/goofy_face.graph | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/res/raw/backdropper.graph b/res/raw/backdropper.graph index 3a48fc4..a903f12 100644 --- a/res/raw/backdropper.graph +++ b/res/raw/backdropper.graph @@ -30,7 +30,6 @@ @external recordingHeight; @external recordingProfile; @external recordingDoneListener; -@external audioSource; @external previewSurface; @external previewWidth; @@ -73,11 +72,11 @@ // Recording output @filter MediaEncoderFilter recorder { - audioSource = $audioSource; recordingProfile = $recordingProfile; recordingDoneListener = $recordingDoneListener; recording = false; - // outputFile, orientationHint, inputRegion, listeners + // outputFile, orientationHint, inputRegion, + // audioSource, listeners, captureRate // will be set when recording starts } diff --git a/res/raw/goofy_face.graph b/res/raw/goofy_face.graph index 7145033..fa2df43 100644 --- a/res/raw/goofy_face.graph +++ b/res/raw/goofy_face.graph @@ -32,7 +32,6 @@ @external recordingHeight; @external recordingProfile; @external recordingDoneListener; -@external audioSource; @external previewSurface; @external previewWidth; @@ -97,11 +96,11 @@ // Recording output @filter MediaEncoderFilter recorder { - audioSource = $audioSource; recordingProfile = $recordingProfile; recordingDoneListener = $recordingDoneListener; recording = false; - // outputFile, orientationHint, inputRegion, listeners + // outputFile, orientationHint, inputRegion, + // audioSource, listeners, captureRate // will be set when recording starts } |