Searched refs:seen_seq (Results 1 – 1 of 1) sorted by relevance
3125 gboolean seen_seq = FALSE; in mpeg_video_stream_type_find() local3148 seen_seq = TRUE; in mpeg_video_stream_type_find()3183 if (found > 0 || seen_seq) { in mpeg_video_stream_type_find()3186 GST_LOG ("Found %d pictures, seq:%d, gop:%d", found, seen_seq, seen_gop); in mpeg_video_stream_type_find()3188 if (found >= GST_MPEGVID_TYPEFIND_TRY_PICTURES && seen_seq && seen_gop) in mpeg_video_stream_type_find()3190 else if (found >= GST_MPEGVID_TYPEFIND_TRY_PICTURES && seen_seq) in mpeg_video_stream_type_find()3196 else if (seen_seq && seen_gop && found > 2) in mpeg_video_stream_type_find()3200 else if (seen_seq && found > 0) in mpeg_video_stream_type_find()3210 else if (seen_seq) in mpeg_video_stream_type_find()3215 else if (seen_seq) in mpeg_video_stream_type_find()