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

  /external/deqp/framework/delibs/destream/
deIOStream.h 65 deIOStreamFlushFunc flushFunc;
117 DE_ASSERT(stream->vfTable->flushFunc);
119 return stream->vfTable->flushFunc(stream->streamData);
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.h 154 typedef uint32_t (*FlushFunc)(void *);
161 FlushFunc mParserFlush;
VideoDecoderBase.cpp 110 mParserFlush = (FlushFunc)dlsym(mLibHandle, "vbp_flush");
    [all...]

Completed in 1103 milliseconds