Home
last modified time | relevance | path

Searched refs:RefCountedBufferPtr (Results 1 – 11 of 11) sorted by relevance

/external/libgav1/libgav1/src/
Ddecoder_impl.h54 const RefCountedBufferPtr& frame, int position_in_temporal_unit) in EncodedFrame()
70 RefCountedBufferPtr frame;
121 RefCountedBufferPtr frame;
192 StatusCode CopyFrameToOutputBuffer(const RefCountedBufferPtr& frame);
203 const RefCountedBufferPtr& displayable_frame,
204 RefCountedBufferPtr* film_grain_frame,
230 RefCountedBufferPtr output_frame_;
236 Queue<RefCountedBufferPtr> output_frame_queue_;
Dbuffer_pool.cc158 RefCountedBufferPtr BufferPool::GetFreeBuffer() { in GetFreeBuffer()
173 return RefCountedBufferPtr(buffer, RefCountedBuffer::ReturnToBufferPool); in GetFreeBuffer()
180 return RefCountedBufferPtr(); in GetFreeBuffer()
194 return RefCountedBufferPtr(); in GetFreeBuffer()
196 return RefCountedBufferPtr(buffer, RefCountedBuffer::ReturnToBufferPool); in GetFreeBuffer()
Ddecoder_state.h31 void UpdateReferenceFrames(const RefCountedBufferPtr& current_frame, in UpdateReferenceFrames()
86 std::array<RefCountedBufferPtr, kNumReferenceFrameTypes> reference_frame;
Dmotion_vector.h52 const std::array<RefCountedBufferPtr, kNumReferenceFrameTypes>&
Ddecoder_impl.cc651 RefCountedBufferPtr current_frame; in InitializeFrameThreadPoolAndTemporalUnitQueue()
749 RefCountedBufferPtr frame = std::move(output_frame_queue_.Front()); in DequeueFrame()
845 RefCountedBufferPtr current_frame; in ParseAndSchedule()
944 RefCountedBufferPtr current_frame = std::move(encoded_frame->frame); in DecodeFrame()
981 RefCountedBufferPtr film_grain_frame; in DecodeFrame()
1042 RefCountedBufferPtr current_frame; in DecodeTemporalUnit()
1100 RefCountedBufferPtr film_grain_frame; in DecodeTemporalUnit()
1125 const RefCountedBufferPtr& frame) { in CopyFrameToOutputBuffer()
1527 const RefCountedBufferPtr& displayable_frame, in ApplyFilmGrain()
1528 RefCountedBufferPtr* film_grain_frame, ThreadPool* thread_pool) { in ApplyFilmGrain()
Dbuffer_pool.h344 using RefCountedBufferPtr = std::shared_ptr<RefCountedBuffer>; variable
367 RefCountedBufferPtr GetFreeBuffer();
Dobu_parser.h271 StatusCode ParseOneFrame(RefCountedBufferPtr* current_frame);
404 RefCountedBufferPtr current_frame_;
Dmotion_vector.cc767 const std::array<RefCountedBufferPtr, kNumReferenceFrameTypes>& in MotionFieldProjection() argument
931 const std::array<RefCountedBufferPtr, kNumReferenceFrameTypes>& in SetupMotionField() argument
Dobu_parser.cc88 explicit RefCountedBufferPtrCleanup(RefCountedBufferPtr* frame) in RefCountedBufferPtrCleanup()
99 RefCountedBufferPtr& frame_;
2645 StatusCode ObuParser::ParseOneFrame(RefCountedBufferPtr* const current_frame) { in ParseOneFrame()
Dtile.h646 const std::array<RefCountedBufferPtr, kNumReferenceFrameTypes>&
/external/libgav1/libgav1/tests/fuzzer/
Dobu_parser_fuzzer.cc51 libgav1::RefCountedBufferPtr current_frame; in ParseObu()