Home | History | Annotate | Download | only in filters

Lines Matching refs:decoder_

61       : decoder_(new DecryptingVideoDecoder(
81 // Initializes the |decoder_| and expects |status|. Note the initialization
85 decoder_->Initialize(config, false, NewExpectedStatusCB(status),
91 // Initialize the |decoder_| and expects it to succeed.
101 // Reinitialize the |decoder_| and expects it to succeed.
116 decoder_->Decode(buffer,
168 decoder_->Decode(encrypted_buffer_,
180 decoder_->Decode(encrypted_buffer_,
208 decoder_->Reset(NewExpectedClosure());
217 decoder_->Stop();
227 scoped_ptr<DecryptingVideoDecoder> decoder_;
407 decoder_->Initialize(TestVideoConfig::NormalEncrypted(),
490 decoder_->Reset(NewExpectedClosure());