Lines Matching refs:use_padding
572 * Existing block is longer than new block: if use_padding is \c true,
579 * exact size. If use_padding is \c false, the entire file will be
582 * Existing block is shorter than new block: if use_padding is \c true,
586 * block, or it will shrink to less than 4 bytes, or use_padding is
596 * \param use_padding See above.
605 FLAC_API FLAC__bool FLAC__metadata_simple_iterator_set_block(FLAC__Metadata_SimpleIterator *iterator, FLAC__StreamMetadata *block, FLAC__bool use_padding);
609 * a block after the existing block. \a use_padding is again used to
621 * \param use_padding See above.
630 FLAC_API FLAC__bool FLAC__metadata_simple_iterator_insert_block_after(FLAC__Metadata_SimpleIterator *iterator, FLAC__StreamMetadata *block, FLAC__bool use_padding);
633 * entire FLAC file to be rewritten, unless \a use_padding is \c true,
641 * \param use_padding See above.
649 FLAC_API FLAC__bool FLAC__metadata_simple_iterator_delete_block(FLAC__Metadata_SimpleIterator *iterator, FLAC__bool use_padding);
913 * \param use_padding
915 * during the write. The value of \a use_padding given
925 FLAC_API FLAC__bool FLAC__metadata_chain_check_if_tempfile_needed(FLAC__Metadata_Chain *chain, FLAC__bool use_padding);
935 * \a use_padding is \c true, and the last block is a PADDING block of
946 * \a use_padding is \c true, and the final block is a PADDING block, the padding
948 * \a use_padding is \c true and the last block is not a PADDING block, a new
953 * \a use_padding is \c false, the entire FLAC file is rewritten.
963 * \param use_padding See above.
971 FLAC_API FLAC__bool FLAC__metadata_chain_write(FLAC__Metadata_Chain *chain, FLAC__bool use_padding, FLAC__bool preserve_file_stats);
989 * \param use_padding See FLAC__metadata_chain_write()
1001 FLAC_API FLAC__bool FLAC__metadata_chain_write_with_callbacks(FLAC__Metadata_Chain *chain, FLAC__bool use_padding, FLAC__IOHandle handle, FLAC__IOCallbacks callbacks);
1033 * \param use_padding See FLAC__metadata_chain_write()
1052 FLAC_API FLAC__bool FLAC__metadata_chain_write_with_callbacks_and_tempfile(FLAC__Metadata_Chain *chain, FLAC__bool use_padding, FLAC__IOHandle handle, FLAC__IOCallbacks callbacks, FLAC__IOHandle temp_handle, FLAC__IOCallbacks temp_callbacks);