Home | History | Annotate | Download | only in camera

Lines Matching defs:EffectsRecorder

45 public class EffectsRecorder {
46 private static final String TAG = "EffectsRecorder";
50 private static EffectsRecorder sEffectsRecorder;
203 public EffectsRecorder(Context context) {
204 if (mLogVerbose) Log.v(TAG, "EffectsRecorder created (" + this + ")");
751 synchronized (EffectsRecorder.this) {
754 "Graph runner done (" + EffectsRecorder.this
823 synchronized (EffectsRecorder.this) {
834 // EffectsRecorder has been released, so don't touch the camera device
955 throw new RuntimeException("stopRecording called on released EffectsRecorder!");
1008 throw new RuntimeException("stopPreview called on released EffectsRecorder!");