Searched refs:kMaxCodecbufSize (Results 1 – 1 of 1) sorted by relevance
29 const int kMaxCodecbufSize = (1 << 16); // Java spec support a max name length of 64K. variable57 …et_cast<char *>(malloc((maxLen <= kLocalCodebufSize) ? multi * maxLen : multi * kMaxCodecbufSize)); in AllocCodecBuf()99 nameLen = nameLen > kMaxCodecbufSize ? kMaxCodecbufSize : nameLen; in EncodeName()