/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetlocation_fuzzer/ |
H A D | recordersetlocation_fuzzer.cpp | 59 recorder->SetOrientationHint(setRotation); in FuzzRecorderSetLocation()
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetorientationhint_fuzzer/ |
H A D | recordersetorientationhint_fuzzer.cpp | 58 recorder->SetOrientationHint(rotationValue); in FuzzRecorderSetOrientationHint()
|
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/include/ |
H A D | recorder_sink.h | 57 int32_t SetOrientationHint(int degrees);
|
H A D | recorder_impl.h | 63 int32_t SetOrientationHint(int32_t sourceId, int32_t degree);
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/src/ |
H A D | recorder_unit_test.cpp | 1138 recorder_->SetOrientationHint(90); 1167 recorder_->SetOrientationHint(720); 1196 recorder_->SetOrientationHint(180); 1227 recorder_->SetOrientationHint(270); 1259 recorder_->SetOrientationHint(0); 1287 recorder_->SetOrientationHint(90); 1315 recorder_->SetOrientationHint(180); 1343 recorder_->SetOrientationHint(270);
|
H A D | recorder_mock.cpp | 223 void RecorderMock::SetOrientationHint(int32_t rotation) in SetOrientationHint() function in RecorderMock 226 return recorder_->SetOrientationHint(rotation); in SetOrientationHint()
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/ipc/ |
H A D | recorder_service_stub.h | 66 int32_t SetOrientationHint(int32_t rotation) override; 116 int32_t SetOrientationHint(MessageParcel &data, MessageParcel &reply);
|
H A D | recorder_service_stub.cpp | 106 … [this](MessageParcel &data, MessageParcel &reply) { return SetOrientationHint(data, reply); }; in FillRecFuncPart1() 406 int32_t RecorderServiceStub::SetOrientationHint(int32_t rotation) in SetOrientationHint() function in OHOS::Media::RecorderServiceStub 409 recorderServer_->SetOrientationHint(rotation); in SetOrientationHint() 751 int32_t RecorderServiceStub::SetOrientationHint(MessageParcel &data, MessageParcel &reply) in SetOrientationHint() function in OHOS::Media::RecorderServiceStub 755 return SetOrientationHint(rotation); in SetOrientationHint()
|
H A D | recorder_service_proxy.h | 60 int32_t SetOrientationHint(int32_t rotation) override;
|
H A D | i_standard_recorder_service.h | 72 virtual int32_t SetOrientationHint(int32_t rotation) = 0;
|
H A D | recorder_service_proxy.cpp | 598 int32_t RecorderServiceProxy::SetOrientationHint(int32_t rotation) in SetOrientationHint() function in OHOS::Media::RecorderServiceProxy
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/ |
H A D | recorder_impl.cpp | 284 void RecorderImpl::SetOrientationHint(int32_t rotation) in SetOrientationHint() function in OHOS::Media::RecorderImpl 289 recorderService_->SetOrientationHint(rotation); in SetOrientationHint()
|
H A D | recorder_impl.h | 59 void SetOrientationHint(int32_t rotation) override;
|
/ohos5.0/foundation/multimedia/player_framework/services/include/ |
H A D | i_recorder_service.h | 441 virtual void SetOrientationHint(int32_t rotation) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/client/ |
H A D | recorder_client.h | 63 void SetOrientationHint(int32_t rotation) override;
|
H A D | recorder_client.cpp | 359 void RecorderClient::SetOrientationHint(int32_t rotation) in SetOrientationHint() function in OHOS::Media::RecorderClient 365 recorderProxy_->SetOrientationHint(rotation); in SetOrientationHint()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/include/ |
H A D | recorder_mock.h | 144 void SetOrientationHint(int32_t rotation);
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/ |
H A D | recorder_server.h | 102 void SetOrientationHint(int32_t rotation) override;
|
H A D | recorder_server.cpp | 759 void RecorderServer::SetOrientationHint(int32_t rotation) in SetOrientationHint() function in OHOS::Media::RecorderServer
|
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | recorder.h | 847 virtual void SetOrientationHint(int32_t rotation) = 0;
|
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/src/ |
H A D | recorder_sink.cpp | 203 int32_t RecorderSink::SetOrientationHint(int degrees) in SetOrientationHint() function in OHOS::Media::RecorderSink
|
H A D | recorder_impl.cpp | 362 int32_t RecorderImpl::SetOrientationHint(int32_t sourceId, int32_t degree) in SetOrientationHint() function in OHOS::Media::RecorderImpl
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/recorder/ |
H A D | video_recorder_napi.cpp | 769 recorder_->SetOrientationHint(properties.orientationHint); in SetVideoRecorderProperties()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_napi.cpp | 424 napi->recorder_->SetOrientationHint(config->rotation); in GetSetOrientationHintTask() 2141 recorder_->SetOrientationHint(config->rotation); in Configure()
|