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

  /external/chromium_org/third_party/brotli/src/brotli/enc/
encode.h 53 const bool is_last,
encode.cc 144 bool is_last,
147 WriteBits(1, is_last, storage_ix, storage);
148 if (is_last) {
166 if (!is_last) {
795 const bool is_last,
802 EncodeMetaBlockLength(length, is_last, false, storage_ix, storage);
940 const bool is_last,
1040 bool is_last = false; local
    [all...]
  /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/chromium_org/chrome/common/extensions/docs/server2/
manifest_data_source.py 75 The last item in a list has 'is_last' set to True.
99 features[-1]['is_last'] = True
  /external/flac/include/FLAC/
format.h 837 FLAC__bool is_last; member in struct:__anon25298
    [all...]
  /external/fio/
stat.c 129 int is_last; local
152 is_last = 0;
153 for (i = 0; i < FIO_IO_U_PLAT_NR && !is_last; i++) {
169 is_last = (j == len - 1);
170 if (is_last)
189 int is_last, per_line, scale_down; local
219 is_last = (j == len - 1);
229 log_info(" %sth=[%5u]%c", fbuf, ovals[j], is_last ? '\n' : ',');
231 if (is_last)
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
indentation.py 254 is_last = self._IsLastCodeInLine(token)
255 if is_last:
  /external/chromium_org/third_party/closure_linter/closure_linter/
indentation.py 254 is_last = self._IsLastCodeInLine(token)
255 if is_last:
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodeframe.c 759 // based on 'is_last'.
761 int is_last,
768 if (!is_last) {
803 const int is_last = (r == tile_rows - 1) && (c == tile_cols - 1); local
806 get_tile_buffer(data_end, is_last, &pbi->common.error, &data,
    [all...]
  /external/mksh/src/
histrap.c 1219 runtrap(Trap *p, bool is_last)
1271 if (is_last && trap_exstat != -1) {
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 749 // based on 'is_last'.
751 int is_last,
756 if (!is_last) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c 751 // based on 'is_last'.
753 int is_last,
758 if (!is_last) {
    [all...]

Completed in 1858 milliseconds