Home
last modified time | relevance | path

Searched refs:SetOrientationHint (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetlocation_fuzzer/
H A Drecordersetlocation_fuzzer.cpp59 recorder->SetOrientationHint(setRotation); in FuzzRecorderSetLocation()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetorientationhint_fuzzer/
H A Drecordersetorientationhint_fuzzer.cpp58 recorder->SetOrientationHint(rotationValue); in FuzzRecorderSetOrientationHint()
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
H A Drecorder_sink.h57 int32_t SetOrientationHint(int degrees);
H A Drecorder_impl.h63 int32_t SetOrientationHint(int32_t sourceId, int32_t degree);
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/src/
H A Drecorder_unit_test.cpp1138 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 Drecorder_mock.cpp223 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 Drecorder_service_stub.h66 int32_t SetOrientationHint(int32_t rotation) override;
116 int32_t SetOrientationHint(MessageParcel &data, MessageParcel &reply);
H A Drecorder_service_stub.cpp106 … [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 Drecorder_service_proxy.h60 int32_t SetOrientationHint(int32_t rotation) override;
H A Di_standard_recorder_service.h72 virtual int32_t SetOrientationHint(int32_t rotation) = 0;
H A Drecorder_service_proxy.cpp598 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 Drecorder_impl.cpp284 void RecorderImpl::SetOrientationHint(int32_t rotation) in SetOrientationHint() function in OHOS::Media::RecorderImpl
289 recorderService_->SetOrientationHint(rotation); in SetOrientationHint()
H A Drecorder_impl.h59 void SetOrientationHint(int32_t rotation) override;
/ohos5.0/foundation/multimedia/player_framework/services/include/
H A Di_recorder_service.h441 virtual void SetOrientationHint(int32_t rotation) = 0;
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/client/
H A Drecorder_client.h63 void SetOrientationHint(int32_t rotation) override;
H A Drecorder_client.cpp359 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 Drecorder_mock.h144 void SetOrientationHint(int32_t rotation);
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.h102 void SetOrientationHint(int32_t rotation) override;
H A Drecorder_server.cpp759 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 Drecorder.h847 virtual void SetOrientationHint(int32_t rotation) = 0;
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_sink.cpp203 int32_t RecorderSink::SetOrientationHint(int degrees) in SetOrientationHint() function in OHOS::Media::RecorderSink
H A Drecorder_impl.cpp362 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 Dvideo_recorder_napi.cpp769 recorder_->SetOrientationHint(properties.orientationHint); in SetVideoRecorderProperties()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.cpp424 napi->recorder_->SetOrientationHint(config->rotation); in GetSetOrientationHintTask()
2141 recorder_->SetOrientationHint(config->rotation); in Configure()