Home
last modified time | relevance | path

Searched refs:MetaSourceType (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/include/
H A Drecorder_mock.h101 MetaSourceType metaSourceType = MetaSourceType::VIDEO_META_SOURCE_INVALID;
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.h171 std::vector<MetaSourceType> metaSourceTypeVec;
410 std::map<MetaSourceType, int32_t> metaSourceIDMap_;
442 MetaSourceType metaType_ = MetaSourceType::VIDEO_META_SOURCE_INVALID;
H A Davrecorder_napi.cpp1716 config->metaSourceTypeVec.push_back(static_cast<MetaSourceType>(item)); in GetSourceType()
1940 asyncCtx->metaType_ = static_cast<MetaSourceType>(metaSourceType); in GetMetaType()
2096 MetaSourceType::VIDEO_META_MAKER_INFO) != config->metaSourceTypeVec.cend()) { in SetProfile()
2127 MetaSourceType::VIDEO_META_MAKER_INFO) != config->metaSourceTypeVec.cend()) { in Configure()
2128 ret = recorder_->SetMetaSource(MetaSourceType::VIDEO_META_MAKER_INFO, metaSourceID_); in Configure()
2130 … metaSourceIDMap_.emplace(std::make_pair(MetaSourceType::VIDEO_META_MAKER_INFO, metaSourceID_)); in Configure()
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.h78 int32_t SetMetaSource(MetaSourceType source, int32_t &sourceId) override;
150 MetaSourceType metaSource = VIDEO_META_SOURCE_INVALID;
H A Drecorder_server.cpp298 int32_t RecorderServer::SetMetaSource(MetaSourceType source, int32_t &sourceId) in SetMetaSource()
562 if (config_.metaSource == MetaSourceType::VIDEO_META_MAKER_INFO) { in SetMetaConfigs()
/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/
H A Di_recorder_engine.h102 virtual int32_t SetMetaSource(MetaSourceType source, int32_t &sourceId) = 0;
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Drecorder.h66 enum MetaSourceType : int32_t { enum
551 virtual int32_t SetMetaSource(MetaSourceType source, int32_t &sourceId) = 0;
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H A Dhirecorder_impl.cpp79 static inline MetaSourceType GetMetaSourceType(int32_t sourceId) in GetMetaSourceType()
81 return static_cast<MetaSourceType>(sourceId - SourceIdGenerator::META_MASK); in GetMetaSourceType()
157 int32_t HiRecorderImpl::SetMetaSource(MetaSourceType source, int32_t &sourceId) in SetMetaSource()
163 …source > MetaSourceType::VIDEO_META_SOURCE_INVALID && source < MetaSourceType::VIDEO_META_SOURCE_B… in SetMetaSource()
H A Dhirecorder_impl.h61 int32_t SetMetaSource(MetaSourceType source, int32_t &sourceId);
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/
H A Drecorder_impl.h47 int32_t SetMetaSource(MetaSourceType source, int32_t &sourceId) override;
H A Drecorder_impl.cpp197 int32_t RecorderImpl::SetMetaSource(MetaSourceType source, int32_t &sourceId) in SetMetaSource()
/ohos5.0/foundation/multimedia/player_framework/services/include/
H A Di_recorder_service.h59 virtual int32_t SetMetaSource(MetaSourceType source, int32_t &sourceId) = 0;
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/ipc/
H A Drecorder_service_proxy.h38 int32_t SetMetaSource(MetaSourceType source, int32_t &sourceId) override;
H A Di_standard_recorder_service.h37 virtual int32_t SetMetaSource(MetaSourceType source, int32_t &sourceId) = 0;
H A Drecorder_service_stub.cpp291 int32_t RecorderServiceStub::SetMetaSource(MetaSourceType source, int32_t &sourceId) in SetMetaSource()
596 MetaSourceType sourceType = static_cast<MetaSourceType>(source); in SetMetaSource()
H A Drecorder_service_stub.h47 int32_t SetMetaSource(MetaSourceType source, int32_t &sourceId) override;
H A Drecorder_service_proxy.cpp199 int32_t RecorderServiceProxy::SetMetaSource(MetaSourceType source, int32_t &sourceId) in SetMetaSource()
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/client/
H A Drecorder_client.h40 int32_t SetMetaSource(MetaSourceType source, int32_t &sourceId) override;
H A Drecorder_client.cpp149 int32_t RecorderClient::SetMetaSource(MetaSourceType source, int32_t &sourceId) in SetMetaSource()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/src/
H A Drecorder_mock.cpp567 if (recorderConfig.metaSourceType == MetaSourceType::VIDEO_META_MAKER_INFO) { in SetAudVidFormat()
580 if (recorderConfig.metaSourceType == MetaSourceType::VIDEO_META_MAKER_INFO) { in SetAudVidFormat()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/media/
H A Dmedia_enum_napi.cpp160 { "VIDEO_MAKER_INFO", MetaSourceType::VIDEO_META_MAKER_INFO },