Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A DTsMuxer.c304 mpegts_write_section(s, &ts->pat, TID_PAT, ts->tsid, data, q - pat_start); in mpegts_write_pat()
617 ctx->pat.pid = PID_PAT; in tsmux_open()
618 ctx->pat.cc = 0; in tsmux_open()
H A DTsMuxer.h119 MpegTSSection pat; member
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c780 static int match(const char *sym, const char * const pat[]) in match() argument
783 while (*pat) { in match()
784 p = *pat++; in match()