Home
last modified time | relevance | path

Searched refs:pcr_h (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmpegts.c2761 int64_t pcr_h; in handle_packet() local
2763 if (parse_pcr(&pcr_h, &pcr_l, packet) == 0) in handle_packet()
2764 tss->last_pcr = pcr_h * 300 + pcr_l; in handle_packet()
3087 int64_t pcrs[2], pcr_h; in mpegts_read_header() local
3111 parse_pcr(&pcr_h, &pcr_l, data) == 0) { in mpegts_read_header()
3115 pcrs[nb_pcrs] = pcr_h * 300 + pcr_l; in mpegts_read_header()
3155 int64_t pcr_h, next_pcr_h, pos; in mpegts_raw_read_packet() local
3172 if (parse_pcr(&pcr_h, &pcr_l, pkt->data) == 0) { in mpegts_raw_read_packet()
3181 ((next_pcr_h - pcr_h) * 300 + (next_pcr_l - pcr_l)) / in mpegts_raw_read_packet()
3188 ts->cur_pcr = pcr_h * 300 + pcr_l; in mpegts_raw_read_packet()
/third_party/uboot/u-boot-2020.01/arch/m68k/include/asm/
Dimmap_5441x.h185 u16 pcr_h; /* 0x3E */ member
/third_party/uboot/u-boot-2020.01/arch/m68k/cpu/mcf5445x/
Dcpu_init.c191 out_be16(&gpio->pcr_h, 0xF000); in cpu_init_f()