HomeSort by relevance Sort by last modified time
    Searched refs:EncryptedLinearInputBuffers (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/codec2/sfplugin/
CCodecBuffers.h 582 class EncryptedLinearInputBuffers : public LinearInputBuffers {
584 EncryptedLinearInputBuffers(
593 ~EncryptedLinearInputBuffers() override = default;
CCodecBuffers.cpp 570 // EncryptedLinearInputBuffers
572 EncryptedLinearInputBuffers::EncryptedLinearInputBuffers(
601 std::unique_ptr<InputBuffers> EncryptedLinearInputBuffers::toArrayMode(size_t size) {
620 sp<Codec2Buffer> EncryptedLinearInputBuffers::Alloc(
624 const std::shared_ptr<std::vector<EncryptedLinearInputBuffers::Entry>> &memoryVector) {
656 sp<Codec2Buffer> EncryptedLinearInputBuffers::createNewBuffer() {
    [all...]
CCodecBufferChannel.cpp     [all...]

Completed in 537 milliseconds