Home
last modified time | relevance | path

Searched refs:VIDEO_META_MAKER_INFO (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dvideo_output.h33 VIDEO_META_MAKER_INFO = 0, enumerator
/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()
H A Drecorder_unit_test.cpp1576 g_videoRecorderConfig.metaSourceType = VIDEO_META_MAKER_INFO;
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Drecorder.h70 VIDEO_META_MAKER_INFO, enumerator
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/media/
H A Dmedia_enum_napi.cpp160 { "VIDEO_MAKER_INFO", MetaSourceType::VIDEO_META_MAKER_INFO },
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dvideo_output.cpp380 vecto.push_back(VideoMetaType::VIDEO_META_MAKER_INFO); in GetSupportedVideoMetaTypes()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.cpp2096 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/camera_framework/interfaces/kits/js/camera_napi/
H A D@ohos.multimedia.camera.d.ts8474 VIDEO_META_MAKER_INFO = 0,
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.cpp562 if (config_.metaSource == MetaSourceType::VIDEO_META_MAKER_INFO) { in SetMetaConfigs()