Home | History | Annotate | Download | only in vda

Lines Matching full:initialization

70       // If set, the VDA will use deferred initialization if the config
110 // Config structure contains parameters required for the VDA initialization.
135 // Whether the client supports deferred initialization.
162 // Notify the client that deferred initialization has completed successfully
163 // or not. This is required if and only if deferred initialization is
167 // The default implementation is a NOTREACHED, since deferred initialization
210 // initialization is successful, unless deferred initialization is used.
212 // By default, deferred initialization is not used. However, if Config::
217 // initialization. Note that a return value of false from VDA::Initialize
218 // indicates that initialization definitely failed, and no callback is needed.
220 // For encrypted video, only deferred initialization is supported and |config|
224 // |config| contains the initialization parameters.