Searched refs:thread_parser (Results 1 – 3 of 3) sorted by relevance
676 MppThread *parser = dec->thread_parser; in mpp_dec_parser_thread()896 MppThread *thd_dec = dec->thread_parser; in mpp_dec_advanced_thread()1090 dec->thread_parser = new MppThread(mpp_dec_parser_thread, in mpp_dec_start_normal()1092 dec->thread_parser->start(); in mpp_dec_start_normal()1098 dec->thread_parser = new MppThread(mpp_dec_advanced_thread, in mpp_dec_start_normal()1100 dec->thread_parser->start(); in mpp_dec_start_normal()1108 MppThread *parser = dec->thread_parser; in mpp_dec_reset_normal()1130 MppThread *thd_dec = dec->thread_parser; in mpp_dec_notify_normal()
880 if (dec->thread_parser) in mpp_dec_stop()881 dec->thread_parser->stop(); in mpp_dec_stop()886 if (dec->thread_parser) { in mpp_dec_stop()887 delete dec->thread_parser; in mpp_dec_stop()888 dec->thread_parser = NULL; in mpp_dec_stop()
77 MppThread *thread_parser; member