Searched refs:lxf (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dlxfdec.c114 LXFDemuxContext *lxf = s->priv_data; local
151 lxf->packet_type = bytestream_get_le32(&p);
154 lxf->extended_size = 0;
155 switch (lxf->packet_type) {
158 lxf->video_format = bytestream_get_le32(&p);
222 lxf->extended_size = bytestream_get_le32(&p);
231 LXFDemuxContext *lxf = s->priv_data; local
277 if ((lxf->channels = 1 << (disk_params >> 4 & 3) + 1)) {
283 st->codec->channels = lxf->channels;
288 avio_skip(s->pb, lxf
295 LXFDemuxContext *lxf = s->priv_data; local
[all...]
H A Dallformats.c168 REGISTER_DEMUXER (LXF, lxf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dlxfdec.c201 LXFDemuxContext *lxf = s->priv_data; local
246 if ((lxf->channels = (disk_params >> 2) & 0xF)) {
252 st->codec->channels = lxf->channels;
266 * De-planerize the PCM data in lxf->temp
272 static void deplanarize(LXFDemuxContext *lxf, AVStream *ast, uint8_t *out, int bytes) argument
276 for (z = i = 0; z < lxf->channels; z++)
277 for (y = 0; y < bytes / bytes_per_sample / lxf->channels; y++)
279 out[x + bytes_per_sample*(z + y*lxf->channels)] = lxf->temp[i];
284 LXFDemuxContext *lxf local
[all...]
H A Dallformats.c120 REGISTER_DEMUXER (LXF, lxf);

Completed in 77 milliseconds