Searched refs:DISC_STREAMSEEK (Results 1 – 5 of 5) sorted by relevance
68 #define DISC_STREAMSEEK 3 macro
2431 (type != DISC_STREAMSEEK)) { in vdr_metronom_handle_audio_discontinuity()2438 if ((type != DISC_STREAMSEEK) || (disc_off != VDR_DISC_START)) { in vdr_metronom_handle_audio_discontinuity()2456 relay_type = DISC_STREAMSEEK; in vdr_metronom_handle_audio_discontinuity()2505 (type != DISC_STREAMSEEK)) { in vdr_metronom_handle_video_discontinuity()2512 if ((type != DISC_STREAMSEEK) || (disc_off != VDR_DISC_START)) { in vdr_metronom_handle_video_discontinuity()2530 relay_type = DISC_STREAMSEEK; in vdr_metronom_handle_video_discontinuity()
390 t = (buf->decoder_flags & BUF_FLAG_SEEK) ? DISC_STREAMSEEK : DISC_ABSOLUTE; in audio_decoder_loop()
515 t = (buf->decoder_flags & BUF_FLAG_SEEK) ? DISC_STREAMSEEK : DISC_ABSOLUTE; in video_decoder_loop()
639 case DISC_STREAMSEEK: in metronom_handle_discontinuity()