Lines Matching defs:number
36 * Probabilistically, this is a reasonable solution since the number of
38 * total 160-bit number space.
49 * audio frame. Therefore, the total number of bytes in an audio frame
97 unsigned int number, sample_rate;
133 number = AV_RL32(&p->buf[12]);
134 if (number > 2 || sample_rate && !number)
138 number = AV_RL32(&p->buf[16]);
139 if (number > 2 || sample_rate && !number)
307 /* skip the number of decoded bytes (always equal to width * height) */