Searched refs:got_fmt (Results 1 – 3 of 3) sorted by relevance
353 int ret, got_fmt = 0, got_xma2 = 0; in wav_read_header() local421 if (!got_xma2 && !got_fmt && (ret = wav_parse_fmt_tag(s, size, &st)) < 0) { in wav_read_header()423 } else if (got_fmt) in wav_read_header()426 got_fmt = 1; in wav_read_header()430 if (!got_fmt && !got_xma2 && (ret = wav_parse_xma2_tag(s, size, &st)) < 0) { in wav_read_header()438 if (!(pb->seekable & AVIO_SEEKABLE_NORMAL) && !got_fmt && !got_xma2) { in wav_read_header()473 if (!got_fmt) { in wav_read_header()565 if (size >= 4 && got_fmt && st->codecpar->sample_rate > 0) { in wav_read_header()595 if (!got_fmt && !got_xma2) { in wav_read_header()
113 gboolean got_fmt; member
236 wav->got_fmt = FALSE; in gst_wavparse_reset()1113 while (!wav->got_fmt) { in gst_wavparse_stream_headers()1251 wav->got_fmt = TRUE; in gst_wavparse_stream_headers()2353 if (!wav->got_fmt || wav->datastart == 0) in gst_wavparse_chain()