Home
last modified time | relevance | path

Searched refs:startheader (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhevcdec.c2637 int64_t startheader, cmpt = 0; in hls_slice_data_wpp() local
2674 for (j = 0, cmpt = 0, startheader = offset + s->sh.entry_point_offset[0]; j < nal->skipped_bytes; j++) { in hls_slice_data_wpp()
2675 if (nal->skipped_bytes_pos[j] >= offset && nal->skipped_bytes_pos[j] < startheader) { in hls_slice_data_wpp()
2676 startheader--; in hls_slice_data_wpp()
2683 for (j = 0, cmpt = 0, startheader = offset in hls_slice_data_wpp()
2685 if (nal->skipped_bytes_pos[j] >= offset && nal->skipped_bytes_pos[j] < startheader) { in hls_slice_data_wpp()
2686 startheader--; in hls_slice_data_wpp()

Completed in 6 milliseconds