Home
last modified time | relevance | path

Searched refs:SetOutputFile (Results 1 – 25 of 79) sorted by relevance

1234

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/transcoder/test/unittest/src/
H A Dtranscoder_unit_test.cpp71 EXPECT_EQ(MSERR_OK, transcoder_->SetOutputFile(dstFd));
104 EXPECT_EQ(MSERR_OK, transcoder_->SetOutputFile(dstFd));
138 EXPECT_EQ(MSERR_OK, transcoder_->SetOutputFile(dstFd));
173 EXPECT_EQ(MSERR_OK, transcoder_->SetOutputFile(dstFd));
210 EXPECT_EQ(MSERR_OK, transcoder_->SetOutputFile(dstFd));
241 EXPECT_EQ(MSERR_OK, transcoder_->SetOutputFile(dstFd));
274 EXPECT_EQ(MSERR_OK, transcoder_->SetOutputFile(dstFd));
318 EXPECT_EQ(MSERR_OK, transcoder_->SetOutputFile(dstFd));
364 EXPECT_EQ(MSERR_OK, transcoder_->SetOutputFile(dstFd));
411 EXPECT_EQ(MSERR_OK, transcoder_->SetOutputFile(dstFd));
[all …]
H A Dtranscoder_mock.cpp92 int32_t TranscoderMock::SetOutputFile(int32_t fd) in SetOutputFile() function in TranscoderMock
95 return transcoder_->SetOutputFile(fd); in SetOutputFile()
/ohos5.0/foundation/multimedia/player_framework/services/services/transcoder/ipc/
H A Dtranscoder_service_stub.cpp68 recFuncs_[SET_OUTPUT_FILE] = &TransCoderServiceStub::SetOutputFile; in Init()
177 int32_t TransCoderServiceStub::SetOutputFile(int32_t fd) in SetOutputFile() function in OHOS::Media::TransCoderServiceStub
180 return transCoderServer_->SetOutputFile(fd); in SetOutputFile()
296 int32_t TransCoderServiceStub::SetOutputFile(MessageParcel &data, MessageParcel &reply) in SetOutputFile() function in OHOS::Media::TransCoderServiceStub
299 reply.WriteInt32(SetOutputFile(fd)); in SetOutputFile()
H A Dtranscoder_service_stub.h46 int32_t SetOutputFile(int32_t fd) override;
72 int32_t SetOutputFile(MessageParcel &data, MessageParcel &reply);
H A Dtranscoder_service_proxy.h37 int32_t SetOutputFile(int32_t fd) override;
H A Di_standard_transcoder_service.h38 virtual int32_t SetOutputFile(int32_t fd) = 0;
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/transcoder/
H A Dtranscoder_impl.cpp123 int32_t TransCoderImpl::SetOutputFile(int32_t fd) in SetOutputFile() function in OHOS::Media::TransCoderImpl
128 return transCoderService_->SetOutputFile(fd); in SetOutputFile()
H A Dtranscoder_impl.h38 int32_t SetOutputFile(int32_t fd) override;
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H A Dscreen_capture_service_stub.h35 int32_t SetOutputFile(int32_t fd) override;
63 int32_t SetOutputFile(MessageParcel &data, MessageParcel &reply);
H A Dscreen_capture_service_stub.cpp66 screenCaptureStubFuncs_[SET_OUTPUT_FILE] = &ScreenCaptureServiceStub::SetOutputFile; in Init()
140 int32_t ScreenCaptureServiceStub::SetOutputFile(int32_t fd) in SetOutputFile() function in OHOS::Media::ScreenCaptureServiceStub
144 return screenCaptureServer_->SetOutputFile(fd); in SetOutputFile()
402 int32_t ScreenCaptureServiceStub::SetOutputFile(MessageParcel &data, MessageParcel &reply) in SetOutputFile() function in OHOS::Media::ScreenCaptureServiceStub
407 int32_t ret = SetOutputFile(fd); in SetOutputFile()
/ohos5.0/foundation/multimedia/media_lite/frameworks/recorder_lite/
H A Drecorder.cpp167 int32_t Recorder::SetOutputFile(int32_t fd) in SetOutputFile() function in OHOS::Media::Recorder
173 return client_->SetOutputFile(fd); in SetOutputFile()
/ohos5.0/foundation/multimedia/media_lite/frameworks/recorder_lite/passthrough/
H A Drecorder_client.cpp177 int32_t Recorder::RecorderClient::SetOutputFile(int32_t fd) in SetOutputFile() function in OHOS::Media::Recorder::RecorderClient
183 return impl_->SetOutputFile(fd); in SetOutputFile()
/ohos5.0/foundation/multimedia/player_framework/services/services/transcoder/client/
H A Dtranscoder_client.cpp146 int32_t TransCoderClient::SetOutputFile(int32_t fd) in SetOutputFile() function in OHOS::Media::TransCoderClient
152 return transCoderProxy_->SetOutputFile(fd); in SetOutputFile()
H A Dtranscoder_client.h40 int32_t SetOutputFile(int32_t fd) override;
/ohos5.0/foundation/multimedia/player_framework/services/include/
H A Di_transcoder_service.h134 virtual int32_t SetOutputFile(int32_t fd) = 0;
/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/
H A Di_transcoder_engine.h68 virtual int32_t SetOutputFile(const int32_t fd) = 0;
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetparameter_fuzzer/
H A Drecordersetparameter_fuzzer.cpp56 TestRecorder::SetOutputFile(g_videoRecorderConfig); in FuzzRecorderSetParameter()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudiosource_fuzzer/
H A Drecordersetaudiosource_fuzzer.cpp65 TestRecorder::SetOutputFile(g_videoRecorderConfig); in FuzzRecorderSetAudioSource()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudiochannels_fuzzer/
H A Drecordersetaudiochannels_fuzzer.cpp65 TestRecorder::SetOutputFile(g_videoRecorderConfig); in FuzzRecorderSetAudioChannels()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/transcoder/test/unittest/include/
H A Dtranscoder_mock.h56 int32_t SetOutputFile(int32_t fd);
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dtranscoder.h190 virtual int32_t SetOutputFile(int32_t fd) = 0;
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudiochannelsnum_fuzzer/
H A Drecordersetaudiochannelsnum_fuzzer.cpp65 TestRecorder::SetOutputFile(g_videoRecorderConfig); in FuzzRecorderSetAudioChannelsNum()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudioencodingbitrate_fuzzer/
H A Drecordersetaudioencodingbitrate_fuzzer.cpp67 TestRecorder::SetOutputFile(g_videoRecorderConfig); in FuzzRecorderSetAudioEncodingBitRate()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudiosamplerate_fuzzer/
H A Drecordersetaudiosamplerate_fuzzer.cpp66 TestRecorder::SetOutputFile(g_videoRecorderConfig); in FuzzRecorderSetAudioSampleRatee()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetfilesplitduration_fuzzer/
H A Drecordersetfilesplitduration_fuzzer.cpp60 TestRecorder::SetOutputFile(g_videoRecorderConfig); in FuzzRecorderSetFileSplitDuration()

1234