Home
last modified time | relevance | path

Searched refs:AcquireAudioBuffer (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/common/
H A Dtest_screen_capture.cpp138 int32_t TestScreenCapture::AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, AudioCaptu… in AcquireAudioBuffer() function in TestScreenCapture
143 return screenCapture->AcquireAudioBuffer(audioBuffer, type); in AcquireAudioBuffer()
H A Dtest_screen_capture.h55 …int32_t AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, AudioCaptureSourceType type);
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H A Dscreen_capture_service_stub.h43 …int32_t AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, AudioCaptureSourceType type)…
72 int32_t AcquireAudioBuffer(MessageParcel &data, MessageParcel &reply);
H A Dscreen_capture_service_stub.cpp75 screenCaptureStubFuncs_[ACQUIRE_AUDIO_BUF] = &ScreenCaptureServiceStub::AcquireAudioBuffer; in Init()
254 int32_t ScreenCaptureServiceStub::AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, in AcquireAudioBuffer() function in OHOS::Media::ScreenCaptureServiceStub
259 return screenCaptureServer_->AcquireAudioBuffer(audioBuffer, type); in AcquireAudioBuffer()
513 int32_t ScreenCaptureServiceStub::AcquireAudioBuffer(MessageParcel &data, MessageParcel &reply) in AcquireAudioBuffer() function in OHOS::Media::ScreenCaptureServiceStub
519 int32_t ret = AcquireAudioBuffer(audioBuffer, type); in AcquireAudioBuffer()
H A Dscreen_capture_service_proxy.h41 …int32_t AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, AudioCaptureSourceType type)…
H A Di_standard_screen_capture_service.h52 …virtual int32_t AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, AudioCaptureSourceTy…
H A Dscreen_capture_service_proxy.cpp316 int32_t ScreenCaptureServiceProxy::AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, in AcquireAudioBuffer() function in OHOS::Media::ScreenCaptureServiceProxy
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/src/
H A Dscreen_capture_native_mock.cpp179 int32_t ScreenCaptureNativeMock::AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, in AcquireAudioBuffer() function in OHOS::Media::ScreenCaptureNativeMock
183 return screenCapture_->AcquireAudioBuffer(audioBuffer, type); in AcquireAudioBuffer()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureacquireaudiobuffer_fuzzer/
H A Dscreencaptureacquireaudiobuffer_fuzzer.cpp94 TestScreenCapture::AcquireAudioBuffer(buffer, type); in FuzzScreenCaptureAcquireAudioBuffer()
/ohos5.0/foundation/multimedia/player_framework/services/include/
H A Di_screen_capture_service.h43 …virtual int32_t AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, AudioCaptureSourceTy…
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/client/
H A Dscreen_capture_client.cpp218 int32_t ScreenCaptureClient::AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, AudioCap… in AcquireAudioBuffer() function in OHOS::Media::ScreenCaptureClient
222 return screenCaptureProxy_->AcquireAudioBuffer(audioBuffer, type); in AcquireAudioBuffer()
H A Dscreen_capture_client.h45 …int32_t AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, AudioCaptureSourceType type)…
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/screen_capture/
H A Dscreen_capture_impl.h45 …int32_t AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audiobuffer, AudioCaptureSourceType type)…
H A Dscreen_capture_impl.cpp345 int32_t ScreenCaptureImpl::AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audiobuffer, AudioCaptu… in AcquireAudioBuffer() function in OHOS::Media::ScreenCaptureImpl
350 return screenCaptureService_->AcquireAudioBuffer(audiobuffer, type); in AcquireAudioBuffer()
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/include/
H A Dscreen_capture_native_mock.h42 …int32_t AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, AudioCaptureSourceType type)…
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/include/
H A Dscreen_capture_capi_mock.h42 int32_t AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer,
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/
H A Dscreen_capture_mock.h87 …virtual int32_t AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, AudioCaptureSourceTy…
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Daudio_capturer_wrapper.h68 int32_t AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer);
H A Dscreen_capture_server.cpp1951 int32_t ScreenCaptureServer::AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, AudioCap… in AcquireAudioBuffer() function in OHOS::Media::ScreenCaptureServer
1962 return micAudioCapture_->AcquireAudioBuffer(audioBuffer); in AcquireAudioBuffer()
1966 return innerAudioCapture_->AcquireAudioBuffer(audioBuffer); in AcquireAudioBuffer()
1982 if (micAudioCapture_->AcquireAudioBuffer(micAudioBuffer) != MSERR_OK) { in AcquireAudioBufferMix()
1988 if (innerAudioCapture_->AcquireAudioBuffer(innerAudioBuffer) != MSERR_OK) { in AcquireAudioBufferMix()
1994 if (micAudioCapture_->AcquireAudioBuffer(micAudioBuffer) != MSERR_OK) { in AcquireAudioBufferMix()
2000 if (innerAudioCapture_->AcquireAudioBuffer(innerAudioBuffer) != MSERR_OK) { in AcquireAudioBufferMix()
H A Daudio_capturer_wrapper.cpp346 int32_t AudioCapturerWrapper::AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer) in AcquireAudioBuffer() function in OHOS::Media::AudioCapturerWrapper
H A Dscreen_capture_server.h265 …int32_t AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, AudioCaptureSourceType type)…
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/
H A Dnative_avscreen_capture.cpp110 …static OH_AVSCREEN_CAPTURE_ErrCode AcquireAudioBuffer(const std::shared_ptr<ScreenCapture> &screen… in AcquireAudioBuffer() function in NativeScreenCaptureDataCallback
114 int32_t ret = screenCapture->AcquireAudioBuffer(aBuffer, type); in AcquireAudioBuffer()
161AcquireAudioBuffer(screenCaptureObj->screenCapture_, ohAvBuffer, timestamp, audioSourceType); in OnProcessAudioBuffer()
605 …screenCaptureObj->screenCapture_->AcquireAudioBuffer(aBuffer, static_cast<AudioCaptureSourceType>(… in OH_AVScreenCapture_AcquireAudioBuffer()
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dscreen_capture.h259 …virtual int32_t AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audiobuffer, AudioCaptureSourceTy…
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/
H A Dscreen_capture_unit_test_state.cpp54 if (screenCapture_->AcquireAudioBuffer(audioBuffer, type) == MSERR_OK) { in OnAudioBufferAvailable()
265 EXPECT_NE(MSERR_OK, screenCapture_->AcquireAudioBuffer(audioBuffer, type)); in CheckDataCallbackAudio()
646 if (screenCapture_->AcquireAudioBuffer(audioBuffer, type) == MSERR_OK) { in AudioLoop()
672 if (screenCapture_->AcquireAudioBuffer(audioBuffer, type) == MSERR_OK) { in AudioLoopWithoutRelease()
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/
H A Dscreen_capture_capi_mock.cpp291 int32_t ScreenCaptureCapiMock::AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, in AcquireAudioBuffer() function in ScreenCaptureCapiMock

12