Searched refs:rawPssh (Results 1 – 1 of 1) sorted by relevance
770 ByteBuffer rawPssh = ByteBuffer.allocate(boxSize); in makeCencPSSH() local771 rawPssh.putInt(boxSize); in makeCencPSSH()772 rawPssh.put(pssh_header); in makeCencPSSH()773 rawPssh.put(pssh_version); in makeCencPSSH()774 rawPssh.putLong(uuid.getMostSignificantBits()); in makeCencPSSH()775 rawPssh.putLong(uuid.getLeastSignificantBits()); in makeCencPSSH()776 rawPssh.put(bmffPsshData); in makeCencPSSH()777 rawPssh.putInt(dataSize); in makeCencPSSH()779 return rawPssh.array(); in makeCencPSSH()