Searched refs:DecryptedBlockImpl (Results 1 – 3 of 3) sorted by relevance
104 class DecryptedBlockImpl : public cdm::DecryptedBlock {106 DecryptedBlockImpl() : buffer_(NULL), timestamp_(0) {} in DecryptedBlockImpl() function107 virtual ~DecryptedBlockImpl() { if (buffer_) buffer_->Destroy(); } in ~DecryptedBlockImpl()123 DISALLOW_COPY_AND_ASSIGN(DecryptedBlockImpl);
122 typedef linked_ptr<DecryptedBlockImpl> LinkedDecryptedBlock;
359 LinkedDecryptedBlock decrypted_block(new DecryptedBlockImpl()); in Decrypt()