Home | History | Annotate | Download | only in camera

Lines Matching defs:EffectsRecorder

46 public class EffectsRecorder {
47 private static final String TAG = "EffectsRecorder";
51 private static EffectsRecorder sEffectsRecorder;
204 public EffectsRecorder(Context context) {
205 if (mLogVerbose) Log.v(TAG, "EffectsRecorder created (" + this + ")");
752 synchronized (EffectsRecorder.this) {
755 "Graph runner done (" + EffectsRecorder.this
824 synchronized (EffectsRecorder.this) {
835 // EffectsRecorder has been released, so don't touch the camera device
956 throw new RuntimeException("stopRecording called on released EffectsRecorder!");
1009 throw new RuntimeException("stopPreview called on released EffectsRecorder!");