Home
last modified time | relevance | path

Searched refs:ra_entries (Results 1 – 3 of 3) sorted by relevance

/third_party/e2fsprogs/e2fsck/
Dpass2.c88 unsigned long long ra_entries; member
179 cd.ra_entries = ctx->readahead_kb * 1024 / ctx->fs->blocksize; in e2fsck_pass2()
188 check_dir_func = cd.ra_entries ? check_dir_block2 : check_dir_block; in e2fsck_pass2()
1021 if (cd->ra_entries && cd->list_offset >= cd->next_ra_off) { in check_dir_block2()
1025 cd->list_offset + cd->ra_entries / 8, in check_dir_block2()
1026 cd->ra_entries); in check_dir_block2()
1028 cd->ra_entries = 0; in check_dir_block2()
1029 cd->next_ra_off = cd->list_offset + (cd->ra_entries * 7 / 8); in check_dir_block2()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.h467 QtDemuxRandomAccessEntry *ra_entries; member
Dqtdemux.c2545 g_free (stream->ra_entries); in gst_qtdemux_stream_flush_samples_data()
2546 stream->ra_entries = NULL; in gst_qtdemux_stream_flush_samples_data()
4348 g_free (stream->ra_entries); in qtdemux_parse_tfra()
4349 stream->ra_entries = g_new (QtDemuxRandomAccessEntry, num_entries); in qtdemux_parse_tfra()
4364 stream->ra_entries[i].ts = time; in qtdemux_parse_tfra()
4365 stream->ra_entries[i].moof_offset = moof_offset; in qtdemux_parse_tfra()
6268 QtDemuxRandomAccessEntry *entries = stream->ra_entries; in gst_qtdemux_stream_seek_fragment()
6308 if (stream->ra_entries == NULL) in gst_qtdemux_do_fragmented_seek()