Home
last modified time | relevance | path

Searched refs:ENC_RETURN_MEMOVERFLOWFOUND (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dwels_const.h168 ENC_RETURN_MEMOVERFLOWFOUND = 0x20, enumerator
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp415 …if ((kiEncoderReturn == ENC_RETURN_MEMALLOCERR) || (kiEncoderReturn == ENC_RETURN_MEMOVERFLOWFOUND) in EncodeFrameInternal()
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp3012 return ENC_RETURN_MEMOVERFLOWFOUND; in WritePadding()