Searched refs:comm_chunk (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dvqf.c101 uint8_t comm_chunk[12]; local
132 avio_read(s->pb, comm_chunk, 12);
133 st->codec->channels = AV_RB32(comm_chunk ) + 1;
134 read_bitrate = AV_RB32(comm_chunk + 4);
135 rate_flag = AV_RB32(comm_chunk + 8);
228 memcpy(st->codec->extradata, comm_chunk, 12);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dvqf.c98 uint8_t comm_chunk[12]; local
129 avio_read(s->pb, comm_chunk, 12);
130 st->codec->channels = AV_RB32(comm_chunk ) + 1;
131 read_bitrate = AV_RB32(comm_chunk + 4);
132 rate_flag = AV_RB32(comm_chunk + 8);
210 memcpy(st->codec->extradata, comm_chunk, 12);

Completed in 58 milliseconds