Home
last modified time | relevance | path

Searched refs:skipped_bytes (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh2645_parse.c40 nal->skipped_bytes = 0; in ff_h2645_extract_rbsp()
112 nal->skipped_bytes++; in ff_h2645_extract_rbsp()
113 if (nal->skipped_bytes_pos_size < nal->skipped_bytes) { in ff_h2645_extract_rbsp()
115 av_assert0(nal->skipped_bytes_pos_size >= nal->skipped_bytes); in ff_h2645_extract_rbsp()
125 nal->skipped_bytes_pos[nal->skipped_bytes-1] = di - 1; in ff_h2645_extract_rbsp()
Dh2645_parse.h64 int skipped_bytes; member
Dhevcdec.c2651 …j = 0, cmpt = 0, startheader = offset + s->sh.entry_point_offset[0]; j < nal->skipped_bytes; j++) { in hls_slice_data_wpp()
2661 + s->sh.entry_point_offset[i]; j < nal->skipped_bytes; j++) { in hls_slice_data_wpp()
/third_party/cJSON/
DcJSON.c790 size_t skipped_bytes = 0; in parse_string() local
801 skipped_bytes++; in parse_string()
812 allocation_length = (size_t) (input_end - buffer_at_offset(input_buffer)) - skipped_bytes; in parse_string()