Lines Matching defs:pd
38 static void probe(AVProbeData *pd, int type, int p, int size)
52 score = fmt->read_probe(pd);
97 AVProbeData pd = { 0 };
131 pd.buf = NULL;
133 pd.buf_size = size;
134 pd.buf = av_realloc(pd.buf, size + AVPROBE_PADDING_SIZE);
135 pd.filename = "";
137 if (!pd.buf) {
142 memset(pd.buf, 0, size + AVPROBE_PADDING_SIZE);
150 init_put_bits(&pb, pd.buf, size);
190 pd.buf[i] = c;
194 probe(&pd, type, p, size);