Searched refs:first_sector (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/tools/ |
D | dvd2concat | 95 my $off = $cell->{first_sector}; 98 my $size = $cell->{last_sector} + 1 - $cell->{first_sector};
|
/third_party/ffmpeg/libavformat/ |
D | wtvdec.c | 151 static AVIOContext * wtvfile_open_sector(unsigned first_sector, uint64_t length, int depth, AVForma… in wtvfile_open_sector() argument 158 if (seek_by_sector(s->pb, first_sector, 0) < 0) in wtvfile_open_sector() 171 wf->sectors[0] = first_sector; in wtvfile_open_sector() 260 int dir_length, name_size, first_sector, depth; in wtvfile_open2() local 285 first_sector = AV_RL32(buf + 40 + name_size); in wtvfile_open2() 293 return wtvfile_open_sector(first_sector, file_length, depth, s); in wtvfile_open2()
|
D | wtvenc.c | 73 int first_sector; member 572 avio_wl32(pb, w->first_sector); in write_root_table() 770 …w->first_sector = write_fat_sector(s, start_pos, nb_sectors, sector_bits, w->depth) >> WTV_SECTOR_… in finish_file() 772 w->first_sector = start_pos >> WTV_SECTOR_BITS; in finish_file()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudiocdsrc.c | 1265 guint first_sector = 0, last_sector = 0; in gst_audio_cd_src_calculate_cddb_id() local 1279 first_sector = src->priv->tracks[i].start + CD_MSF_OFFSET; in gst_audio_cd_src_calculate_cddb_id() 1301 lba_to_msf (first_sector, NULL, NULL, NULL, &start_secs); in gst_audio_cd_src_calculate_cddb_id() 1307 first_sector, start_secs, start_secs / 60, start_secs % 60); in gst_audio_cd_src_calculate_cddb_id()
|
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | resindvdsrc.c | 2782 if (sector >= cell->first_sector && sector <= cell->last_sector) { in rsn_dvdsrc_get_sector_from_time_tmap() 2783 logical_sector += sector - cell->first_sector; in rsn_dvdsrc_get_sector_from_time_tmap() 2791 logical_sector += (cell->last_sector - cell->first_sector + 1); in rsn_dvdsrc_get_sector_from_time_tmap()
|