Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.h870 class EncryptedLinearInputBuffers : public LinearInputBuffers {
872 EncryptedLinearInputBuffers(
881 ~EncryptedLinearInputBuffers() override = default;
DCCodecBuffers.cpp1061 EncryptedLinearInputBuffers::EncryptedLinearInputBuffers( in EncryptedLinearInputBuffers() function in android::EncryptedLinearInputBuffers
1090 std::unique_ptr<InputBuffers> EncryptedLinearInputBuffers::toArrayMode(size_t size) { in toArrayMode()
1109 sp<Codec2Buffer> EncryptedLinearInputBuffers::Alloc( in Alloc()
1113 const std::shared_ptr<std::vector<EncryptedLinearInputBuffers::Entry>> &memoryVector) { in Alloc()
1149 sp<Codec2Buffer> EncryptedLinearInputBuffers::createNewBuffer() { in createNewBuffer()
DCCodecBufferChannel.cpp1723 input->buffers.reset(new EncryptedLinearInputBuffers( in start()