Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avtranscoder/
H A Davtranscoder_napi.cpp291 RetInfo retinfo = napi->Configure(config); in GetPrepareTask() local
292 … CHECK_AND_RETURN_RET(retinfo.first == MSERR_OK, ((void)napi->transCoder_->Cancel(), retinfo)); in GetPrepareTask()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.cpp397 RetInfo retinfo = napi->Configure(config); in GetPrepareTask() local
398 CHECK_AND_RETURN_RET(retinfo.first == MSERR_OK, ((void)napi->recorder_->Reset(), retinfo)); in GetPrepareTask()
632 RetInfo retinfo = napi->Configure(config); in SetAVRecorderConfigTask() local
633 CHECK_AND_RETURN_RET(retinfo.first == MSERR_OK, ((void)napi->recorder_->Reset(), retinfo)); in SetAVRecorderConfigTask()