Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/internal/
H A Drecording_setting_state.h39 …Action action = (ret == ErrorCode::SUCCESS) ? Action::TRANS_TO_RECORDING_SETTING : Action::ACTION_… in SetVideoSource()
46 …Action action = (ret == ErrorCode::SUCCESS) ? Action::TRANS_TO_RECORDING_SETTING : Action::ACTION_… in SetAudioSource()
53 …Action action = (ret == ErrorCode::SUCCESS) ? Action::TRANS_TO_RECORDING_SETTING : Action::ACTION_… in Configure()
60 …Action action = (ret == ErrorCode::SUCCESS) ? Action::TRANS_TO_RECORDING_SETTING : Action::ACTION_… in SetOutputFormat()
H A Dinit_state.h38 …Action action = (ret == ErrorCode::SUCCESS) ? Action::TRANS_TO_RECORDING_SETTING : Action::ACTION_… in SetVideoSource()
45 …Action action = (ret == ErrorCode::SUCCESS) ? Action::TRANS_TO_RECORDING_SETTING : Action::ACTION_… in SetAudioSource()
H A Dstate.h63 TRANS_TO_RECORDING_SETTING, enumerator
122 {Action::TRANS_TO_RECORDING_SETTING, "TRANS_TO_RECORDING_SETTING"},
H A Dstate_machine.cpp137 case Action::TRANS_TO_RECORDING_SETTING: in DoTask()
170 case Action::TRANS_TO_RECORDING_SETTING: in ProcAction()