Lines Matching refs:sti
422 FFStream *const sti = ffstream(st);
446 } else if (sti->nb_index_entries) {
447 if (caf->packet_cnt < sti->nb_index_entries - 1) {
448 pkt_size = sti->index_entries[caf->packet_cnt + 1].pos - sti->index_entries[caf->packet_cnt].pos;
449 pkt_frames = sti->index_entries[caf->packet_cnt + 1].timestamp - sti->index_entries[caf->packet_cnt].timestamp;
450 } else if (caf->packet_cnt == sti->nb_index_entries - 1) {
451 pkt_size = caf->num_bytes - sti->index_entries[caf->packet_cnt].pos;
452 pkt_frames = st->duration - sti->index_entries[caf->packet_cnt].timestamp;
479 FFStream *const sti = ffstream(st);
492 } else if (sti->nb_index_entries) {
494 frame_cnt = sti->index_entries[packet_cnt].timestamp;
495 pos = sti->index_entries[packet_cnt].pos;