Home
last modified time | relevance | path

Searched refs:ReleaseAudioBuffer (Results 1 - 25 of 27) sorted by relevance

12

/foundation/multimedia/player_framework/test/fuzztest/common/
H A Dtest_screen_capture.cpp155 int32_t TestScreenCapture::ReleaseAudioBuffer(AudioCaptureSourceType type) in ReleaseAudioBuffer() function in TestScreenCapture
160 return screenCapture->ReleaseAudioBuffer(type); in ReleaseAudioBuffer()
H A Dtest_screen_capture.h57 int32_t ReleaseAudioBuffer(AudioCaptureSourceType type);
/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H A Dscreen_capture_service_stub.h46 int32_t ReleaseAudioBuffer(AudioCaptureSourceType type) override;
74 int32_t ReleaseAudioBuffer(MessageParcel &data, MessageParcel &reply);
H A Dscreen_capture_service_stub.cpp77 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 Dscreen_capture_service_proxy.h44 int32_t ReleaseAudioBuffer(AudioCaptureSourceType type) override;
H A Di_standard_screen_capture_service.h55 virtual int32_t ReleaseAudioBuffer(AudioCaptureSourceType type) = 0;
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/src/
H A Dscreen_capture_native_mock.cpp193 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 Dscreen_capture_impl.h47 int32_t ReleaseAudioBuffer(AudioCaptureSourceType type) override;
H A Dscreen_capture_impl.cpp369 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 Di_screen_capture_service.h46 virtual int32_t ReleaseAudioBuffer(AudioCaptureSourceType type) = 0;
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureacquireaudiobuffer_fuzzer/
H A Dscreencaptureacquireaudiobuffer_fuzzer.cpp95 TestScreenCapture::ReleaseAudioBuffer(type); in FuzzScreenCaptureAcquireAudioBuffer()
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Daudio_capturer_session.cpp132 audioRecord->ReleaseAudioBuffer(); in ProcessAudioBuffer()
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/common/
H A Daudio_record.h126 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 Dscreen_capture_client.h48 int32_t ReleaseAudioBuffer(AudioCaptureSourceType type) override;
H A Dscreen_capture_client.cpp233 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 Dscreen_capture_mock.h89 virtual int32_t ReleaseAudioBuffer(AudioCaptureSourceType type) = 0;
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/include/
H A Dscreen_capture_native_mock.h44 int32_t ReleaseAudioBuffer(AudioCaptureSourceType type) override;
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/include/
H A Dscreen_capture_capi_mock.h45 int32_t ReleaseAudioBuffer(OHOS::Media::AudioCaptureSourceType type) override;
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Daudio_capturer_wrapper.h65 int32_t ReleaseAudioBuffer();
H A Dscreen_capture_server.cpp2058 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 Daudio_capturer_wrapper.cpp365 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 Dscreen_capture.h261 virtual int32_t ReleaseAudioBuffer(AudioCaptureSourceType type) = 0;
/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/
H A Dnative_avscreen_capture.cpp132 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 Dscreen_capture_unit_test_state.cpp66 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 Dscreen_capture_capi_mock.cpp330 int32_t ScreenCaptureCapiMock::ReleaseAudioBuffer(OHOS::Media::AudioCaptureSourceType type) in ReleaseAudioBuffer() function in ScreenCaptureCapiMock

Completed in 17 milliseconds

12