HomeSort by relevance Sort by last modified time
    Searched full:flushedwork (Results 1 - 11 of 11) sorted by null

  /hardware/google/av/media/codecs/base/
SimpleC2Component.cpp 114 flush_mode_t flushMode, std::list<std::unique_ptr<C2Work>>* const flushedWork) {
125 // TODO: queue->splicedBy(flushedWork, flushedWork->end());
129 flushedWork->push_back(std::move(work));
136 flushedWork->push_back(std::move(pending->begin()->second));
  /hardware/google/av/media/codecs/base/include/
SimpleC2Component.h 44 flush_mode_t mode, std::list<std::unique_ptr<C2Work>>* const flushedWork) override;
  /hardware/google/av/media/sfplugin/
CCodecBufferChannel.h 109 void flush(const std::list<std::unique_ptr<C2Work>> &flushedWork);
CCodecBufferChannel.cpp 181 virtual void flush(const std::list<std::unique_ptr<C2Work>> &flushedWork) = 0;
966 void flush(const std::list<std::unique_ptr<C2Work>> &flushedWork) override {
967 (void)flushedWork;
    [all...]
CCodec.cpp     [all...]
  /hardware/google/av/codec2/hidl/client/
client.cpp     [all...]
  /external/v4l2_codec2/include/
C2VDAComponent.h 83 std::list<std::unique_ptr<C2Work>>* const flushedWork) override;
  /hardware/google/av/codec2/hidl/client/include/codec2/hidl/
client.h 289 std::list<std::unique_ptr<C2Work>>* const flushedWork);
  /external/v4l2_codec2/tests/
C2VDAComponent_test.cpp 661 // Note: C2VDAComponent does not return work via |flushedWork|.
663 nullptr /* flushedWork */),
  /external/v4l2_codec2/
C2VDAComponent.cpp 824 std::list<std::unique_ptr<C2Work>>* const flushedWork) {
832 // Instead of |flushedWork|, abandoned works will be returned via onWorkDone_nb() callback.
    [all...]
  /hardware/google/av/codec2/include/
C2Component.h 490 * Work that could be immediately abandoned/discarded SHALL be returned in |flushedWork|; this
504 virtual c2_status_t flush_sm(flush_mode_t mode, std::list<std::unique_ptr<C2Work>>* const flushedWork) = 0;
    [all...]

Completed in 668 milliseconds