Home
last modified time | relevance | path

Searched defs:forInput (Results 1 – 2 of 2) sorted by relevance

/hardware/google/av/codec2/include/
DC2Param.h225 inline bool forInput() const { return (mIndex & DIR_MASK) == DIR_INPUT; } in forInput() function
386 inline bool forInput() const { return _mIndex.forInput(); } in forInput() function
/hardware/google/av/codec2/hidl/1.0/utils/
Dtypes.cpp1790 bool forInput) { in holdBufferQueueBlocks()