Lines Matching +full:frame +full:- +full:buffer
5 * This source code is licensed under both the BSD-style license (found in the
8 * You may select, at your option, one of the above-listed licenses.
26 case PREFIX(prefix_unknown): return "Unknown frame descriptor"; in ERR_getErrorString()
28 case PREFIX(frameParameter_unsupported): return "Unsupported frame parameter"; in ERR_getErrorString()
29 … case PREFIX(frameParameter_windowTooLarge): return "Frame requires too much memory for decoding"; in ERR_getErrorString()
36 case PREFIX(workSpace_tooSmall): return "workSpace buffer is not large enough"; in ERR_getErrorString()
44 case PREFIX(dstSize_tooSmall): return "Destination buffer is too small"; in ERR_getErrorString()
46 case PREFIX(dstBuffer_null): return "Operation on NULL destination buffer"; in ERR_getErrorString()
48 case PREFIX(frameIndex_tooLarge): return "Frame index is too large"; in ERR_getErrorString()
50 case PREFIX(dstBuffer_wrong): return "Destination buffer is wrong"; in ERR_getErrorString()
51 case PREFIX(srcBuffer_wrong): return "Source buffer is wrong"; in ERR_getErrorString()