Searched refs:DRAIN_COMPONENT_NO_EOS (Results 1 – 10 of 10) sorted by relevance
/frameworks/av/media/codec2/components/flac/ |
D | C2SoftFlacEnc.cpp | 179 c2_status_t status = drain(DRAIN_COMPONENT_NO_EOS, nullptr); in onStop() 435 case DRAIN_COMPONENT_NO_EOS: in drain()
|
/frameworks/av/media/codec2/core/include/ |
D | C2Component.h | 514 DRAIN_COMPONENT_NO_EOS = (1 << 0), enumerator
|
/frameworks/av/media/codec2/hidl/1.1/utils/ |
D | Component.cpp | 279 C2Component::DRAIN_COMPONENT_NO_EOS)); in drain()
|
/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | Component.cpp | 279 C2Component::DRAIN_COMPONENT_NO_EOS)); in drain()
|
/frameworks/av/media/codec2/hidl/1.2/utils/ |
D | Component.cpp | 279 C2Component::DRAIN_COMPONENT_NO_EOS)); in drain()
|
/frameworks/av/media/codec2/components/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 940 drainInternal(DRAIN_COMPONENT_NO_EOS, pool, work); in process() 973 drainInternal(DRAIN_COMPONENT_NO_EOS, pool, work); in process()
|
/frameworks/av/media/codec2/components/aac/ |
D | C2SoftAacEnc.cpp | 637 case DRAIN_COMPONENT_NO_EOS: in drain()
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcDec.cpp | 892 drainInternal(DRAIN_COMPONENT_NO_EOS, pool, work); in process()
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcDec.cpp | 883 drainInternal(DRAIN_COMPONENT_NO_EOS, pool, work); in process()
|
/frameworks/av/media/codec2/hidl/plugin/ |
D | FilterWrapper.cpp | 543 case DRAIN_COMPONENT_NO_EOS: in drain_nb()
|