HomeSort by relevance Sort by last modified time
    Searched full:is_last (Results 1 - 8 of 8) sorted by null

  /external/flac/libFLAC/
metadata_iterators.c 91 static FLAC__bool read_metadata_block_header_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__bool *is_last, FLAC__MetadataType *type, unsigned *length);
356 FLAC__bool is_last; member in struct:FLAC__Metadata_SimpleIterator
534 if(iterator->is_last)
587 return iterator->is_last;
652 block->is_last = iterator->is_last;
694 block->is_last = iterator->is_last;
700 ret = write_metadata_block_stationary_with_padding_(iterator, block, iterator->length - FLAC__STREAM_METADATA_HEADER_LENGTH - block->length, block->is_last);
717 if(iterator->is_last) {
1208 FLAC__bool is_last; local
    [all...]
stream_decoder.c 111 static FLAC__bool read_metadata_streaminfo_(FLAC__StreamDecoder *decoder, FLAC__bool is_last, unsigned length);
112 static FLAC__bool read_metadata_seektable_(FLAC__StreamDecoder *decoder, FLAC__bool is_last, unsigned length);
1435 FLAC__bool is_last; local
    [all...]
metadata_object.c 442 object->is_last = false;
531 to->is_last = object->is_last;
877 if(block1->is_last != block2->is_last) {
    [all...]
stream_encoder_framing.c 55 if(!FLAC__bitwriter_write_raw_uint32(bw, metadata->is_last, FLAC__STREAM_METADATA_IS_LAST_LEN))
stream_encoder.c     [all...]
  /external/flac/include/FLAC/
format.h 837 FLAC__bool is_last; member in struct:__anon5579
    [all...]
metadata.h 283 * Do not modify the \a is_last, \a length, or \a type fields of returned
697 * Do not modify the is_last, length, or type fields of returned
    [all...]
stream_encoder.h     [all...]

Completed in 956 milliseconds