Home
last modified time | relevance | path

Searched refs:EncryptedLinearInputBuffers (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.cpp572 EncryptedLinearInputBuffers::EncryptedLinearInputBuffers( in EncryptedLinearInputBuffers() function in android::EncryptedLinearInputBuffers
601 std::unique_ptr<InputBuffers> EncryptedLinearInputBuffers::toArrayMode(size_t size) { in toArrayMode()
620 sp<Codec2Buffer> EncryptedLinearInputBuffers::Alloc( in Alloc()
624 const std::shared_ptr<std::vector<EncryptedLinearInputBuffers::Entry>> &memoryVector) { in Alloc()
656 sp<Codec2Buffer> EncryptedLinearInputBuffers::createNewBuffer() { in createNewBuffer()
DCCodecBuffers.h582 class EncryptedLinearInputBuffers : public LinearInputBuffers {
584 EncryptedLinearInputBuffers(
593 ~EncryptedLinearInputBuffers() override = default;
DCCodecBufferChannel.cpp926 input->buffers.reset(new EncryptedLinearInputBuffers( in start()