Home
last modified time | relevance | path

Searched refs:OutputFormatType (Results 1 – 25 of 68) sorted by relevance

123

/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Drecorder_utils.h73 const std::map<OutputFormatType, std::string> g_outputFormatToMimeMap = {
74 {OutputFormatType::FORMAT_DEFAULT, MEDIA_MIME_CONTAINER_MP4},
75 {OutputFormatType::FORMAT_MPEG_4, MEDIA_MIME_CONTAINER_MP4},
76 {OutputFormatType::FORMAT_M4A, MEDIA_MIME_CONTAINER_MP4},
84 bool GenerateFilePath(const std::string& dirPath, OutputFormatType outputFormatType, std::string& f…
H A Dhirecorder_impl.h58 int32_t SetOutputFormat(OutputFormatType format) override;
102 OutputFormatType outputFormatType_ {OutputFormatType::FORMAT_BUTT};
H A Dhirecorder_impl.cpp140 int32_t HiRecorderImpl::SetOutputFormat(OutputFormatType format) in SetOutputFormat()
143 …FALSE_RETURN_V(format != OutputFormatType::FORMAT_BUTT, TransErrorCode(ErrorCode::ERROR_INVALID_OP… in SetOutputFormat()
165 FALSE_RETURN_V(outputFormatType_ != OutputFormatType::FORMAT_BUTT, in Configure()
246 outputFormatType_ = OutputFormatType::FORMAT_BUTT; in Stop()
385 if (Plugin::Any::IsSameTypeWith<OutputFormatType>(param)) { in DoSetOutputFormat()
386 auto outputFormatType = Plugin::AnyCast<OutputFormatType>(param); in DoSetOutputFormat()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Drecorder_napi_utils.cpp36 const std::map<std::string, OutputFormatType> g_extensionToOutputFormat = {
37 { "mp4", OutputFormatType::FORMAT_MPEG_4 },
38 { "m4a", OutputFormatType::FORMAT_M4A },
76 int32_t MapExtensionNameToOutputFormat(const std::string &extension, OutputFormatType &type) in MapExtensionNameToOutputFormat()
H A Drecorder_napi_utils.h27 int32_t MapExtensionNameToOutputFormat(const std::string &extension, OutputFormatType &type);
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/transcoder/test/unittest/src/
H A Dtranscoder_unit_test.cpp74 OutputFormatType format = FORMAT_MPEG_4;
107 OutputFormatType format = FORMAT_MPEG_4;
141 OutputFormatType format = FORMAT_MPEG_4;
176 OutputFormatType format = FORMAT_MPEG_4;
213 OutputFormatType format = FORMAT_M4A;
244 OutputFormatType format = FORMAT_M4A;
277 OutputFormatType format = FORMAT_MPEG_4;
321 OutputFormatType format = FORMAT_MPEG_4;
367 OutputFormatType format = FORMAT_MPEG_4;
463 OutputFormatType format = FORMAT_M4A;
[all …]
/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dtest_recorder.hpp33 OutputFormatType outputFormat = OutputFormatType::FORMAT_M4A) in AudioRecordSource()
73 OutputFormatType outputFormat_;
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/common/
H A Daw_common.h67 OutputFormatType outPutFormat = FORMAT_MPEG_4;
80 OutputFormatType outPutFormat = FORMAT_M4A;
/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/engine/histreamer/recorder/
H A Dhirecorder_impl.h63 int32_t SetOutputFormat(OutputFormatType format);
137 OutputFormatType outputFormatType_{OutputFormatType::FORMAT_BUTT};
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H A Dhitranscoder_impl.h48 int32_t SetOutputFormat(OutputFormatType format);
118 OutputFormatType outputFormatType_{OutputFormatType::FORMAT_BUTT};
/ohos5.0/foundation/multimedia/player_framework/services/services/transcoder/server/
H A Dtranscoder_server.h55 int32_t SetOutputFormat(OutputFormatType format) override;
89 OutputFormatType format = FORMAT_BUTT;
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/include/
H A Drecorder_mock.h98 OutputFormatType outPutFormat = FORMAT_MPEG_4;
116 OutputFormatType outPutFormat = FORMAT_M4A;
127 int32_t SetOutputFormat(OutputFormatType format);
/ohos5.0/foundation/multimedia/media_lite/interfaces/kits/recorder_lite/
H A Drecorder.h96 enum OutputFormatType : int32_t { enum
434 int32_t SetOutputFormat(OutputFormatType format);
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avtranscoder/
H A Davtranscoder_napi.h108 OutputFormatType fileFormat = OutputFormatType::FORMAT_DEFAULT;
186 static int32_t GetOutputFormat(const std::string &extension, OutputFormatType &type);
/ohos5.0/foundation/multimedia/player_framework/interfaces/kits/js/
H A Dvideo_recorder_napi.h79 OutputFormatType outputFormat = OutputFormatType::FORMAT_DEFAULT;
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/server/src/
H A Drecorder_service.cpp181OutputFormatType *format = (OutputFormatType *)ReadRawData(req, sizeof(OutputFormatType)); in Dispatch()
/ohos5.0/foundation/multimedia/player_framework/services/services/transcoder/ipc/
H A Dtranscoder_service_stub.cpp165 int32_t TransCoderServiceStub::SetOutputFormat(OutputFormatType format) in SetOutputFormat()
281 OutputFormatType formatType = static_cast<OutputFormatType>(type); in SetOutputFormat()
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/services/include/
H A Di_transcoder_service.h108 virtual int32_t SetOutputFormat(OutputFormatType format) = 0;
/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/frameworks/native/transcoder/
H A Dtranscoder_impl.h36 int32_t SetOutputFormat(OutputFormatType format) override;
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.h165 OutputFormatType fileFormat = OutputFormatType::FORMAT_DEFAULT;
339 static int32_t GetOutputFormat(const std::string &extension, OutputFormatType &type);
452 static int32_t SetFileFormat(OutputFormatType &type, std::string &extension);
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/media/
H A Dmedia_enum_napi.cpp107 { "DEFAULT", OutputFormatType::FORMAT_DEFAULT },
108 { "MPEG_4", OutputFormatType::FORMAT_MPEG_4 },
111 { "AAC_ADTS", OutputFormatType::FORMAT_M4A },

123