Home | History | Annotate | Download | only in camera

Lines Matching defs:EffectsRecorder

56 public class EffectsRecorder {
120 private static final String TAG = "effectsrecorder";
137 public EffectsRecorder(Context context) {
138 if (mLogVerbose) Log.v(TAG, "EffectsRecorder created (" + this + ")");
561 synchronized(EffectsRecorder.this) {
572 // EffectsRecorder has been released, so don't touch the camera device
710 throw new RuntimeException("stopRecording called on released EffectsRecorder!");
729 throw new RuntimeException("stopPreview called on released EffectsRecorder!");
795 synchronized(EffectsRecorder.this) {
798 "Graph runner done (" + EffectsRecorder.this