Lines Matching refs:pBytes
47 byte[] pBytes ) in WriteBytesToStream() argument
69 xOutput.writeBytes( pBytes ); in WriteBytesToStream()
101 if ( nSize != pBytes.length ) in WriteBytesToStream()
130 byte[] pBytes ) in WriteBytesToSubstream() argument
150 return WriteBytesToStream( xSubStream, sStreamName, sMediaType, bCompressed, pBytes ); in WriteBytesToSubstream()
157 byte[] pBytes, in WriteBytesToEncrSubstream() argument
178 return WriteBytesToStream( xSubStream, sStreamName, sMediaType, bCompressed, pBytes ); in WriteBytesToEncrSubstream()
185 byte[] pBytes, in WBToSubstrOfEncr() argument
225 return WriteBytesToStream( xSubStream, sStreamName, sMediaType, bCompressed, pBytes ); in WBToSubstrOfEncr()
379 byte[] pBytes ) in InternalCheckStream() argument
394 xInput.readBytes( pContents, pBytes.length + 1 ); in InternalCheckStream()
409 if ( pBytes.length != pContents[0].length ) in InternalCheckStream()
411 …+ sName + "' contains wrong amount of data! (" + pContents[0].length + "/" + pBytes.length + ")" ); in InternalCheckStream()
416 for ( int ind = 0; ind < pBytes.length; ind++ ) in InternalCheckStream()
418 if ( pBytes[ind] != pContents[0][ind] ) in InternalCheckStream()
447 if ( nPropSize != pBytes.length ) in InternalCheckStream()
469 byte[] pBytes ) in checkStream() argument
489 return InternalCheckStream( xSubStream, sName, sMediaType, pBytes ); in checkStream()
495 byte[] pBytes, in checkEncrStream() argument
554 return InternalCheckStream( xSubStream, sName, sMediaType, pBytes ); in checkEncrStream()