Lines Matching full:effects
561 // The input of effects recorder is affected by
931 // Closing the effects out. Will shut down the effects graph.
933 Log.v(TAG, "Closing effects");
936 Log.d(TAG, "Effects are already closed. Nothing to do");
945 // By default, we want to close the effects as well with the camera.
950 // In certain cases, when the effects are active, we may want to shutdown
951 // only the camera related parts, and handle closing the effects in the
954 // outside world immediately, however, want to wait till the effects
955 // callback to shut down the effects. In such a case, we just disconnect
956 // the effects from the camera by calling disconnectCamera. That way
957 // the effects can handle that when shutting down.
960 // effects also along with the camera.
969 // Disconnect the camera from effects so that camera is ready to
1005 // If the effects are active, make sure we tell the graph that the
1012 // effects are not active. If effects are active, we need to wait
1013 // till we get the callback from the Effects that the graph is done
1015 // call to not call closeCamera if the effects are active, because
1016 // that will close down the effects are well, thus making this if
1300 // The input of effects recorder is affected by
1385 Log.v(TAG, "Releasing effects recorder.");
1579 Log.e(TAG, "Could not start effects recorder. ", e);
1734 // However, if the effects are active, then we can only release the
1735 // camera and cannot release the effects recorder since that will
1737 // part and the effects release part. However, the effects recorder
1741 // Closing only the camera part if effects active. Effects will
1742 // be closed in the callback from effects.
1759 // always release media recorder if no effects running
2033 // Effects have shut down. Hide learning message if any,
2049 // In onPause, these were not called if the effects were active. We
2050 // had to wait till the effects recording is complete to do this.
2069 // In onPause, this was not called if the effects were active. We had to
2070 // wait till the effects completed to do this.
2072 Log.v(TAG, "OnEffectsUpdate: closing effects if activity paused");
2169 // Disable the shutter button if effects are ON since it might take
2170 // a little more time for the effects preview to be ready. We do not
2241 // Check if the current effects selection has changed
2344 // Stop effects and return to normal preview
2360 // Stop regular preview and start effects.