Searched refs:MediaJsResultString (Results 1 – 4 of 4) sorted by relevance
130 class MediaJsResultString : public MediaJsResult {132 explicit MediaJsResultString(const std::string &value) in MediaJsResultString() function136 ~MediaJsResultString() = default;
302 threadCtx->JsResult = std::make_unique<MediaJsResultString>(surfaceId); in GetInputSurface()
910 asyncCtx->JsResult = std::make_unique<MediaJsResultString>(result.Value().second); in ExecuteByPromise()
479 asyncCtx->JsResult = std::make_unique<MediaJsResultString>(result.Value().second); in JsGetInputMetaSurface()1144 asyncCtx->JsResult = std::make_unique<MediaJsResultString>(result.Value().second); in ExecuteByPromise()