HomeSort by relevance Sort by last modified time
    Searched refs:commentBytes (Results 1 - 3 of 3) sorted by null

  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
ZipUtil.java 234 final byte[] commentBytes) {
244 if (commentBytes != null && commentBytes.length > 0) {
248 getUnicodeStringIfOriginalMatches(cmt, commentBytes);
  /external/aac/libMpegTPEnc/src/
tpenc_asc.cpp 545 INT commentBytes =
555 FDKwriteBits(hBs, commentBytes, 8); /* comment size. */
    [all...]
  /external/aac/libMpegTPDec/src/
tpdec_asc.cpp 272 int commentBytes;
336 commentBytes = pPce->CommentFieldBytes;
339 err = CProgramConfig_ReadHeightExt(pPce, bs, &commentBytes, alignmentAnchor);
341 for (i = 0; i < commentBytes; i++) {
    [all...]

Completed in 653 milliseconds