/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/ |
H A D | i_recorder_engine.h | 148 virtual sptr<Surface> GetMetaSurface(int32_t sourceId) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/ipc/ |
H A D | recorder_service_stub.h | 52 sptr<OHOS::Surface> GetMetaSurface(int32_t sourceId) override; 104 int32_t GetMetaSurface(MessageParcel &data, MessageParcel &reply);
|
H A D | recorder_service_stub.cpp | 156 [this](MessageParcel &data, MessageParcel &reply) { return GetMetaSurface(data, reply); }; in FillRecFuncPart2() 321 sptr<OHOS::Surface> RecorderServiceStub::GetMetaSurface(int32_t sourceId) in GetMetaSurface() function in OHOS::Media::RecorderServiceStub 324 return recorderServer_->GetMetaSurface(sourceId); in GetMetaSurface() 648 int32_t RecorderServiceStub::GetMetaSurface(MessageParcel &data, MessageParcel &reply) in GetMetaSurface() function in OHOS::Media::RecorderServiceStub 651 sptr<OHOS::Surface> surface = GetMetaSurface(sourceId); in GetMetaSurface()
|
H A D | recorder_service_proxy.h | 44 sptr<OHOS::Surface> GetMetaSurface(int32_t sourceId) override;
|
H A D | i_standard_recorder_service.h | 48 virtual sptr<OHOS::Surface> GetMetaSurface(int32_t sourceId) = 0;
|
H A D | recorder_service_proxy.cpp | 312 sptr<OHOS::Surface> RecorderServiceProxy::GetMetaSurface(int32_t sourceId) in GetMetaSurface() function in OHOS::Media::RecorderServiceProxy
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/ |
H A D | recorder_impl.cpp | 148 sptr<OHOS::Surface> RecorderImpl::GetMetaSurface(int32_t sourceId) in GetMetaSurface() function in OHOS::Media::RecorderImpl 153 metaSurface_ = recorderService_->GetMetaSurface(sourceId); in GetMetaSurface()
|
H A D | recorder_impl.h | 41 sptr<OHOS::Surface> GetMetaSurface(int32_t sourceId) override;
|
/ohos5.0/foundation/multimedia/player_framework/services/include/ |
H A D | i_recorder_service.h | 233 virtual sptr<OHOS::Surface> GetMetaSurface(int32_t sourceId) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/client/ |
H A D | recorder_client.h | 47 sptr<OHOS::Surface> GetMetaSurface(int32_t sourceId) override;
|
H A D | recorder_client.cpp | 216 sptr<OHOS::Surface> RecorderClient::GetMetaSurface(int32_t sourceId) in GetMetaSurface() function in OHOS::Media::RecorderClient 222 return recorderProxy_->GetMetaSurface(sourceId); in GetMetaSurface()
|
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/recorder/ |
H A D | hirecorder_impl.h | 67 sptr<Surface> GetMetaSurface(int32_t sourceId);
|
H A D | hirecorder_impl.cpp | 311 sptr<Surface> HiRecorderImpl::GetMetaSurface(int32_t sourceId) in GetMetaSurface() function in OHOS::Media::HiRecorderImpl
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/include/ |
H A D | recorder_mock.h | 134 OHOS::sptr<OHOS::Surface> GetMetaSurface(int32_t sourceId);
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/ |
H A D | recorder_server.h | 85 sptr<OHOS::Surface> GetMetaSurface(int32_t sourceId) override;
|
H A D | recorder_server.cpp | 418 sptr<OHOS::Surface> RecorderServer::GetMetaSurface(int32_t sourceId) in GetMetaSurface() function in OHOS::Media::RecorderServer 427 return recorderEngine_->GetMetaSurface(sourceId); in GetMetaSurface()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/src/ |
H A D | recorder_mock.cpp | 163 OHOS::sptr<OHOS::Surface> RecorderMock::GetMetaSurface(int32_t sourceId) in GetMetaSurface() function in RecorderMock 166 return recorder_->GetMetaSurface(sourceId); in GetMetaSurface()
|
H A D | recorder_unit_test.cpp | 1582 … OHOS::sptr<OHOS::Surface> surface = recorder_->GetMetaSurface(g_videoRecorderConfig.metaSourceId);
|
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | recorder.h | 694 virtual sptr<OHOS::Surface> GetMetaSurface(int32_t sourceId) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_napi.cpp | 1352 napi->metaSurface_ = napi->recorder_->GetMetaSurface(napi->metaSourceIDMap_.at(type)); in GetInputMetaSurface()
|