Home
last modified time | relevance | path

Searched defs:asyncCtx (Results 1 – 5 of 5) sorted by relevance

/foundation/multimedia/player_framework/frameworks/js/recorder/
Drecorder_capability_napi.cpp31 auto asyncCtx = std::make_unique<RecorderCapabilityAsyncContext>(env); in GetAudioRecorderCaps() local
51 auto asyncCtx = reinterpret_cast<RecorderCapabilityAsyncContext *>(data); in GetAudioRecorderCaps() local
75 auto asyncCtx = std::make_unique<RecorderCapabilityAsyncContext>(env); in IsAudioRecorderConfigSupported() local
101 auto asyncCtx = reinterpret_cast<RecorderCapabilityAsyncContext *>(data); in IsAudioRecorderConfigSupported() local
126 auto asyncCtx = std::make_unique<RecorderCapabilityAsyncContext>(env); in GetVideoRecorderCaps() local
145 auto asyncCtx = reinterpret_cast<RecorderCapabilityAsyncContext *>(data); in GetVideoRecorderCaps() local
169 auto asyncCtx = std::make_unique<RecorderCapabilityAsyncContext>(env); in GetVideoRecorderProfile() local
197 auto asyncCtx = reinterpret_cast<RecorderCapabilityAsyncContext *>(data); in GetVideoRecorderProfile() local
222 auto asyncCtx = std::make_unique<RecorderCapabilityAsyncContext>(env); in HasVideoRecorderProfile() local
250 auto asyncCtx = reinterpret_cast<RecorderCapabilityAsyncContext *>(data); in HasVideoRecorderProfile() local
Dvideo_recorder_napi.cpp155 …std::unique_ptr<VideoRecorderAsyncContext> asyncCtx = std::make_unique<VideoRecorderAsyncContext>(… in CreateVideoRecorder() local
172 static void SignError(VideoRecorderAsyncContext *asyncCtx, int32_t code, in SignError()
188 auto asyncCtx = std::make_unique<VideoRecorderAsyncContext>(env); in Prepare() local
255 auto asyncCtx = std::make_unique<VideoRecorderAsyncContext>(env); in GetInputSurface() local
306 auto asyncCtx = std::make_unique<VideoRecorderAsyncContext>(env); in Start() local
349 auto asyncCtx = std::make_unique<VideoRecorderAsyncContext>(env); in Pause() local
392 auto asyncCtx = std::make_unique<VideoRecorderAsyncContext>(env); in Resume() local
435 auto asyncCtx = std::make_unique<VideoRecorderAsyncContext>(env); in Stop() local
478 auto asyncCtx = std::make_unique<VideoRecorderAsyncContext>(env); in Reset() local
528 auto asyncCtx = std::make_unique<VideoRecorderAsyncContext>(env); in Release() local
Daudio_recorder_napi.cpp184 auto asyncCtx = std::make_unique<MediaAsyncContext>(env); in CreateAudioRecorderAsync() local
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
Davrecorder_napi.cpp169 … std::unique_ptr<AVRecorderAsyncContext> asyncCtx = std::make_unique<AVRecorderAsyncContext>(env); in JsCreateAVRecorder() local
224 auto asyncCtx = std::make_unique<AVRecorderAsyncContext>(env); in JsPrepare() local
245 AVRecorderAsyncContext* asyncCtx = reinterpret_cast<AVRecorderAsyncContext *>(data); in JsPrepare() local
263 …askHandler<RetInfo>> AVRecorderNapi::GetPrepareTask(std::unique_ptr<AVRecorderAsyncContext> &async… in GetPrepareTask()
467 auto asyncCtx = std::make_unique<AVRecorderAsyncContext>(env); in ExecuteByPromise() local
487 AVRecorderAsyncContext* asyncCtx = reinterpret_cast<AVRecorderAsyncContext *>(data); in ExecuteByPromise() local
727 int32_t AVRecorderNapi::GetSourceType(std::unique_ptr<AVRecorderAsyncContext> &asyncCtx, napi_env e… in GetSourceType()
758 int32_t AVRecorderNapi::GetProfile(std::unique_ptr<AVRecorderAsyncContext> &asyncCtx, napi_env env,… in GetProfile()
817 int32_t AVRecorderNapi::GetConfig(std::unique_ptr<AVRecorderAsyncContext> &asyncCtx, napi_env env, … in GetConfig()
/foundation/multimedia/player_framework/frameworks/js/media/
Dmedia_capability_napi.cpp111 auto asyncCtx = std::make_unique<MediaAsyncContext>(env); in GetMediaCapability() local