Home
last modified time | relevance | path

Searched refs:SetOutputFormat (Results 1 – 25 of 93) sorted by relevance

1234

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/transcoder/test/unittest/src/
H A Dtranscoder_unit_test.cpp75 EXPECT_EQ(MSERR_OK, transcoder_->SetOutputFormat(format));
108 EXPECT_EQ(MSERR_OK, transcoder_->SetOutputFormat(format));
142 EXPECT_EQ(MSERR_OK, transcoder_->SetOutputFormat(format));
177 EXPECT_EQ(MSERR_OK, transcoder_->SetOutputFormat(format));
214 EXPECT_EQ(MSERR_OK, transcoder_->SetOutputFormat(format));
245 EXPECT_EQ(MSERR_OK, transcoder_->SetOutputFormat(format));
278 EXPECT_EQ(MSERR_OK, transcoder_->SetOutputFormat(format));
322 EXPECT_EQ(MSERR_OK, transcoder_->SetOutputFormat(format));
368 EXPECT_EQ(MSERR_OK, transcoder_->SetOutputFormat(format));
415 EXPECT_EQ(MSERR_OK, transcoder_->SetOutputFormat(format));
[all …]
H A Dtranscoder_mock.cpp50 int32_t TranscoderMock::SetOutputFormat(OutputFormatType format) in SetOutputFormat() function in TranscoderMock
53 return transcoder_->SetOutputFormat(format); in SetOutputFormat()
/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/audio_recorder/
H A DTestFastRecorder.cpp96 recorder->SetOutputFormat(OutputFormatType::FORMAT_M4A);
125 recorder->SetOutputFormat(OutputFormatType::FORMAT_M4A);
156 recorder->SetOutputFormat(OutputFormatType::FORMAT_M4A);
187 recorder->SetOutputFormat(OutputFormatType::FORMAT_M4A);
220 recorder->SetOutputFormat(OutputFormatType::FORMAT_M4A);
/ohos5.0/foundation/multimedia/player_framework/services/services/transcoder/ipc/
H A Dtranscoder_service_stub.cpp66 recFuncs_[SET_OUTPUT_FORMAT] = &TransCoderServiceStub::SetOutputFormat; in Init()
165 int32_t TransCoderServiceStub::SetOutputFormat(OutputFormatType format) in SetOutputFormat() function in OHOS::Media::TransCoderServiceStub
168 return transCoderServer_->SetOutputFormat(format); in SetOutputFormat()
278 int32_t TransCoderServiceStub::SetOutputFormat(MessageParcel &data, MessageParcel &reply) in SetOutputFormat() function in OHOS::Media::TransCoderServiceStub
282 reply.WriteInt32(SetOutputFormat(formatType)); in SetOutputFormat()
H A Dtranscoder_service_stub.h44 int32_t SetOutputFormat(OutputFormatType format) override;
69 int32_t SetOutputFormat(MessageParcel &data, MessageParcel &reply);
H A Dtranscoder_service_proxy.h35 int32_t SetOutputFormat(OutputFormatType format) override;
H A Di_standard_transcoder_service.h36 virtual int32_t SetOutputFormat(OutputFormatType format) = 0;
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/transcoder/
H A Dtranscoder_impl.cpp106 int32_t TransCoderImpl::SetOutputFormat(OutputFormatType format) in SetOutputFormat() function in OHOS::Media::TransCoderImpl
112 return transCoderService_->SetOutputFormat(format); in SetOutputFormat()
H A Dtranscoder_impl.h36 int32_t SetOutputFormat(OutputFormatType format) override;
/ohos5.0/foundation/multimedia/media_lite/frameworks/recorder_lite/
H A Drecorder.cpp149 int32_t Recorder::SetOutputFormat(OutputFormatType format) in SetOutputFormat() function in OHOS::Media::Recorder
155 return client_->SetOutputFormat(format); in SetOutputFormat()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/src/
H A Drecorder_mock.cpp121 int32_t RecorderMock::SetOutputFormat(OutputFormatType format) in SetOutputFormat() function in RecorderMock
124 return recorder_->SetOutputFormat(format); in SetOutputFormat()
571 ret = recorder_->SetOutputFormat(recorderConfig.outPutFormat); in SetAudVidFormat()
594 ret = recorder_->SetOutputFormat(recorderConfig.outPutFormat); in SetFormat()
604 ret = recorder_->SetOutputFormat(recorderConfig.outPutFormat); in SetFormat()
/ohos5.0/foundation/multimedia/media_lite/frameworks/recorder_lite/passthrough/
H A Drecorder_client.cpp159 int32_t Recorder::RecorderClient::SetOutputFormat(OutputFormatType format) in SetOutputFormat() function in OHOS::Media::Recorder::RecorderClient
165 return impl_->SetOutputFormat(format); in SetOutputFormat()
/ohos5.0/foundation/multimedia/player_framework/services/services/transcoder/client/
H A Dtranscoder_client.cpp129 int32_t TransCoderClient::SetOutputFormat(OutputFormatType format) in SetOutputFormat() function in OHOS::Media::TransCoderClient
135 return transCoderProxy_->SetOutputFormat(format); in SetOutputFormat()
H A Dtranscoder_client.h38 int32_t SetOutputFormat(OutputFormatType format) override;
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/internal/
H A Dstate.h85 virtual std::tuple<ErrorCode, Action> SetOutputFormat(const Plugin::Any& param);
138 … {Intent::SET_OUTPUT_FORMAT, [this](const Plugin::Any &param) { return SetOutputFormat(param); }},
/ohos5.0/foundation/multimedia/player_framework/services/include/
H A Di_transcoder_service.h108 virtual int32_t SetOutputFormat(OutputFormatType format) = 0;
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetcapturerate_fuzzer/
H A Drecordersetcapturerate_fuzzer.cpp52 TestRecorder::SetOutputFormat(g_videoRecorderConfig); in FuzzRecorderSetCaptureRate()
/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/
H A Di_transcoder_engine.h75 virtual int32_t SetOutputFormat(OutputFormatType format) = 0;
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetparameter_fuzzer/
H A Drecordersetparameter_fuzzer.cpp53 TestRecorder::SetOutputFormat(g_videoRecorderConfig); in FuzzRecorderSetParameter()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudiosource_fuzzer/
H A Drecordersetaudiosource_fuzzer.cpp62 TestRecorder::SetOutputFormat(g_videoRecorderConfig); in FuzzRecorderSetAudioSource()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetlocation_fuzzer/
H A Drecordersetlocation_fuzzer.cpp53 TestRecorder::SetOutputFormat(g_videoRecorderConfig); in FuzzRecorderSetLocation()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetorientationhint_fuzzer/
H A Drecordersetorientationhint_fuzzer.cpp52 TestRecorder::SetOutputFormat(g_videoRecorderConfig); in FuzzRecorderSetOrientationHint()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetvideoframerate_fuzzer/
H A Drecordersetvideoframerate_fuzzer.cpp53 TestRecorder::SetOutputFormat(g_videoRecorderConfig); in RecorderSetVideoFrameRateFuzz()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetvideosize_fuzzer/
H A Drecordersetvideosize_fuzzer.cpp53 TestRecorder::SetOutputFormat(g_videoRecorderConfig); in RecorderSetVideoSizeFuzz()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudiochannels_fuzzer/
H A Drecordersetaudiochannels_fuzzer.cpp55 TestRecorder::SetOutputFormat(g_videoRecorderConfig); in FuzzRecorderSetAudioChannels()

1234