Lines Matching refs:index_entry
1425 frag_stream_info[i].index_entry = -1;
1454 if (frag_stream_info && frag_stream_info->index_entry >= 0)
1455 frag_stream_info->index_entry += entries;
5194 // Find the next frag_index index that has a valid index_entry for
5197 // A valid index_entry means the trun for the fragment was read
5199 // New index entries will be inserted before the index_entry found.
5203 if (frag_stream_info && frag_stream_info->index_entry >= 0) {
5205 index_entry_pos = frag_stream_info->index_entry;
5320 // Record the index_entry position in frag_index of this fragment
5322 frag_stream_info->index_entry = index_entry_pos;
5439 // the index_entry recorded for all subsequent moof must
7402 if (!current_index && frag_stream_info->index_entry)
7403 sc->cenc.frag_index_entry_base = frag_stream_info->index_entry;
7404 encrypted_index = current_index - (frag_stream_info->index_entry - sc->cenc.frag_index_entry_base);