Home | History | Annotate | Download | only in base

Lines Matching refs:stream_type

54   // decryptor. Only one NewKeyCB can be registered for one |stream_type|.
55 // If this function is called multiple times for the same |stream_type|, the
58 virtual void RegisterNewKeyCB(StreamType stream_type,
79 // |stream_type| has completed. Thus, only one DecryptCB may be pending at
80 // a time for a given |stream_type|.
81 virtual void Decrypt(StreamType stream_type,
85 // Cancels the scheduled decryption operation for |stream_type| and fires the
88 // same |stream_type| is fired.
89 virtual void CancelDecrypt(StreamType stream_type) = 0;
147 virtual void ResetDecoder(StreamType stream_type) = 0;
158 virtual void DeinitializeDecoder(StreamType stream_type) = 0;