Home
last modified time | relevance | path

Searched refs:IsVideoParam (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/
H A Drecorder_param.h81 bool IsVideoParam() const in IsVideoParam() function
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Drecorder_utils.cpp196 } else if (param.IsVideoParam()) { in CastRecorderParam()
H A Dhirecorder_impl.cpp648 (SourceIdGenerator::IsVideo(sourceId) && recParam.IsVideoParam() && in CheckParamType()
650 … ((sourceId == DUMMY_SOURCE_ID) && !(recParam.IsAudioParam() || recParam.IsVideoParam())), false); in CheckParamType()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H A Dhirecorder_impl.cpp863 (SourceIdGenerator::IsVideo(sourceId) && recParam.IsVideoParam() && in CheckParamType()
868 … ((sourceId == DUMMY_SOURCE_ID) && !(recParam.IsAudioParam() || recParam.IsVideoParam())), false); in CheckParamType()