Home
last modified time | relevance | path

Searched refs:capturerMode_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dcapturer_in_client.cpp883 if (capturerMode_ == CAPTURE_MODE_CALLBACK) { in GetBufferSize()
896 if (capturerMode_ == CAPTURE_MODE_CALLBACK) { in GetFrameCount()
1025 if (capturerMode_ == captureMode) { in SetCaptureMode()
1040 capturerMode_ = captureMode; in SetCaptureMode()
1065 return capturerMode_; in GetCaptureMode()
1145 if (capturerMode_ != CAPTURE_MODE_CALLBACK) { in GetBufferDesc()
1159 if (capturerMode_ != CAPTURE_MODE_CALLBACK) { in GetBufQueueState()
1172 if (capturerMode_ != CAPTURE_MODE_CALLBACK) { in Enqueue()
1197 if (capturerMode_ != CAPTURE_MODE_CALLBACK) { in Clear()
1324 if (capturerMode_ == CAPTURE_MODE_CALLBACK) { in StartAudioStream()
[all …]
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/example/
H A Daudio_inner_capturer_test.cpp70 CapturerMode capturerMode_ = READ_AFTER_CALLBACK; member in OHOS::AudioStandard::PaCapturerTest
89 capturerMode_ = capturerMode; in InitCapturer()
103 if (capturerMode_ == READ_AFTER_CALLBACK) { in InitCapturer()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/examples/
H A Dpa_stream_test.cpp404 CapturerMode capturerMode_ = DIRECTLY_READ; member in OHOS::AudioStandard::PaCapturerTest
420 capturerMode_ = capturerMode; in InitCapturer()
434 if (capturerMode_ == READ_AFTER_CALLBACK) { in InitCapturer()