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

  /external/grpc-grpc/test/http2_test/
test_data_frame_padding.py 30 def __init__(self, use_padding=True):
42 if use_padding:
http2_test_server.py 67 return t(use_padding=False).get_base_server()
  /external/flac/include/FLAC/
metadata.h 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
    [all...]
  /external/flac/libFLAC/
metadata_iterators.c 656 FLAC_API FLAC__bool FLAC__metadata_simple_iterator_set_block(FLAC__Metadata_SimpleIterator *iterator, FLAC__StreamMetadata *block, FLAC__bool use_padding)
682 if(use_padding && iterator->length >= FLAC__STREAM_METADATA_HEADER_LENGTH + block->length) {
698 if(use_padding) {
701 use_padding = false;
711 use_padding = false;
719 use_padding = false;
730 if(use_padding) {
754 FLAC_API FLAC__bool FLAC__metadata_simple_iterator_insert_block_after(FLAC__Metadata_SimpleIterator *iterator, FLAC__StreamMetadata *block, FLAC__bool use_padding)
778 if(use_padding) {
781 use_padding = false
    [all...]

Completed in 471 milliseconds