Searched refs:desc_end (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | mpegts.c | 1788 const uint8_t *desc_end; in ff_parse_mpeg2_descriptor() local 1799 desc_end = *pp + desc_len; in ff_parse_mpeg2_descriptor() 1800 if (desc_end > desc_list_end) in ff_parse_mpeg2_descriptor() 1811 if (get8(pp, desc_end) & 0x1) { in ff_parse_mpeg2_descriptor() 1816 desc_es_id = get16(pp, desc_end); in ff_parse_mpeg2_descriptor() 1839 if (get16(pp, desc_end) < 0) in ff_parse_mpeg2_descriptor() 1883 language[i * 4 + 0] = get8(pp, desc_end); in ff_parse_mpeg2_descriptor() 1884 language[i * 4 + 1] = get8(pp, desc_end); in ff_parse_mpeg2_descriptor() 1885 language[i * 4 + 2] = get8(pp, desc_end); in ff_parse_mpeg2_descriptor() 1934 language[i * 4 + 0] = get8(pp, desc_end); in ff_parse_mpeg2_descriptor() [all …]
|
D | matroskadec.c | 4107 CueDesc desc_end = desc_beg; in webm_dash_manifest_compute_bandwidth() local 4111 while (desc_end.start_time_ns != -1 && desc_end.end_time_ns < prebuffered_ns) { in webm_dash_manifest_compute_bandwidth() 4113 prebuffer_bytes += desc_end.end_offset - desc_end.start_offset; in webm_dash_manifest_compute_bandwidth() 4114 temp_prebuffer_ns -= desc_end.end_time_ns - desc_end.start_time_ns; in webm_dash_manifest_compute_bandwidth() 4115 desc_end = get_cue_desc(s, desc_end.end_time_ns, cues_start); in webm_dash_manifest_compute_bandwidth() 4117 if (desc_end.start_time_ns == -1) { in webm_dash_manifest_compute_bandwidth() 4125 pre_bytes = desc_end.end_offset - desc_end.start_offset; in webm_dash_manifest_compute_bandwidth() 4126 pre_ns = desc_end.end_time_ns - desc_end.start_time_ns; in webm_dash_manifest_compute_bandwidth() 4136 int64_t desc_bytes = desc_end.end_offset - desc_beg.start_offset; in webm_dash_manifest_compute_bandwidth() 4137 int64_t desc_ns = desc_end.end_time_ns - desc_beg.start_time_ns; in webm_dash_manifest_compute_bandwidth() [all …]
|
/third_party/libunwind/src/ia64/ |
D | Gparser.c | 961 uint8_t *dp, *desc_end; in create_state_record_for() local 993 desc_end = dp + c->pi.unwind_info_size; in create_state_record_for() 994 while (!sr->done && dp < desc_end) in create_state_record_for()
|