Searched defs:AVImageGeneratorAsyncContext (Results 1 – 1 of 1) sorted by relevance
100 struct AVImageGeneratorAsyncContext : public MediaAsyncContext { struct101 explicit AVImageGeneratorAsyncContext(napi_env env) : MediaAsyncContext(env) {} in AVImageGeneratorAsyncContext() function104 AVImageGeneratorNapi *napi = nullptr;105 std::string opt_ = "";106 std::shared_ptr<PixelMap> pixel_ = nullptr;107 int32_t status = 0;108 int64_t timeUs_ = 0;109 int32_t option_ = 0;110 PixelMapParams param_;111 std::shared_ptr<AVMetadataHelper> innerHelper_ = nullptr;