Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.cpp253 if (asyncCtx->napi->CheckStateMachine(opt) == MSERR_OK) { in JsPrepare()
305 if (asyncCtx->napi->CheckStateMachine(opt) == MSERR_OK) { in JsSetOrientationHint()
356 if (asyncCtx->napi->CheckStateMachine(opt) == MSERR_OK) { in JsSetWatermark()
459 if (asyncCtx->napi->CheckStateMachine(opt) == MSERR_OK) { in JsGetInputMetaSurface()
662 if (asyncCtx->napi->CheckStateMachine(opt) == MSERR_OK) { in JsSetAVRecorderConfig()
711 if (asyncCtx->napi->CheckStateMachine(opt) == MSERR_OK) { in JsGetAVRecorderConfig()
763 if (asyncCtx->napi->CheckStateMachine(opt) == MSERR_OK) { in JsGetCurrentAudioCapturerInfo()
814 if (asyncCtx->napi->CheckStateMachine(opt) == MSERR_OK) { in JsGetAudioCapturerMaxAmplitude()
865 if (asyncCtx->napi->CheckStateMachine(opt) == MSERR_OK) { in JsGetAvailableEncoder()
1033 if (asyncCtx->napi->CheckStateMachine(opt) == MSERR_OK) { in JsIsWatermarkSupported()
[all …]
H A Davrecorder_napi.h376 int32_t CheckStateMachine(const std::string &opt);
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avtranscoder/
H A Davtranscoder_napi.cpp249 if (asyncCtx->napi->CheckStateMachine(opt) == MSERR_OK) { in JsPrepare()
288 CHECK_AND_RETURN_RET(napi->CheckStateMachine(option) == MSERR_OK, in GetPrepareTask()
420 CHECK_AND_RETURN_RET(napi->CheckStateMachine(option) == MSERR_OK, in GetPromiseTask()
455 if (asyncCtx->napi->CheckStateMachine(opt) == MSERR_OK) { in ExecuteByPromise()
698 int32_t AVTransCoderNapi::CheckStateMachine(const std::string &opt) in CheckStateMachine() function in OHOS::Media::AVTransCoderNapi
H A Davtranscoder_napi.h200 int32_t CheckStateMachine(const std::string &opt);