Lines Matching defs:buf
88 if ((AV_RL32(&p->buf[0]) != RIFF_TAG) ||
89 (AV_RL32(&p->buf[8]) != FOURXMV_TAG))
96 FourxmDemuxContext *fourxm, uint8_t *buf, int size,
121 AV_WL32(st->codecpar->extradata, AV_RL32(buf + 16));
122 st->codecpar->width = AV_RL32(buf + 36);
123 st->codecpar->height = AV_RL32(buf + 40);
130 FourxmDemuxContext *fourxm, uint8_t *buf, int size,
139 track = AV_RL32(buf + 8);
156 fourxm->tracks[track].adpcm = AV_RL32(buf + 12);
157 fourxm->tracks[track].channels = AV_RL32(buf + 36);
158 fourxm->tracks[track].sample_rate = AV_RL32(buf + 40);
159 fourxm->tracks[track].bits = AV_RL32(buf + 44);