Home
last modified time | relevance | path

Searched refs:DecoderImpl (Results 1 – 5 of 5) sorted by relevance

/external/libgav1/src/
Ddecoder_impl.h131 class DecoderImpl : public Allocable {
138 std::unique_ptr<DecoderImpl>* output);
139 ~DecoderImpl();
151 explicit DecoderImpl(const DecoderSettings* settings);
Ddecoder_impl.cc586 StatusCode DecoderImpl::Create(const DecoderSettings* settings, in Create()
587 std::unique_ptr<DecoderImpl>* output) { in Create()
600 std::unique_ptr<DecoderImpl> impl(new (std::nothrow) DecoderImpl(settings)); in Create()
611 DecoderImpl::DecoderImpl(const DecoderSettings* settings) in DecoderImpl() function in libgav1::DecoderImpl
619 DecoderImpl::~DecoderImpl() { in ~DecoderImpl()
632 StatusCode DecoderImpl::Init() { in Init()
640 StatusCode DecoderImpl::InitializeFrameThreadPoolAndTemporalUnitQueue( in InitializeFrameThreadPoolAndTemporalUnitQueue()
680 StatusCode DecoderImpl::EnqueueFrame(const uint8_t* data, size_t size, in EnqueueFrame()
705 StatusCode DecoderImpl::SignalFailure(StatusCode status) { in SignalFailure()
731 StatusCode DecoderImpl::DequeueFrame(const DecoderBuffer** out_ptr) { in DequeueFrame()
[all …]
Ddecoder.cc91 return DecoderImpl::Create(&settings_, &impl_); in Init()
113 return DecoderImpl::Create(&settings_, &impl_); in SignalEOS()
117 int Decoder::GetMaxBitdepth() { return DecoderImpl::GetMaxBitdepth(); } in GetMaxBitdepth()
/external/libgav1/src/gav1/
Ddecoder.h68 class DecoderImpl; variable
142 std::unique_ptr<DecoderImpl> impl_;
/external/libgav1/cmake/
Dlibgav1_build_definitions.cmake137 # 'libgav1::DecoderImpl class member' needs to have