Home
last modified time | relevance | path

Searched refs:SetVideoFrameRate (Results 1 – 25 of 48) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-multimedia-video-record-guide.md20 | Recorder | int32_t SetVideoFrameRate(int32_t sourceId, int32_t frameRate) | 设…
80 recorder->SetVideoFrameRate(sourceId, frameRate); // 设置视频帧率
/ohos5.0/foundation/multimedia/media_lite/frameworks/recorder_lite/
H A Drecorder.cpp54 int32_t Recorder::SetVideoFrameRate(int32_t sourceId, int32_t frameRate) in SetVideoFrameRate() function in OHOS::Media::Recorder
60 return client_->SetVideoFrameRate(sourceId, frameRate); in SetVideoFrameRate()
/ohos5.0/foundation/multimedia/media_lite/frameworks/recorder_lite/passthrough/
H A Drecorder_client.cpp60 int32_t Recorder::RecorderClient::SetVideoFrameRate(int32_t sourceId, int32_t frameRate) in SetVideoFrameRate() function in OHOS::Media::Recorder::RecorderClient
66 return impl_->SetVideoFrameRate(sourceId, frameRate); in SetVideoFrameRate()
H A Drecorder_client.h30 int32_t SetVideoFrameRate(int32_t sourceId, int32_t frameRate);
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/common/
H A Dtest_recorder.cpp258 void TestRecorder::SetVideoFrameRate(VideoRecorderConfig_ &recorderConfig) in SetVideoFrameRate() function in TestRecorder
260 recorder->SetVideoFrameRate(recorderConfig.videoSourceId, recorderConfig.frameRate); in SetVideoFrameRate()
298 TestRecorder::SetVideoFrameRate(recorderConfig); in CameraServicesForVideo()
H A Dtest_recorder.h75 void SetVideoFrameRate(RecorderTestParam::VideoRecorderConfig_ &recorderConfig);
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetvideoframerate_fuzzer/
H A Drecordersetvideoframerate_fuzzer.cpp59 TestRecorder::SetVideoFrameRate(g_videoRecorderConfig); in RecorderSetVideoFrameRateFuzz()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetvideosize_fuzzer/
H A Drecordersetvideosize_fuzzer.cpp59 TestRecorder::SetVideoFrameRate(g_videoRecorderConfig); in RecorderSetVideoSizeFuzz()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudioencodingbitrate_fuzzer/
H A Drecordersetaudioencodingbitrate_fuzzer.cpp57 TestRecorder::SetVideoFrameRate(g_videoRecorderConfig); in FuzzRecorderSetAudioEncodingBitRate()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudiosamplerate_fuzzer/
H A Drecordersetaudiosamplerate_fuzzer.cpp56 TestRecorder::SetVideoFrameRate(g_videoRecorderConfig); in FuzzRecorderSetAudioSampleRatee()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetvideoencoder_fuzzer/
H A Drecordersetvideoencoder_fuzzer.cpp68 TestRecorder::SetVideoFrameRate(g_videoRecorderConfig); in RecorderSetVideoEncoderFuzz()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudioencoder_fuzzer/
H A Drecordersetaudioencoder_fuzzer.cpp58 TestRecorder::SetVideoFrameRate(g_videoRecorderConfig); in FuzzRecorderSetAudioEncoder()
/ohos5.0/foundation/multimedia/media_lite/frameworks/recorder_lite/binder/
H A Drecorder_client.h31 int32_t SetVideoFrameRate(int32_t sourceId, int32_t frameRate);
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/ipc/
H A Drecorder_service_stub.h42 int32_t SetVideoFrameRate(int32_t sourceId, int32_t frameRate) override;
94 int32_t SetVideoFrameRate(MessageParcel &data, MessageParcel &reply);
H A Drecorder_service_stub.cpp78 … [this](MessageParcel &data, MessageParcel &reply) { return SetVideoFrameRate(data, reply); }; in FillRecFuncPart1()
261 int32_t RecorderServiceStub::SetVideoFrameRate(int32_t sourceId, int32_t frameRate) in SetVideoFrameRate() function in OHOS::Media::RecorderServiceStub
264 return recorderServer_->SetVideoFrameRate(sourceId, frameRate); in SetVideoFrameRate()
553 int32_t RecorderServiceStub::SetVideoFrameRate(MessageParcel &data, MessageParcel &reply) in SetVideoFrameRate() function in OHOS::Media::RecorderServiceStub
557 reply.WriteInt32(SetVideoFrameRate(sourceId, frameRate)); in SetVideoFrameRate()
/ohos5.0/foundation/multimedia/media_lite/interfaces/kits/recorder_lite/
H A Drecorder.h279 int32_t SetVideoFrameRate(int32_t sourceId, int32_t frameRate);
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/
H A Dscreen_capture_unit_test_exclude.cpp673 EXPECT_EQ(MSERR_OK, recorder->SetVideoFrameRate(videoSourceId, 30));
727 EXPECT_EQ(MSERR_OK, recorder->SetVideoFrameRate(videoSourceId, 30));
775 EXPECT_EQ(MSERR_OK, recorder->SetVideoFrameRate(videoSourceId, 30));
1556 EXPECT_EQ(MSERR_OK, recorder->SetVideoFrameRate(videoSourceId, 30));
1617 EXPECT_EQ(MSERR_OK, recorder->SetVideoFrameRate(videoSourceId, 30));
1677 EXPECT_EQ(MSERR_OK, recorder->SetVideoFrameRate(videoSourceId, 30));
1742 EXPECT_EQ(MSERR_OK, recorder->SetVideoFrameRate(videoSourceId, 30));
1793 EXPECT_EQ(MSERR_OK, recorder->SetVideoFrameRate(videoSourceId, 30));
1854 EXPECT_EQ(MSERR_OK, recorder->SetVideoFrameRate(videoSourceId, 30));
1913 EXPECT_EQ(MSERR_OK, recorder->SetVideoFrameRate(videoSourceId, 30));
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/src/
H A Drecorder_mock.cpp139 int32_t RecorderMock::SetVideoFrameRate(int32_t sourceId, int32_t frameRate) in SetVideoFrameRate() function in RecorderMock
142 return recorder_->SetVideoFrameRate(sourceId, frameRate); in SetVideoFrameRate()
531 ret = recorder_->SetVideoFrameRate(recorderConfig.videoSourceId, recorderConfig.frameRate); in CameraServicesForVideo()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/src/
H A Dav_receiver_engine.cpp298 SetVideoFrameRate(value); in SetParameter()
331 funcMap_[AVTransTag::VIDEO_FRAME_RATE] = &AVReceiverEngine::SetVideoFrameRate; in RegRespFunMap()
368 void AVReceiverEngine::SetVideoFrameRate(const std::string &value) in SetVideoFrameRate() function in OHOS::DistributedHardware::AVReceiverEngine
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/
H A Drecorder_impl.cpp99 int32_t RecorderImpl::SetVideoFrameRate(int32_t sourceId, int32_t frameRate) in SetVideoFrameRate() function in OHOS::Media::RecorderImpl
104 return recorderService_->SetVideoFrameRate(sourceId, frameRate); in SetVideoFrameRate()
H A Drecorder_impl.h35 int32_t SetVideoFrameRate(int32_t sourceId, int32_t frameRate) override;
/ohos5.0/foundation/multimedia/player_framework/services/include/
H A Di_recorder_service.h160 virtual int32_t SetVideoFrameRate(int32_t sourceId, int32_t frameRate) = 0;
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
H A Drecorder_impl.h60 int32_t SetVideoFrameRate(int32_t sourceId, int32_t frameRate);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/include/
H A Dav_receiver_engine.h85 void SetVideoFrameRate(const std::string &value);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/include/
H A Dav_sender_engine.h86 void SetVideoFrameRate(const std::string &value);

12