Searched refs:ENCODE_BUFFER_TOO_SMALL (Results 1 – 6 of 6) sorted by relevance
527 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()
91 return ENCODE_BUFFER_TOO_SMALL; in outputConfigData()
42 ENCODE_BUFFER_TOO_SMALL = 3, // The buffer passed to encode is too small to contain encoded data enumerator
910 return ENCODE_BUFFER_TOO_SMALL; in outputAllData()
138 if (ret == ENCODE_BUFFER_TOO_SMALL) { in ProcessorProcess()
502 } else if (ret == ENCODE_BUFFER_TOO_SMALL) { in ProcessDataRetrieve()