Searched refs:commentBytes (Results 1 – 3 of 3) sorted by relevance
234 final byte[] commentBytes) { in setNameAndCommentFromExtraFields() argument244 if (commentBytes != null && commentBytes.length > 0) { in setNameAndCommentFromExtraFields()248 getUnicodeStringIfOriginalMatches(cmt, commentBytes); in setNameAndCommentFromExtraFields()
545 INT commentBytes = in transportEnc_writePCE() local555 FDKwriteBits(hBs, commentBytes, 8); /* comment size. */ in transportEnc_writePCE()
272 int commentBytes; in CProgramConfig_Read() local336 commentBytes = pPce->CommentFieldBytes; in CProgramConfig_Read()339 err = CProgramConfig_ReadHeightExt(pPce, bs, &commentBytes, alignmentAnchor); in CProgramConfig_Read()341 for (i = 0; i < commentBytes; i++) { in CProgramConfig_Read()