Searched defs:AVImageGeneratorAsyncContext (Results 1 – 1 of 1) sorted by relevance
104 struct AVImageGeneratorAsyncContext : public MediaAsyncContext { struct105 explicit AVImageGeneratorAsyncContext(napi_env env) : MediaAsyncContext(env) {} in AVImageGeneratorAsyncContext() function108 AVImageGeneratorNapi *napi = nullptr;109 std::string opt_ = "";110 std::shared_ptr<PixelMap> pixel_ = nullptr;111 int32_t status = 0;112 int64_t timeUs_ = 0;113 int32_t option_ = 0;114 PixelMapParams param_;115 std::shared_ptr<AVMetadataHelper> innerHelper_ = nullptr;