/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/ipc/ |
H A D | recorder_service_stub.h | 44 int32_t SetVideoIsHdr(int32_t sourceId, bool isHdr) override; 96 int32_t SetVideoIsHdr(MessageParcel &data, MessageParcel &reply);
|
H A D | recorder_service_stub.cpp | 136 [this](MessageParcel &data, MessageParcel &reply) { return SetVideoIsHdr(data, reply); }; in FillRecFuncPart2() 273 int32_t RecorderServiceStub::SetVideoIsHdr(int32_t sourceId, bool isHdr) in SetVideoIsHdr() function in OHOS::Media::RecorderServiceStub 276 return recorderServer_->SetVideoIsHdr(sourceId, isHdr); in SetVideoIsHdr() 569 int32_t RecorderServiceStub::SetVideoIsHdr(MessageParcel &data, MessageParcel &reply) in SetVideoIsHdr() function in OHOS::Media::RecorderServiceStub 573 reply.WriteInt32(SetVideoIsHdr(sourceId, isHdr)); in SetVideoIsHdr()
|
H A D | recorder_service_proxy.h | 35 int32_t SetVideoIsHdr(int32_t sourceId, bool isHdr) override;
|
H A D | i_standard_recorder_service.h | 90 virtual int32_t SetVideoIsHdr(int32_t sourceId, bool isHdr) = 0;
|
H A D | recorder_service_proxy.cpp | 146 int32_t RecorderServiceProxy::SetVideoIsHdr(int32_t sourceId, bool isHdr) in SetVideoIsHdr() function in OHOS::Media::RecorderServiceProxy
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/ |
H A D | recorder_impl.cpp | 115 int32_t RecorderImpl::RecorderImpl::SetVideoIsHdr(int32_t sourceId, bool isHdr) in SetVideoIsHdr() function in OHOS::Media::RecorderImpl::RecorderImpl 120 return recorderService_->SetVideoIsHdr(sourceId, isHdr); in SetVideoIsHdr()
|
H A D | recorder_impl.h | 37 int32_t SetVideoIsHdr(int32_t sourceId, bool isHdr) override;
|
/ohos5.0/foundation/multimedia/player_framework/services/include/ |
H A D | i_recorder_service.h | 187 virtual int32_t SetVideoIsHdr(int32_t sourceId, bool isHdr) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/client/ |
H A D | recorder_client.h | 38 int32_t SetVideoIsHdr(int32_t sourceId, bool isHdr) override;
|
H A D | recorder_client.cpp | 130 int32_t RecorderClient::SetVideoIsHdr(int32_t sourceId, bool isHdr) in SetVideoIsHdr() function in OHOS::Media::RecorderClient 136 return recorderProxy_->SetVideoIsHdr(sourceId, isHdr); in SetVideoIsHdr()
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/ |
H A D | recorder_server.h | 76 int32_t SetVideoIsHdr(int32_t sourceId, bool isHdr) override;
|
H A D | recorder_server.cpp | 260 int32_t RecorderServer::SetVideoIsHdr(int32_t sourceId, bool isHdr) in SetVideoIsHdr() function in OHOS::Media::RecorderServer
|
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | recorder.h | 605 virtual int32_t SetVideoIsHdr(int32_t sourceId, bool isHdr) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_napi.cpp | 2087 ret = recorder_->SetVideoIsHdr(videoSourceID_, profile.isHdr); in SetProfile()
|