Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh2645_parse.c40 nal->skipped_bytes = 0; in ff_h2645_extract_rbsp()
111 nal->skipped_bytes++; in ff_h2645_extract_rbsp()
112 if (nal->skipped_bytes_pos_size < nal->skipped_bytes) { in ff_h2645_extract_rbsp()
114 av_assert0(nal->skipped_bytes_pos_size >= nal->skipped_bytes); in ff_h2645_extract_rbsp()
124 nal->skipped_bytes_pos[nal->skipped_bytes-1] = di - 1; in ff_h2645_extract_rbsp()
H A Dh2645_parse.h69 int skipped_bytes; member
H A Dhevcdec.c2674 for (j = 0, cmpt = 0, startheader = offset + s->sh.entry_point_offset[0]; j < nal->skipped_bytes; j++) { in hls_slice_data_wpp()
2684 + s->sh.entry_point_offset[i]; j < nal->skipped_bytes; j++) { in hls_slice_data_wpp()
/third_party/cJSON/
H A DcJSON.c1032 size_t skipped_bytes = 0; in parse_string() local
1043 skipped_bytes++; in parse_string()
1054 allocation_length = (size_t) (input_end - buffer_at_offset(input_buffer)) - skipped_bytes; in parse_string()

Completed in 11 milliseconds