/external/chromium_org/chrome/browser/chromeos/ |
swap_metrics.h | 24 // events like tab switch or scrolling, recording the values to UMA statistics.
|
/external/chromium_org/chrome/browser/resources/sync_internals/ |
sync_log.js | 15 * Creates a new log object which then immediately starts recording
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab_renderer_data.h | 26 // recording. If tab capturing is active then it is projecting.
|
/external/chromium_org/chrome/renderer/extensions/ |
dom_activity_logger.h | 19 // extensions::ActivityLog for recording and display.
|
/external/chromium_org/media/audio/pulse/ |
pulse_util.h | 52 // Create a recording stream for the threaded mainloop, return true if success,
|
/external/chromium_org/remoting/host/ |
capture_scheduler.cc | 19 // The hard limit is 20fps or 50ms per recording cycle.
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorStateClient.h | 39 // or recording timeline) and worker restart. Following callbacks allow embedders to track these states.
|
/external/chromium_org/tools/perf/metrics/ |
media.py | 10 """MediaMetric class injects and calls JS responsible for recording metrics.
|
/external/chromium_org/tools/telemetry/telemetry/core/chrome/ |
inspector_timeline.py | 12 """Utility class to Start / Stop recording timeline."""
|
/frameworks/base/core/java/android/view/ |
GLES20RecordingCanvas.java | 29 // The recording canvas pool should be large enough to handle a deeply nested
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
MediaRecorderPrepareStateUnitTest.java | 36 * {Prepared, Initial, Initialized, Recording, Error}
|
MediaRecorderResetStateUnitTest.java | 33 * {Prepared, Initial, Initialized, DataSourceConfigured, Recording, Error}.
|
MediaRecorderSetAudioEncoderStateUnitTest.java | 35 * {Initial, Initialized, Prepared, Recording, Error}
|
MediaRecorderSetAudioSourceStateUnitTest.java | 35 * {Prepared, DataSourceConfigured, Recording, Error}
|
MediaRecorderSetOutputFileStateUnitTest.java | 32 * {DataSourceConfigured, Initial, Initialized, Prepared, Recording, Error}.
|
MediaRecorderSetOutputFormatStateUnitTest.java | 35 * {Initial, Prepared, DataSourceConfigured, Recording, Error}
|
MediaRecorderStartStateUnitTest.java | 35 * {Initial, Initialized, DataSourceConfigured, Recording, Error}
|
/frameworks/base/tools/preload/ |
Compile.java | 56 "Exception while recording line " + lineNumber + ": " + line, e);
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_video.c | 207 CDBG_ERROR("%s:start recording failed rc=%d\n", __func__, rc); 222 CDBG_ERROR("%s:stop recording failed rc=%d\n", __func__, rc); 237 CDBG_ERROR("%s:start recording failed rc=%d\n", __func__, rc); 252 CDBG_ERROR("%s:stop recording failed rc=%d\n", __func__, rc);
|
/packages/apps/Camera2/src/com/android/camera/data/ |
CameraPreviewData.java | 59 * to film strip is not allowed. One case is when the video recording
|
/packages/apps/Gallery2/res/values/ |
strings.xml | 590 <!-- button in review mode indicating that the photo taking, video recording, and panorama saving session should be canceled [CHAR LIMIT=10] --> 597 <string name="time_lapse_title">Time lapse recording</string> [all...] |
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
rtpdump.h | 57 uint32 start_sec; // start of recording, the seconds part. 58 uint32 start_usec; // start of recording, the microseconds part. 82 uint32 elapsed_time; // Milliseconds since the start of recording.
|
/external/chromium_org/chrome/browser/extensions/ |
extension_function_histogram_value.h | 49 // a) If you want keep recording usages of the extension function in the 53 // value, so the same histogram stream will be used for recording 56 // b) If you want start recording usages of the extension function to in a
|
/external/chromium_org/chrome/browser/metrics/ |
metrics_service_browsertest.cc | 5 // Tests the MetricsService stat recording to make sure that the numbers are 31 // Enable the metrics service for testing (in recording-only mode). 118 // Since MetricsService is only in recording mode, and is not reporting,
|
/external/chromium_org/chrome/browser/spellchecker/ |
spellcheck_service.h | 78 // Instantiates SpellCheckHostMetrics object and makes it ready for recording 79 // metrics. This should be called only if the metrics recording is active. 87 // or null when metrics recording is disabled.
|