Home | History | Annotate | Download | only in vda

Lines Matching refs:Config

70       // If set, the VDA will use deferred initialization if the config
110 // Config structure contains parameters required for the VDA initialization.
111 struct Config {
123 Config();
124 Config(const Config& config);
126 explicit Config(VideoCodecProfile profile);
128 ~Config();
165 // client (see Config::is_deferred_initialization_allowed), and the initial
212 // By default, deferred initialization is not used. However, if Config::
220 // For encrypted video, only deferred initialization is supported and |config|
224 // |config| contains the initialization parameters.
227 virtual bool Initialize(const Config& config, Client* client) = 0;
252 // config.output_mode = IMPORT, and should be preceded by a call to