/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-multimedia-video-record-guide.md | 20 | 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 D | recorder.cpp | 54 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 D | recorder_client.cpp | 60 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 D | recorder_client.h | 30 int32_t SetVideoFrameRate(int32_t sourceId, int32_t frameRate);
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/common/ |
H A D | test_recorder.cpp | 258 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 D | test_recorder.h | 75 void SetVideoFrameRate(RecorderTestParam::VideoRecorderConfig_ &recorderConfig);
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetvideoframerate_fuzzer/ |
H A D | recordersetvideoframerate_fuzzer.cpp | 59 TestRecorder::SetVideoFrameRate(g_videoRecorderConfig); in RecorderSetVideoFrameRateFuzz()
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetvideosize_fuzzer/ |
H A D | recordersetvideosize_fuzzer.cpp | 59 TestRecorder::SetVideoFrameRate(g_videoRecorderConfig); in RecorderSetVideoSizeFuzz()
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudioencodingbitrate_fuzzer/ |
H A D | recordersetaudioencodingbitrate_fuzzer.cpp | 57 TestRecorder::SetVideoFrameRate(g_videoRecorderConfig); in FuzzRecorderSetAudioEncodingBitRate()
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudiosamplerate_fuzzer/ |
H A D | recordersetaudiosamplerate_fuzzer.cpp | 56 TestRecorder::SetVideoFrameRate(g_videoRecorderConfig); in FuzzRecorderSetAudioSampleRatee()
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetvideoencoder_fuzzer/ |
H A D | recordersetvideoencoder_fuzzer.cpp | 68 TestRecorder::SetVideoFrameRate(g_videoRecorderConfig); in RecorderSetVideoEncoderFuzz()
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudioencoder_fuzzer/ |
H A D | recordersetaudioencoder_fuzzer.cpp | 58 TestRecorder::SetVideoFrameRate(g_videoRecorderConfig); in FuzzRecorderSetAudioEncoder()
|
/ohos5.0/foundation/multimedia/media_lite/frameworks/recorder_lite/binder/ |
H A D | recorder_client.h | 31 int32_t SetVideoFrameRate(int32_t sourceId, int32_t frameRate);
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/ipc/ |
H A D | recorder_service_stub.h | 42 int32_t SetVideoFrameRate(int32_t sourceId, int32_t frameRate) override; 94 int32_t SetVideoFrameRate(MessageParcel &data, MessageParcel &reply);
|
H A D | recorder_service_stub.cpp | 78 … [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 D | recorder.h | 279 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 D | screen_capture_unit_test_exclude.cpp | 673 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 D | recorder_mock.cpp | 139 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 D | av_receiver_engine.cpp | 298 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 D | recorder_impl.cpp | 99 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 D | recorder_impl.h | 35 int32_t SetVideoFrameRate(int32_t sourceId, int32_t frameRate) override;
|
/ohos5.0/foundation/multimedia/player_framework/services/include/ |
H A D | i_recorder_service.h | 160 virtual int32_t SetVideoFrameRate(int32_t sourceId, int32_t frameRate) = 0;
|
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/include/ |
H A D | recorder_impl.h | 60 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 D | av_receiver_engine.h | 85 void SetVideoFrameRate(const std::string &value);
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/include/ |
H A D | av_sender_engine.h | 86 void SetVideoFrameRate(const std::string &value);
|