Lines Matching refs:bCompressed

50 										boolean bCompressed,  in WriteBytesToStream()  argument
93 xPropSet.setPropertyValue( "Compressed", new Boolean( bCompressed ) ); in WriteBytesToStream()
217 boolean bCompressed, in WriteBytesToSubstream() argument
238 if ( !WriteBytesToStream( xSubStream, sStreamName, sMediaType, bCompressed, pBytes ) ) in WriteBytesToSubstream()
251 boolean bCompressed, in WriteBytesToEncrSubstream() argument
273 if ( !WriteBytesToStream( xSubStream, sStreamName, sMediaType, bCompressed, pBytes ) ) in WriteBytesToEncrSubstream()
286 boolean bCompressed, in WBToSubstrOfEncr() argument
327 if ( !WriteBytesToStream( xSubStream, sStreamName, sMediaType, bCompressed, pBytes ) ) in WBToSubstrOfEncr()
340 boolean bCompressed, in WriteBytesToStreamH() argument
370 if ( !WriteBytesToStream( xSubStream, sStreamPath, sMediaType, bCompressed, pBytes ) ) in WriteBytesToStreamH()
402 boolean bCompressed, in WriteBytesToEncrStreamH() argument
435 if ( !WriteBytesToStream( xSubStream, sStreamPath, sMediaType, bCompressed, pBytes ) ) in WriteBytesToEncrStreamH()
467 boolean bCompressed, in WBToSubstrOfEncrH() argument
517 if ( !WriteBytesToStream( xSubStream, sStreamPath, sMediaType, bCompressed, pBytes ) ) in WBToSubstrOfEncrH()
771 boolean bCompressed, in InternalCheckStream() argument
848 if ( bCheckCompressed && bPropCompress != bCompressed ) in InternalCheckStream()
870 boolean bCompressed, in checkStream() argument
891 boolean bResult = InternalCheckStream( xSubStream, sName, sMediaType, bCompressed, pBytes, true ); in checkStream()
971 boolean bCompressed, in checkStreamH() argument
1000 boolean bResult = InternalCheckStream( xSubStream, sPath, sMediaType, bCompressed, pBytes, true ); in checkStreamH()