Home
last modified time | relevance | path

Searched refs:ENCODE_BUFFER_TOO_SMALL (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderAVC.cpp527 return ENCODE_BUFFER_TOO_SMALL; in outputCodecData()
573 return ENCODE_BUFFER_TOO_SMALL; in outputOneNALU()
638 return ENCODE_BUFFER_TOO_SMALL; in outputLengthPrefixed()
701 return ENCODE_BUFFER_TOO_SMALL; in outputNaluLengthsPrefixed()
DVideoEncoderMP4.cpp91 return ENCODE_BUFFER_TOO_SMALL; in outputConfigData()
DVideoEncoderDef.h42 ENCODE_BUFFER_TOO_SMALL = 3, // The buffer passed to encode is too small to contain encoded data enumerator
DVideoEncoderBase.cpp910 return ENCODE_BUFFER_TOO_SMALL; in outputAllData()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderMPEG4.cpp138 if (ret == ENCODE_BUFFER_TOO_SMALL) { in ProcessorProcess()
DOMXVideoEncoderAVC.cpp502 } else if (ret == ENCODE_BUFFER_TOO_SMALL) { in ProcessDataRetrieve()