Searched refs:targetCfg (Results 1 – 1 of 1) sorted by relevance
91 std::unique_ptr<Stream> targetCfg(new Stream()); in activate() local107 targetCfg->id = ptr->id; in activate()108 targetCfg->width = ptr->width; in activate()109 targetCfg->height = ptr->height; in activate()110 targetCfg->format = static_cast<PixelFormat>(ptr->format); in activate()127 mTexture.reset(createVideoTexture(mEnumerator, mCameraDesc.id.c_str(), std::move(targetCfg), in activate()