Lines Matching refs:CodecBase
26 int32_t CodecBase::SetCallback(const std::shared_ptr<AVCodecCallback> &callback) in SetCallback()
32 int32_t CodecBase::SetCallback(const std::shared_ptr<MediaCodecCallback> &callback) in SetCallback()
39 int32_t CodecBase::QueueInputBuffer(uint32_t index, const AVCodecBufferInfo &info, AVCodecBufferFla… in QueueInputBuffer()
48 int32_t CodecBase::QueueInputBuffer(uint32_t index) in QueueInputBuffer()
55 int32_t CodecBase::NotifyEos() in NotifyEos()
61 sptr<Surface> CodecBase::CreateInputSurface() in CreateInputSurface()
67 int32_t CodecBase::SetInputSurface(sptr<Surface> surface) in SetInputSurface()
74 int32_t CodecBase::SetOutputSurface(sptr<Surface> surface) in SetOutputSurface()
81 int32_t CodecBase::RenderOutputBuffer(uint32_t index) in RenderOutputBuffer()
88 int32_t CodecBase::SignalRequestIDRFrame() in SignalRequestIDRFrame()
94 int32_t CodecBase::GetInputFormat(Format& format) in GetInputFormat()
101 int32_t CodecBase::SetCustomBuffer(std::shared_ptr<AVBuffer> buffer) in SetCustomBuffer()