Lines Matching refs:avio_r8
152 buf[0] = c < 0 ? avio_r8(pb) : c; in get_pts()
171 v = avio_r8(pb); in find_next_start_code()
199 avio_r8(pb); in mpegps_psm_parse()
200 avio_r8(pb); in mpegps_psm_parse()
211 unsigned char type = avio_r8(pb); in mpegps_psm_parse()
212 unsigned char es_id = avio_r8(pb); in mpegps_psm_parse()
363 c = avio_r8(s->pb); in mpegps_read_pes_header()
371 avio_r8(s->pb); in mpegps_read_pes_header()
372 c = avio_r8(s->pb); in mpegps_read_pes_header()
385 flags = avio_r8(s->pb); in mpegps_read_pes_header()
386 header_len = avio_r8(s->pb); in mpegps_read_pes_header()
404 pes_ext = avio_r8(s->pb); in mpegps_read_pes_header()
418 ext2_len = avio_r8(s->pb); in mpegps_read_pes_header()
421 id_ext = avio_r8(s->pb); in mpegps_read_pes_header()
441 startcode = avio_r8(s->pb); in mpegps_read_pes_header()
444 if (avio_r8(s->pb) == 0x77) { in mpegps_read_pes_header()
502 avio_r8(s->pb); in mpegps_read_packet()