/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/include/ |
H A D | recorder_mock.h | 101 MetaSourceType metaSourceType = MetaSourceType::VIDEO_META_SOURCE_INVALID;
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_napi.h | 171 std::vector<MetaSourceType> metaSourceTypeVec; 410 std::map<MetaSourceType, int32_t> metaSourceIDMap_; 442 MetaSourceType metaType_ = MetaSourceType::VIDEO_META_SOURCE_INVALID;
|
H A D | avrecorder_napi.cpp | 1716 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 D | recorder_server.h | 78 int32_t SetMetaSource(MetaSourceType source, int32_t &sourceId) override; 150 MetaSourceType metaSource = VIDEO_META_SOURCE_INVALID;
|
H A D | recorder_server.cpp | 298 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 D | i_recorder_engine.h | 102 virtual int32_t SetMetaSource(MetaSourceType source, int32_t &sourceId) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | recorder.h | 66 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 D | hirecorder_impl.cpp | 79 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 D | hirecorder_impl.h | 61 int32_t SetMetaSource(MetaSourceType source, int32_t &sourceId);
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/ |
H A D | recorder_impl.h | 47 int32_t SetMetaSource(MetaSourceType source, int32_t &sourceId) override;
|
H A D | recorder_impl.cpp | 197 int32_t RecorderImpl::SetMetaSource(MetaSourceType source, int32_t &sourceId) in SetMetaSource()
|
/ohos5.0/foundation/multimedia/player_framework/services/include/ |
H A D | i_recorder_service.h | 59 virtual int32_t SetMetaSource(MetaSourceType source, int32_t &sourceId) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/ipc/ |
H A D | recorder_service_proxy.h | 38 int32_t SetMetaSource(MetaSourceType source, int32_t &sourceId) override;
|
H A D | i_standard_recorder_service.h | 37 virtual int32_t SetMetaSource(MetaSourceType source, int32_t &sourceId) = 0;
|
H A D | recorder_service_stub.cpp | 291 int32_t RecorderServiceStub::SetMetaSource(MetaSourceType source, int32_t &sourceId) in SetMetaSource() 596 MetaSourceType sourceType = static_cast<MetaSourceType>(source); in SetMetaSource()
|
H A D | recorder_service_stub.h | 47 int32_t SetMetaSource(MetaSourceType source, int32_t &sourceId) override;
|
H A D | recorder_service_proxy.cpp | 199 int32_t RecorderServiceProxy::SetMetaSource(MetaSourceType source, int32_t &sourceId) in SetMetaSource()
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/client/ |
H A D | recorder_client.h | 40 int32_t SetMetaSource(MetaSourceType source, int32_t &sourceId) override;
|
H A D | recorder_client.cpp | 149 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 D | recorder_mock.cpp | 567 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 D | media_enum_napi.cpp | 160 { "VIDEO_MAKER_INFO", MetaSourceType::VIDEO_META_MAKER_INFO },
|