Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.cpp163 class CCodecBufferChannel::OutputBuffers : public CCodecBufferChannel::Buffers { class in android::CCodecBufferChannel
165 OutputBuffers(const char *componentName, const char *name = "Output") in OutputBuffers() function in android::CCodecBufferChannel::OutputBuffers
167 virtual ~OutputBuffers() = default;
207 virtual std::unique_ptr<OutputBuffers> toArrayMode(size_t size) = 0;
271 DISALLOW_EVIL_CONSTRUCTORS(OutputBuffers);
1072 class OutputBuffersArray : public CCodecBufferChannel::OutputBuffers {
1075 : OutputBuffers(componentName, name) { } in OutputBuffersArray()
1087 std::unique_ptr<CCodecBufferChannel::OutputBuffers> toArrayMode( in toArrayMode()
1194 class FlexOutputBuffers : public CCodecBufferChannel::OutputBuffers {
1197 : OutputBuffers(componentName, name), in FlexOutputBuffers()
[all …]
DCCodecBufferChannel.h156 class OutputBuffers; variable
238 Mutexed<std::unique_ptr<OutputBuffers>> mOutputBuffers;