Home
last modified time | relevance | path

Searched refs:ENCODE_BUFFERFLAG_ENDOFSTREAM (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderAVC.cpp493 outBuf.flag |= ENCODE_BUFFERFLAG_ENDOFSTREAM; in ProcessDataRetrieve()
526 if (outBuf.flag & ENCODE_BUFFERFLAG_ENDOFSTREAM) in ProcessDataRetrieve()
619 inBuf.flag |= ENCODE_BUFFERFLAG_ENDOFSTREAM; in ProcessorProcess()
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderDef.h143 #define ENCODE_BUFFERFLAG_ENDOFSTREAM 0x00000080 macro