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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dflacdec.c60 int got_streaminfo; ///< indicates if the STREAMINFO has been read member in struct:FLACContext
116 s->got_streaminfo = 1;
176 s->got_streaminfo = 1;
423 if (s->channels && fi.channels != s->channels && s->got_streaminfo) {
470 if (!s->got_streaminfo) {
475 s->got_streaminfo = 1;
532 if (!s->got_streaminfo && (ret = parse_streaminfo(s, buf, buf_size))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dflacdec.c60 int got_streaminfo; ///< indicates if the STREAMINFO has been read member in struct:FLACContext
118 s->got_streaminfo = 1;
215 s->got_streaminfo = 1;
536 if (!s->got_streaminfo) {
538 s->got_streaminfo = 1;
585 if (!s->got_streaminfo && parse_streaminfo(s, buf, buf_size)) {

Completed in 95 milliseconds