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

  /hardware/google/av/media/sfplugin/
CCodecBufferChannel.h 50 class CCodecBufferChannel
51 : public BufferChannelBase, public std::enable_shared_from_this<CCodecBufferChannel> {
53 explicit CCodecBufferChannel(const std::shared_ptr<CCodecCallback> &callback);
54 virtual ~CCodecBufferChannel();
171 friend class CCodecBufferChannel::QueueGuard;
CCodecBufferChannel.cpp 18 #define LOG_TAG "CCodecBufferChannel"
44 #include "CCodecBufferChannel.h"
61 class CCodecBufferChannel::Buffers {
100 class CCodecBufferChannel::InputBuffers : public CCodecBufferChannel::Buffers {
145 class CCodecBufferChannel::OutputBuffers : public CCodecBufferChannel::Buffers {
599 class InputBuffersArray : public CCodecBufferChannel::InputBuffers {
613 std::unique_ptr<CCodecBufferChannel::InputBuffers> toArrayMode() final {
645 class LinearInputBuffers : public CCodecBufferChannel::InputBuffers
    [all...]
CCodec.h 43 class CCodecBufferChannel;
154 std::shared_ptr<CCodecBufferChannel> mChannel;
CCodec.cpp 44 #include "CCodecBufferChannel.h"
498 : mChannel(new CCodecBufferChannel(std::make_shared<CCodecCallbackImpl>(this))) {
654 mChannel->setMetaMode(CCodecBufferChannel::MODE_ANW);
    [all...]

Completed in 86 milliseconds