Home
last modified time | relevance | path

Searched refs:withEos (Results 1 – 4 of 4) sorted by relevance

/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponent.h84 virtual Return<Status> drain(bool withEos) override;
/hardware/google/interfaces/media/c2/1.0/
DIComponent.hal102 * @param withEos Whether to drain the component with marking end-of-stream.
110 drain(bool withEos) generates (Status status);
/hardware/google/av/codec2/hidl/1.0/utils/
DComponent.cpp484 Return<Status> Component::drain(bool withEos) { in drain() argument
486 return static_cast<Status>(mComponent->drain_nb(withEos ? in drain()
/hardware/interfaces/media/c2/1.0/
DIComponent.hal107 * @param withEos Whether to drain the component with marking end-of-stream.
113 drain(bool withEos) generates (Status status);