Home
last modified time | relevance | path

Searched refs:SetVideoSize (Results 1 – 25 of 60) sorted by relevance

123

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/transcoder/test/unittest/src/
H A Dtranscoder_unit_test.cpp80 … EXPECT_EQ(MSERR_OK, transcoder_->SetVideoSize(TRANSCODER_BUFFER_WIDTH, TRANSCODER_BUFFER_HEIGHT));
112 … EXPECT_EQ(MSERR_OK, transcoder_->SetVideoSize(TRANSCODER_BUFFER_WIDTH, TRANSCODER_BUFFER_HEIGHT));
149 … EXPECT_EQ(MSERR_OK, transcoder_->SetVideoSize(TRANSCODER_BUFFER_WIDTH, TRANSCODER_BUFFER_HEIGHT));
184 … EXPECT_EQ(MSERR_OK, transcoder_->SetVideoSize(TRANSCODER_BUFFER_WIDTH, TRANSCODER_BUFFER_HEIGHT));
294 EXPECT_EQ(MSERR_OK, transcoder_->SetVideoSize(videoWidth, videoHeight));
338 EXPECT_EQ(MSERR_OK, transcoder_->SetVideoSize(videoWidth, videoHeight));
387 EXPECT_EQ(MSERR_OK, transcoder_->SetVideoSize(videoWidth, videoHeight));
434 EXPECT_EQ(MSERR_OK, transcoder_->SetVideoSize(videoWidth, videoHeight));
526 … EXPECT_EQ(MSERR_OK, transcoder_->SetVideoSize(TRANSCODER_BUFFER_WIDTH, TRANSCODER_BUFFER_HEIGHT));
598 EXPECT_EQ(MSERR_OK, transcoder_->SetVideoSize(videoWidth, videoHeight));
[all …]
H A Dtranscoder_mock.cpp68 int32_t TranscoderMock::SetVideoSize(int32_t videoFrameWidth, int32_t videoFrameHeight) in SetVideoSize() function in TranscoderMock
71 return transcoder_->SetVideoSize(videoFrameWidth, videoFrameHeight); in SetVideoSize()
/ohos5.0/foundation/multimedia/player_framework/services/services/transcoder/ipc/
H A Dtranscoder_service_stub.cpp62 recFuncs_[SET_VIDEO_SIZE] = &TransCoderServiceStub::SetVideoSize; in Init()
141 int32_t TransCoderServiceStub::SetVideoSize(int32_t width, int32_t height) in SetVideoSize() function in OHOS::Media::TransCoderServiceStub
144 return transCoderServer_->SetVideoSize(width, height); in SetVideoSize()
248 int32_t TransCoderServiceStub::SetVideoSize(MessageParcel &data, MessageParcel &reply) in SetVideoSize() function in OHOS::Media::TransCoderServiceStub
252 reply.WriteInt32(SetVideoSize(width, height)); in SetVideoSize()
H A Dtranscoder_service_stub.h40 int32_t SetVideoSize(int32_t width, int32_t height) override;
65 int32_t SetVideoSize(MessageParcel &data, MessageParcel &reply);
H A Dtranscoder_service_proxy.h31 int32_t SetVideoSize(int32_t width, int32_t height) override;
H A Di_standard_transcoder_service.h32 virtual int32_t SetVideoSize(int32_t width, int32_t height) = 0;
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/transcoder/
H A Dtranscoder_impl.cpp70 int32_t TransCoderImpl::SetVideoSize(int32_t width, int32_t height) in SetVideoSize() function in OHOS::Media::TransCoderImpl
76 return transCoderService_->SetVideoSize(width, height); in SetVideoSize()
H A Dtranscoder_impl.h33 int32_t SetVideoSize(int32_t width, int32_t height) override;
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-multimedia-video-record-guide.md19 | Recorder | int32_t SetVideoSize(int32_t sourceId, int32_t width, int32_t…
79 recorder->SetVideoSize(sourceId, width, height); // 设置视频宽高
/ohos5.0/foundation/multimedia/media_lite/frameworks/recorder_lite/
H A Drecorder.cpp46 int32_t Recorder::SetVideoSize(int32_t sourceId, int32_t width, int32_t height) in SetVideoSize() function in OHOS::Media::Recorder
52 return client_->SetVideoSize(sourceId, width, height); in SetVideoSize()
/ohos5.0/foundation/multimedia/media_lite/frameworks/recorder_lite/passthrough/
H A Drecorder_client.cpp51 int32_t Recorder::RecorderClient::SetVideoSize(int32_t sourceId, int32_t width, int32_t height) in SetVideoSize() function in OHOS::Media::Recorder::RecorderClient
57 return impl_->SetVideoSize(sourceId, width, height); in SetVideoSize()
H A Drecorder_client.h29 int32_t SetVideoSize(int32_t sourceId, int32_t width, int32_t height);
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/common/
H A Dtest_recorder.cpp253 void TestRecorder::SetVideoSize(VideoRecorderConfig_ &recorderConfig) in SetVideoSize() function in TestRecorder
255 … recorder->SetVideoSize(recorderConfig.videoSourceId, recorderConfig.width, recorderConfig.height); in SetVideoSize()
297 TestRecorder::SetVideoSize(recorderConfig); in CameraServicesForVideo()
/ohos5.0/foundation/multimedia/player_framework/services/services/transcoder/client/
H A Dtranscoder_client.cpp93 int32_t TransCoderClient::SetVideoSize(int32_t width, int32_t height) in SetVideoSize() function in OHOS::Media::TransCoderClient
99 return transCoderProxy_->SetVideoSize(width, height); in SetVideoSize()
H A Dtranscoder_client.h34 int32_t SetVideoSize(int32_t width, int32_t height) override;
/ohos5.0/foundation/multimedia/player_framework/services/include/
H A Di_transcoder_service.h55 virtual int32_t SetVideoSize(int32_t width, int32_t height) = 0;
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetvideoframerate_fuzzer/
H A Drecordersetvideoframerate_fuzzer.cpp55 TestRecorder::SetVideoSize(g_videoRecorderConfig); in RecorderSetVideoFrameRateFuzz()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetvideosize_fuzzer/
H A Drecordersetvideosize_fuzzer.cpp58 TestRecorder::SetVideoSize(g_videoRecorderConfig); in RecorderSetVideoSizeFuzz()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/transcoder/test/unittest/include/
H A Dtranscoder_mock.h52 int32_t SetVideoSize(int32_t videoFrameWidth, int32_t videoFrameHeight);
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dtranscoder.h143 virtual int32_t SetVideoSize(int32_t videoFrameWidth, int32_t videoFrameHeight) = 0;
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudioencodingbitrate_fuzzer/
H A Drecordersetaudioencodingbitrate_fuzzer.cpp56 TestRecorder::SetVideoSize(g_videoRecorderConfig); in FuzzRecorderSetAudioEncodingBitRate()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudiosamplerate_fuzzer/
H A Drecordersetaudiosamplerate_fuzzer.cpp55 TestRecorder::SetVideoSize(g_videoRecorderConfig); in FuzzRecorderSetAudioSampleRatee()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetvideoencoder_fuzzer/
H A Drecordersetvideoencoder_fuzzer.cpp67 TestRecorder::SetVideoSize(g_videoRecorderConfig); in RecorderSetVideoEncoderFuzz()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudioencoder_fuzzer/
H A Drecordersetaudioencoder_fuzzer.cpp57 TestRecorder::SetVideoSize(g_videoRecorderConfig); in FuzzRecorderSetAudioEncoder()
/ohos5.0/foundation/multimedia/media_lite/frameworks/recorder_lite/binder/
H A Drecorder_client.h30 int32_t SetVideoSize(int32_t sourceId, int32_t width, int32_t height);

123