Home
last modified time | relevance | path

Searched refs:Recording (Results 1 – 25 of 80) sorted by relevance

1234

/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Dlegalize-ext-csedebug-output.mir13 ; CHECK: CSEInfo::Recording new MI G_CONSTANT
14 ; CHECK: CSEInfo::Recording new MI G_CONSTANT
15 ; CHECK: CSEInfo::Recording new MI G_TRUNC
16 ; CHECK: CSEInfo::Recording new MI G_TRUNC
17 ; CHECK: CSEInfo::Recording new MI G_AND
18 ; CHECK: CSEInfo::Recording new MI G_AND
/external/webrtc/modules/audio_device/win/
Dcore_audio_input_win.cc104 RTC_DCHECK(!Recording()); in InitRecording()
159 RTC_DCHECK(!Recording()); in StartRecording()
189 if (!Recording()) { in StopRecording()
216 bool CoreAudioInput::Recording() { in Recording() function in webrtc::webrtc_win::CoreAudioInput
235 if (!Recording()) { in RestartRecording()
Daudio_device_module_win.cc65 if (input_->Recording()) { \
331 bool Recording() const override { in Recording() function in webrtc::webrtc_win::__anon3803f92a0111::WindowsAudioDeviceModule
334 return input_->Recording(); in Recording()
Dcore_audio_input_win.h48 bool Recording() override;
Daudio_device_module_win.h44 virtual bool Recording() = 0;
/external/webrtc/pc/test/
Dfake_audio_capture_module_unittest.cc168 EXPECT_FALSE(fake_audio_capture_module_->Recording()); in TEST_F()
173 EXPECT_TRUE(fake_audio_capture_module_->Recording()); in TEST_F()
179 EXPECT_FALSE(fake_audio_capture_module_->Recording()); in TEST_F()
/external/deqp/doc/testspecs/GLES3/
Dfunctional.transform_feedback.txt25 + Recording of user-defined fragment outputs
30 + Recording of built-in output variables
/external/webrtc/audio/voip/test/
Dvoip_core_unittest.cc55 EXPECT_CALL(*audio_device_, Recording()).WillOnce(Return(false)); in TEST_F()
72 EXPECT_CALL(*audio_device_, Recording()).WillOnce(Return(true)); in TEST_F()
/external/skqp/resources/lua/
Dslides_content2.lua60 Skia In Blink : Recording
68 Skia In Blink : Recording response
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/
Dslides_content2.lua60 Skia In Blink : Recording
68 Skia In Blink : Recording response
/external/walt/docs/
DAudioLatency.md30 ##### Recording l4subsection
35 TODO: Is the round trip latency expected to be Recording latency + Playback latency + one buffer le…
39 | Device | OS version | Buffer | Playback [ms] | Recording* [ms] |
/external/webrtc/modules/audio_device/android/
Daudio_device_template.h210 if (!Recording()) in StopRecording()
216 bool Recording() const override { return input_.Recording(); } in Recording() function
Daaudio_recorder.h58 bool Recording() const { return recording_; } in Recording() function
Dopensles_recorder.h74 bool Recording() const { return recording_; } in Recording() function
Daudio_record_jni.h80 bool Recording() const { return recording_; } in Recording() function
/external/webrtc/sdk/android/src/jni/audio_device/
Daudio_device_module.cc286 if (Recording()) { in StartRecording()
305 if (!Recording()) in StopRecording()
315 bool Recording() const override { in Recording() function in webrtc::jni::__anon095936e00111::AndroidAudioDeviceModule
317 return input_->Recording(); in Recording()
Daaudio_recorder.h61 bool Recording() const override;
Dopensles_recorder.h78 bool Recording() const override;
Daudio_record_jni.h65 bool Recording() const override;
Daudio_device_module.h38 virtual bool Recording() const = 0;
/external/perfetto/docs/quickstart/
Dandroid-tracing.md20 ## Recording a trace
32 ### Recording a trace through the Perfetto UI
45 … paired (you may need to allow USB debugging on the device), select the **Start Recording** button.
54 ### Recording a trace through the cmdline
/external/webrtc/audio/voip/
Dvoip_core.cc219 if (!audio_device_module_->Recording()) { in UpdateAudioTransportWithSenders()
230 if (audio_device_module_->Recording() && in UpdateAudioTransportWithSenders()
/external/webrtc/modules/audio_device/
Daudio_device_unittest.cc630 EXPECT_FALSE(audio_device()->Recording()); in StartRecording()
634 EXPECT_TRUE(audio_device()->Recording()); in StartRecording()
639 EXPECT_FALSE(audio_device()->Recording()); in StopRecording()
1026 EXPECT_TRUE(audio_device()->Recording()); in TEST_P()
1035 EXPECT_TRUE(audio_device()->Recording()); in TEST_P()
1050 EXPECT_TRUE(audio_device()->Recording()); in TEST_P()
/external/webrtc/modules/audio_device/include/
Dtest_audio_device.h140 bool Recording() const override = 0;
/external/angle/third_party/vulkan_memory_allocator/
DCHANGELOG.md74 - Recording: added `VmaAllocatorCreateInfo::pRecordSettings`.
76 - Recording file format: added document "docs/Recording file format.md".

1234