Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.h156 class OutputBuffers : public CCodecBuffers {
158 OutputBuffers(const char *componentName, const char *name = "Output")
160 virtual ~OutputBuffers() = default;
200 virtual std::unique_ptr<OutputBuffers> toArrayMode(size_t size) = 0;
233 DISALLOW_EVIL_CONSTRUCTORS(OutputBuffers);
720 class OutputBuffersArray : public OutputBuffers {
723 : OutputBuffers(componentName, name) { } in OutputBuffers() function
743 std::unique_ptr<OutputBuffers> toArrayMode(size_t) final { in toArrayMode()
787 class FlexOutputBuffers : public OutputBuffers {
790 : OutputBuffers(componentName, name), in OutputBuffers() function
[all …]
DCCodecBuffers.cpp123 void OutputBuffers::initSkipCutBuffer( in initSkipCutBuffer()
132 void OutputBuffers::updateSkipCutBuffer(int32_t sampleRate, int32_t channelCount) { in updateSkipCutBuffer()
145 void OutputBuffers::submit(const sp<MediaCodecBuffer> &buffer) { in submit()
151 void OutputBuffers::transferSkipCutBuffer(const sp<SkipCutBuffer> &scb) { in transferSkipCutBuffer()
155 void OutputBuffers::setSkipCutBuffer(int32_t skip, int32_t cut, int32_t channelCount) { in setSkipCutBuffer()
966 std::unique_ptr<OutputBuffers> FlexOutputBuffers::toArrayMode(size_t size) { in toArrayMode()
DCCodecBufferChannel.h242 std::unique_ptr<OutputBuffers> buffers;