Home
last modified time | relevance | path

Searched refs:AVTransCoderSignError (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avtranscoder/
H A Davtranscoder_napi.cpp255 asyncCtx->AVTransCoderSignError(MSERR_INVALID_OPERATION, opt, ""); in JsPrepare()
460 asyncCtx->AVTransCoderSignError(MSERR_INVALID_OPERATION, opt, ""); in ExecuteByPromise()
881 asyncCtx->AVTransCoderSignError(MSERR_INVALID_VAL, "GetConfig", "AVTransCoderConfig"); in GetConfig()
887 … (asyncCtx->AVTransCoderSignError(MSERR_NO_MEMORY, "AVTransCoderConfig", "AVTransCoderConfig"), in GetConfig()
900 …CHECK_AND_RETURN_RET(ret == MSERR_OK, (asyncCtx->AVTransCoderSignError(ret, "GetOutputFormat", "fi… in GetConfig()
905 void AVTransCoderAsyncContext::AVTransCoderSignError(int32_t errCode, const std::string &operate, in AVTransCoderSignError() function in OHOS::Media::AVTransCoderAsyncContext
H A Davtranscoder_napi.h232 void AVTransCoderSignError(int32_t errCode, const std::string &operate,