Home
last modified time | relevance | path

Searched refs:thread_parser (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_dec_normal.cpp676 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()
H A Dmpp_dec.cpp880 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()
/OK3568_Linux_fs/external/mpp/mpp/codec/inc/
H A Dmpp_dec_impl.h77 MppThread *thread_parser; member