Home
last modified time | relevance | path

Searched refs:maxParam (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
H A Davscreen_capture_napi.cpp200 const int32_t maxParam = 2; // config + callbackRef in JsReportAVScreenCaptureUserChoice() local
201 size_t argCount = maxParam; in JsReportAVScreenCaptureUserChoice()
202 napi_value args[maxParam] = { nullptr }; in JsReportAVScreenCaptureUserChoice()
215 if (argCount < maxParam) { in JsReportAVScreenCaptureUserChoice()
279 const int32_t maxParam = 2; // config + callbackRef in JsInit() local
280 size_t argCount = maxParam; in JsInit()
281 napi_value args[maxParam] = { nullptr }; in JsInit()
402 const int32_t maxParam = 1; // config + callbackRef in JsSetMicrophoneEnabled() local
403 size_t argCount = maxParam; in JsSetMicrophoneEnabled()
404 napi_value args[maxParam] in JsSetMicrophoneEnabled()
[all...]
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.cpp237 const int32_t maxParam = 2; // config + callbackRef in JsPrepare() local
238 size_t argCount = maxParam; in JsPrepare()
239 napi_value args[maxParam] = { nullptr }; in JsPrepare()
289 const int32_t maxParam = 2; // config + callbackRef in JsSetOrientationHint() local
290 size_t argCount = maxParam; in JsSetOrientationHint()
291 napi_value args[maxParam] = { nullptr }; in JsSetOrientationHint()
341 const int32_t maxParam = 2; // pixelMap + WatermarkConfig in JsSetWatermark() local
342 size_t argCount = maxParam; in JsSetWatermark()
343 napi_value args[maxParam] = { nullptr }; in JsSetWatermark()
546 const int32_t maxParam in JsGetAVRecorderProfile() local
[all...]
/foundation/multimedia/player_framework/frameworks/js/avtranscoder/
H A Davtranscoder_napi.cpp233 const int32_t maxParam = 2; // config + callbackRef in JsPrepare() local
234 size_t argCount = maxParam; in JsPrepare()
235 napi_value args[maxParam] = { nullptr }; in JsPrepare()
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.cpp1426 const int32_t maxParam = 3; // config + callbackRef in JsSetMediaMuted() local
1427 size_t argCount = maxParam; in JsSetMediaMuted()
1428 napi_value args[maxParam] = { nullptr }; in JsSetMediaMuted()
1443 promiseCtx->callbackRef = CommonNapi::CreateReference(env, args[maxParam - 1]); in JsSetMediaMuted()

Completed in 12 milliseconds