/foundation/multimedia/player_framework/test/fuzztest/common/ |
H A D | test_screen_capture.cpp | 155 int32_t TestScreenCapture::ReleaseAudioBuffer(AudioCaptureSourceType type) in ReleaseAudioBuffer() function in TestScreenCapture 160 return screenCapture->ReleaseAudioBuffer(type); in ReleaseAudioBuffer()
|
H A D | test_screen_capture.h | 57 int32_t ReleaseAudioBuffer(AudioCaptureSourceType type);
|
/foundation/multimedia/player_framework/services/services/screen_capture/ipc/ |
H A D | screen_capture_service_stub.h | 46 int32_t ReleaseAudioBuffer(AudioCaptureSourceType type) override; 74 int32_t ReleaseAudioBuffer(MessageParcel &data, MessageParcel &reply);
|
H A D | screen_capture_service_stub.cpp | 77 screenCaptureStubFuncs_[RELEASE_AUDIO_BUF] = &ScreenCaptureServiceStub::ReleaseAudioBuffer; in Init() 270 int32_t ScreenCaptureServiceStub::ReleaseAudioBuffer(AudioCaptureSourceType type) in ReleaseAudioBuffer() function in OHOS::Media::ScreenCaptureServiceStub 274 return screenCaptureServer_->ReleaseAudioBuffer(type); in ReleaseAudioBuffer() 561 int32_t ScreenCaptureServiceStub::ReleaseAudioBuffer(MessageParcel &data, MessageParcel &reply) in ReleaseAudioBuffer() function in OHOS::ScreenCaptureServiceStub 566 int32_t ret = ReleaseAudioBuffer(type); in ReleaseAudioBuffer()
|
H A D | screen_capture_service_proxy.h | 44 int32_t ReleaseAudioBuffer(AudioCaptureSourceType type) override;
|
H A D | i_standard_screen_capture_service.h | 55 virtual int32_t ReleaseAudioBuffer(AudioCaptureSourceType type) = 0;
|
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/src/ |
H A D | screen_capture_native_mock.cpp | 193 int32_t ScreenCaptureNativeMock::ReleaseAudioBuffer(AudioCaptureSourceType type) in ReleaseAudioBuffer() function in OHOS::Media::ScreenCaptureNativeMock 196 return screenCapture_->ReleaseAudioBuffer(type); in ReleaseAudioBuffer()
|
/foundation/multimedia/player_framework/frameworks/native/screen_capture/ |
H A D | screen_capture_impl.h | 47 int32_t ReleaseAudioBuffer(AudioCaptureSourceType type) override;
|
H A D | screen_capture_impl.cpp | 369 int32_t ScreenCaptureImpl::ReleaseAudioBuffer(AudioCaptureSourceType type) in ReleaseAudioBuffer() function in OHOS::Media::ScreenCaptureImpl 371 MEDIA_LOGD("ScreenCaptureImpl:0x%{public}06" PRIXPTR " ReleaseAudioBuffer in", FAKE_POINTER(this)); in ReleaseAudioBuffer() 374 return screenCaptureService_->ReleaseAudioBuffer(type); in ReleaseAudioBuffer()
|
/foundation/multimedia/player_framework/services/include/ |
H A D | i_screen_capture_service.h | 46 virtual int32_t ReleaseAudioBuffer(AudioCaptureSourceType type) = 0;
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureacquireaudiobuffer_fuzzer/ |
H A D | screencaptureacquireaudiobuffer_fuzzer.cpp | 95 TestScreenCapture::ReleaseAudioBuffer(type); in FuzzScreenCaptureAcquireAudioBuffer()
|
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/ |
H A D | audio_capturer_session.cpp | 132 audioRecord->ReleaseAudioBuffer(); in ProcessAudioBuffer()
|
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/common/ |
H A D | audio_record.h | 126 void ReleaseAudioBuffer() in ReleaseAudioBuffer() function in OHOS::CameraStandard::AudioRecord 130 MEDIA_DEBUG_LOG("ReleaseAudioBuffer when isReadyConvert"); in ReleaseAudioBuffer()
|
/foundation/multimedia/player_framework/services/services/screen_capture/client/ |
H A D | screen_capture_client.h | 48 int32_t ReleaseAudioBuffer(AudioCaptureSourceType type) override;
|
H A D | screen_capture_client.cpp | 233 int32_t ScreenCaptureClient::ReleaseAudioBuffer(AudioCaptureSourceType type) in ReleaseAudioBuffer() function in OHOS::Media::ScreenCaptureClient 237 return screenCaptureProxy_->ReleaseAudioBuffer(type); in ReleaseAudioBuffer()
|
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/ |
H A D | screen_capture_mock.h | 89 virtual int32_t ReleaseAudioBuffer(AudioCaptureSourceType type) = 0;
|
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/include/ |
H A D | screen_capture_native_mock.h | 44 int32_t ReleaseAudioBuffer(AudioCaptureSourceType type) override;
|
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/include/ |
H A D | screen_capture_capi_mock.h | 45 int32_t ReleaseAudioBuffer(OHOS::Media::AudioCaptureSourceType type) override;
|
/foundation/multimedia/player_framework/services/services/screen_capture/server/ |
H A D | audio_capturer_wrapper.h | 65 int32_t ReleaseAudioBuffer();
|
H A D | screen_capture_server.cpp | 2058 int32_t ScreenCaptureServer::ReleaseAudioBuffer(AudioCaptureSourceType type) in ReleaseAudioBuffer() function in OHOS::Media::ScreenCaptureServer 2060 MediaTrace trace("ScreenCaptureServer::ReleaseAudioBuffer"); in ReleaseAudioBuffer() 2062 MEDIA_LOGD("ScreenCaptureServer: 0x%{public}06" PRIXPTR " ReleaseAudioBuffer start, state:%{public}d, " in ReleaseAudioBuffer() 2065 "ReleaseAudioBuffer failed, capture is not STARTED, state:%{public}d, type:%{public}d", captureState_, type); in ReleaseAudioBuffer() 2069 return micAudioCapture_->ReleaseAudioBuffer(); in ReleaseAudioBuffer() 2073 return innerAudioCapture_->ReleaseAudioBuffer(); in ReleaseAudioBuffer() 2075 MEDIA_LOGE("ReleaseAudioBuffer failed, source type not support, type:%{public}d", type); in ReleaseAudioBuffer() 2077 "ReleaseAudioBuffer failed, source type not support"); in ReleaseAudioBuffer() 2084 "ReleaseAudioBuffer failed, capture is not STARTED, state:%{public}d, type:%{public}d", captureState_, type); in ReleaseAudioBufferMix() 2087 if (micAudioCapture_->ReleaseAudioBuffer() ! in ReleaseAudioBufferMix() [all...] |
H A D | audio_capturer_wrapper.cpp | 365 int32_t AudioCapturerWrapper::ReleaseAudioBuffer() in ReleaseAudioBuffer() function in OHOS::Media::AudioCapturerWrapper 370 CHECK_AND_RETURN_RET_LOG(isRunning_.load(), MSERR_UNKNOWN, "ReleaseAudioBuffer failed, not running"); in ReleaseAudioBuffer() 371 CHECK_AND_RETURN_RET_LOG(!availBuffers_.empty(), MSERR_UNKNOWN, "ReleaseAudioBuffer failed, no frame to release"); in ReleaseAudioBuffer()
|
/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | screen_capture.h | 261 virtual int32_t ReleaseAudioBuffer(AudioCaptureSourceType type) = 0;
|
/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/ |
H A D | native_avscreen_capture.cpp | 132 static OH_AVSCREEN_CAPTURE_ErrCode ReleaseAudioBuffer(const std::shared_ptr<ScreenCapture> &screenCapture, in ReleaseAudioBuffer() function in NativeScreenCaptureDataCallback 135 int32_t ret = screenCapture->ReleaseAudioBuffer(type); in ReleaseAudioBuffer() 137 "ReleaseAudioBuffer failed! ret:%{public}d", ret); in ReleaseAudioBuffer() 170 errCode = ReleaseAudioBuffer(screenCaptureObj->screenCapture_, audioSourceType); in OnProcessAudioBuffer() 693 MEDIA_LOGE("ReleaseAudioBuffer() not permit for has set DataCallback"); in OH_AVScreenCapture_ReleaseAudioBuffer() 696 int32_t ret = screenCaptureObj->screenCapture_->ReleaseAudioBuffer(static_cast<AudioCaptureSourceType>(type)); in OH_AVScreenCapture_ReleaseAudioBuffer()
|
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/ |
H A D | screen_capture_unit_test_state.cpp | 66 cout << "OnAudioBufferAvailable ReleaseAudioBuffer" << endl; in OnAudioBufferAvailable() 67 screenCapture_->ReleaseAudioBuffer(type); in OnAudioBufferAvailable() 70 cout << "OnAudioBufferAvailable ReleaseAudioBuffer" << endl; in OnAudioBufferAvailable() 71 screenCapture_->ReleaseAudioBuffer(type); in OnAudioBufferAvailable() 266 EXPECT_NE(MSERR_OK, screenCapture_->ReleaseAudioBuffer(type)); in CheckDataCallbackAudio() 654 screenCapture_->ReleaseAudioBuffer(type); in AudioLoop()
|
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/ |
H A D | screen_capture_capi_mock.cpp | 330 int32_t ScreenCaptureCapiMock::ReleaseAudioBuffer(OHOS::Media::AudioCaptureSourceType type) in ReleaseAudioBuffer() function in ScreenCaptureCapiMock
|