/ohos5.0/foundation/multimedia/player_framework/frameworks/native/transcoder/test/unittest/src/ |
H A D | transcoder_unit_test.cpp | 80 … 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 D | transcoder_mock.cpp | 68 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 D | transcoder_service_stub.cpp | 62 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 D | transcoder_service_stub.h | 40 int32_t SetVideoSize(int32_t width, int32_t height) override; 65 int32_t SetVideoSize(MessageParcel &data, MessageParcel &reply);
|
H A D | transcoder_service_proxy.h | 31 int32_t SetVideoSize(int32_t width, int32_t height) override;
|
H A D | i_standard_transcoder_service.h | 32 virtual int32_t SetVideoSize(int32_t width, int32_t height) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/transcoder/ |
H A D | transcoder_impl.cpp | 70 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 D | transcoder_impl.h | 33 int32_t SetVideoSize(int32_t width, int32_t height) override;
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-multimedia-video-record-guide.md | 19 | 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 D | recorder.cpp | 46 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 D | recorder_client.cpp | 51 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 D | recorder_client.h | 29 int32_t SetVideoSize(int32_t sourceId, int32_t width, int32_t height);
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/common/ |
H A D | test_recorder.cpp | 253 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 D | transcoder_client.cpp | 93 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 D | transcoder_client.h | 34 int32_t SetVideoSize(int32_t width, int32_t height) override;
|
/ohos5.0/foundation/multimedia/player_framework/services/include/ |
H A D | i_transcoder_service.h | 55 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 D | recordersetvideoframerate_fuzzer.cpp | 55 TestRecorder::SetVideoSize(g_videoRecorderConfig); in RecorderSetVideoFrameRateFuzz()
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetvideosize_fuzzer/ |
H A D | recordersetvideosize_fuzzer.cpp | 58 TestRecorder::SetVideoSize(g_videoRecorderConfig); in RecorderSetVideoSizeFuzz()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/transcoder/test/unittest/include/ |
H A D | transcoder_mock.h | 52 int32_t SetVideoSize(int32_t videoFrameWidth, int32_t videoFrameHeight);
|
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | transcoder.h | 143 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 D | recordersetaudioencodingbitrate_fuzzer.cpp | 56 TestRecorder::SetVideoSize(g_videoRecorderConfig); in FuzzRecorderSetAudioEncodingBitRate()
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudiosamplerate_fuzzer/ |
H A D | recordersetaudiosamplerate_fuzzer.cpp | 55 TestRecorder::SetVideoSize(g_videoRecorderConfig); in FuzzRecorderSetAudioSampleRatee()
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetvideoencoder_fuzzer/ |
H A D | recordersetvideoencoder_fuzzer.cpp | 67 TestRecorder::SetVideoSize(g_videoRecorderConfig); in RecorderSetVideoEncoderFuzz()
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudioencoder_fuzzer/ |
H A D | recordersetaudioencoder_fuzzer.cpp | 57 TestRecorder::SetVideoSize(g_videoRecorderConfig); in FuzzRecorderSetAudioEncoder()
|
/ohos5.0/foundation/multimedia/media_lite/frameworks/recorder_lite/binder/ |
H A D | recorder_client.h | 30 int32_t SetVideoSize(int32_t sourceId, int32_t width, int32_t height);
|