Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.cpp816 EncryptedLinearInputBuffers::EncryptedLinearInputBuffers( in EncryptedLinearInputBuffers() function in android::EncryptedLinearInputBuffers
845 std::unique_ptr<InputBuffers> EncryptedLinearInputBuffers::toArrayMode(size_t size) { in toArrayMode()
864 sp<Codec2Buffer> EncryptedLinearInputBuffers::Alloc( in Alloc()
868 const std::shared_ptr<std::vector<EncryptedLinearInputBuffers::Entry>> &memoryVector) { in Alloc()
900 sp<Codec2Buffer> EncryptedLinearInputBuffers::createNewBuffer() { in createNewBuffer()
DCCodecBuffers.h841 class EncryptedLinearInputBuffers : public LinearInputBuffers {
843 EncryptedLinearInputBuffers(
852 ~EncryptedLinearInputBuffers() override = default;
DCCodecBufferChannel.cpp1036 input->buffers.reset(new EncryptedLinearInputBuffers( in start()