Searched refs:drainInternal (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/ |
D | C2GoldfishHevcDec.cpp | 941 drainInternal(DRAIN_COMPONENT_NO_EOS, pool, work); in process() 1011 drainInternal(DRAIN_COMPONENT_WITH_EOS, pool, work); in process() 1022 C2GoldfishHevcDec::drainInternal(uint32_t drainMode, in drainInternal() function in android::C2GoldfishHevcDec 1082 return drainInternal(drainMode, pool, nullptr); in drain()
|
D | C2GoldfishHevcDec.h | 75 c2_status_t drainInternal(uint32_t drainMode,
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/ |
D | C2GoldfishAvcDec.cpp | 988 drainInternal(DRAIN_COMPONENT_NO_EOS, pool, work); in process() 1059 drainInternal(DRAIN_COMPONENT_WITH_EOS, pool, work); in process() 1070 C2GoldfishAvcDec::drainInternal(uint32_t drainMode, in drainInternal() function in android::C2GoldfishAvcDec 1130 return drainInternal(drainMode, pool, nullptr); in drain()
|
D | C2GoldfishAvcDec.h | 75 c2_status_t drainInternal(uint32_t drainMode,
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/ |
D | C2GoldfishVpxDec.h | 106 c2_status_t drainInternal(uint32_t drainMode,
|
D | C2GoldfishVpxDec.cpp | 848 drainInternal(DRAIN_COMPONENT_WITH_EOS, pool, work); in process() 1028 C2GoldfishVpxDec::drainInternal(uint32_t drainMode, in drainInternal() function in android::C2GoldfishVpxDec 1052 return drainInternal(drainMode, pool, nullptr); in drain()
|