Searched refs:recording (Results 1 – 16 of 16) sorted by relevance
/frameworks/native/libs/renderengine/skia/debug/ |
D | README.md | 1 This library turns on recording of skia commands in SkiaGL version of the RE. 2 The debug property defines number of milliseconds for the recording to take place. 3 A non zero value turns on the recording. The recording will stop after MS specified. 4 To reset the recording, set the capture_skia_ms flag to a new time. When recording 5 is finished, the capture_skia_ms flag will be set to 0 to avoid circular recording. 10 To start recording run:
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/ |
D | AppOpsControllerImpl.java | 495 AudioRecordingConfiguration recording = configs.get(i); 498 recording.getClientUid()); 501 mRecordingsByUid.put(recording.getClientUid(), recordings); 503 recordings.add(recording);
|
/frameworks/av/media/libaaudio/examples/loopback/src/ |
D | loopback.cpp | 388 void printAudioGraphRegion(AudioRecording &recording, int32_t start, int32_t end) { in printAudioGraphRegion() argument 389 if (end >= recording.size()) { in printAudioGraphRegion() 390 end = recording.size() - 1; in printAudioGraphRegion() 392 float *data = recording.getData(); in printAudioGraphRegion()
|
/frameworks/base/data/sounds/ |
D | README.txt | 28 Video recording
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
D | RecordingService.java | 337 protected Notification createSaveNotification(ScreenMediaRecorder.SavedRecording recording) { in createSaveNotification() argument 338 Uri uri = recording.getUri(); in createSaveNotification() 371 Bitmap thumbnailBitmap = recording.getThumbnail(); in createSaveNotification()
|
D | ScreenMediaRecorder.java | 348 SavedRecording recording = new SavedRecording(itemUri, mTempVideoFile, size); in save() local 350 return recording; in save()
|
/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
D | types.hal | 144 * Create a request suitable for video recording. Specifically, this means 146 * recording quality. 151 * Create a request suitable for still image capture while recording 153 * disrupting the ongoing recording.
|
/frameworks/base/tools/dump-coverage/ |
D | README.md | 3 … binaries have been instrumented by JaCoCo. JaCoCo automatically starts recording data on process …
|
/frameworks/av/media/tests/SampleVideoEncoder/ |
D | README.md | 34 …ect either MediaRecorder APIs or MediaCodec, along with the 'Start' button to start/stop recording.
|
/frameworks/base/cmds/app_process/ |
D | Android.bp | 96 // code), and we don't want to waste memory recording malloc/free stack
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_recordable.txt | 66 EGL_RECORDABLE_ANDROID boolean whether video recording is
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | README.md | 26 To start recording a trace, run 30 To stop recording, run
|
/frameworks/base/packages/SystemUI/docs/ |
D | falsing.md | 206 avoid recording those gestures in the `FalsingManager`, but we have the pattern input update 217 Again, useful on password inputs where the FalsingManager is avoiding recording
|
/frameworks/proto_logging/stats/message/ |
D | mediametrics_message.proto | 41 * Track properties of audio recording
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Options.td | 312 HelpText<"Stop recording a group of archives">;
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 13824 RECORD_TYPE = 7; // other recording
|