Home
last modified time | relevance | path

Searched refs:SetVideoEncoder (Results 1 – 25 of 64) sorted by relevance

123

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/transcoder/test/unittest/src/
H A Dtranscoder_unit_test.cpp78 EXPECT_EQ(MSERR_OK, transcoder_->SetVideoEncoder(encoder));
110 EXPECT_EQ(MSERR_OK, transcoder_->SetVideoEncoder(encoder));
147 EXPECT_EQ(MSERR_OK, transcoder_->SetVideoEncoder(encoder));
182 EXPECT_EQ(MSERR_OK, transcoder_->SetVideoEncoder(encoder));
283 EXPECT_EQ(MSERR_OK, transcoder_->SetVideoEncoder(encoder));
327 EXPECT_EQ(MSERR_OK, transcoder_->SetVideoEncoder(encoder));
376 EXPECT_EQ(MSERR_OK, transcoder_->SetVideoEncoder(encoder));
423 EXPECT_EQ(MSERR_OK, transcoder_->SetVideoEncoder(encoder));
524 EXPECT_EQ(MSERR_OK, transcoder_->SetVideoEncoder(encoder));
554 EXPECT_EQ(MSERR_OK, transcoder_->SetVideoEncoder(encoder));
[all …]
H A Dtranscoder_mock.cpp56 int32_t TranscoderMock::SetVideoEncoder(VideoCodecFormat encoder) in SetVideoEncoder() function in TranscoderMock
59 return transcoder_->SetVideoEncoder(encoder); in SetVideoEncoder()
/ohos5.0/foundation/multimedia/player_framework/services/services/transcoder/ipc/
H A Dtranscoder_service_stub.cpp61 recFuncs_[SET_VIDEO_ENCODER] = &TransCoderServiceStub::SetVideoEncoder; in Init()
135 int32_t TransCoderServiceStub::SetVideoEncoder(VideoCodecFormat encoder) in SetVideoEncoder() function in OHOS::Media::TransCoderServiceStub
138 return transCoderServer_->SetVideoEncoder(encoder); in SetVideoEncoder()
240 int32_t TransCoderServiceStub::SetVideoEncoder(MessageParcel &data, MessageParcel &reply) in SetVideoEncoder() function in OHOS::Media::TransCoderServiceStub
244 reply.WriteInt32(SetVideoEncoder(codecFormat)); in SetVideoEncoder()
H A Dtranscoder_service_stub.h39 int32_t SetVideoEncoder(VideoCodecFormat encoder) override;
64 int32_t SetVideoEncoder(MessageParcel &data, MessageParcel &reply);
H A Dtranscoder_service_proxy.h30 int32_t SetVideoEncoder(VideoCodecFormat encoder) override;
H A Di_standard_transcoder_service.h31 virtual int32_t SetVideoEncoder(VideoCodecFormat encoder) = 0;
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/transcoder/
H A Dtranscoder_impl.cpp61 int32_t TransCoderImpl::SetVideoEncoder(VideoCodecFormat encoder) in SetVideoEncoder() function in OHOS::Media::TransCoderImpl
67 return transCoderService_->SetVideoEncoder(encoder); in SetVideoEncoder()
H A Dtranscoder_impl.h31 int32_t SetVideoEncoder(VideoCodecFormat encoder) override;
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-multimedia-video-record-guide.md18 | Recorder | int32_t SetVideoEncoder(int32_t sourceId, VideoCodecFormat encoder…
78 recorder->SetVideoEncoder(sourceId, encoder); // 设置视频编码格式
/ohos5.0/foundation/multimedia/media_lite/frameworks/recorder_lite/
H A Drecorder.cpp37 int32_t Recorder::SetVideoEncoder(int32_t sourceId, VideoCodecFormat encoder) in SetVideoEncoder() function in OHOS::Media::Recorder
43 return client_->SetVideoEncoder(sourceId, encoder); in SetVideoEncoder()
/ohos5.0/foundation/multimedia/media_lite/frameworks/recorder_lite/passthrough/
H A Drecorder_client.cpp42 int32_t Recorder::RecorderClient::SetVideoEncoder(int32_t sourceId, VideoCodecFormat encoder) in SetVideoEncoder() function in OHOS::Media::Recorder::RecorderClient
48 return impl_->SetVideoEncoder(sourceId, encoder); in SetVideoEncoder()
H A Drecorder_client.h28 int32_t SetVideoEncoder(int32_t sourceId, VideoCodecFormat encoder);
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/common/
H A Dtest_recorder.cpp248 void TestRecorder::SetVideoEncoder(VideoRecorderConfig_ &recorderConfig) in SetVideoEncoder() function in TestRecorder
250 recorder->SetVideoEncoder(recorderConfig.videoSourceId, recorderConfig.videoFormat); in SetVideoEncoder()
296 TestRecorder::SetVideoEncoder(recorderConfig); in CameraServicesForVideo()
/ohos5.0/foundation/multimedia/player_framework/services/services/transcoder/client/
H A Dtranscoder_client.cpp84 int32_t TransCoderClient::SetVideoEncoder(VideoCodecFormat encoder) in SetVideoEncoder() function in OHOS::Media::TransCoderClient
90 return transCoderProxy_->SetVideoEncoder(encoder); in SetVideoEncoder()
H A Dtranscoder_client.h33 int32_t SetVideoEncoder(VideoCodecFormat encoder) override;
/ohos5.0/foundation/multimedia/player_framework/services/include/
H A Di_transcoder_service.h41 virtual int32_t SetVideoEncoder(VideoCodecFormat encoder) = 0;
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetvideoframerate_fuzzer/
H A Drecordersetvideoframerate_fuzzer.cpp54 TestRecorder::SetVideoEncoder(g_videoRecorderConfig); in RecorderSetVideoFrameRateFuzz()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetvideosize_fuzzer/
H A Drecordersetvideosize_fuzzer.cpp54 TestRecorder::SetVideoEncoder(g_videoRecorderConfig); in RecorderSetVideoSizeFuzz()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/transcoder/test/unittest/include/
H A Dtranscoder_mock.h50 int32_t SetVideoEncoder(VideoCodecFormat encoder);
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dtranscoder.h119 virtual int32_t SetVideoEncoder(VideoCodecFormat encoder) = 0;
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudioencodingbitrate_fuzzer/
H A Drecordersetaudioencodingbitrate_fuzzer.cpp55 TestRecorder::SetVideoEncoder(g_videoRecorderConfig); in FuzzRecorderSetAudioEncodingBitRate()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudiosamplerate_fuzzer/
H A Drecordersetaudiosamplerate_fuzzer.cpp54 TestRecorder::SetVideoEncoder(g_videoRecorderConfig); in FuzzRecorderSetAudioSampleRatee()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetvideoencoder_fuzzer/
H A Drecordersetvideoencoder_fuzzer.cpp66 TestRecorder::SetVideoEncoder(g_videoRecorderConfig); in RecorderSetVideoEncoderFuzz()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudioencoder_fuzzer/
H A Drecordersetaudioencoder_fuzzer.cpp56 TestRecorder::SetVideoEncoder(g_videoRecorderConfig); in FuzzRecorderSetAudioEncoder()
/ohos5.0/foundation/multimedia/media_lite/frameworks/recorder_lite/binder/
H A Drecorder_client.h29 int32_t SetVideoEncoder(int32_t sourceId, VideoCodecFormat encoder);

123