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()
376 int commentBytes; in CProgramConfig_Read() local475 commentBytes = pPce->CommentFieldBytes; in CProgramConfig_Read()478 if (CProgramConfig_ReadHeightExt(pPce, bs, &commentBytes, alignmentAnchor)) { in CProgramConfig_Read()488 for (i = 0; i < commentBytes; i++) { in CProgramConfig_Read()