Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/inc/
H A Dmpp_dec_impl.h215 } MppPktTs; typedef
224 MppPktTs ts_cur;
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_dec_normal.cpp29 MppPktTs *ts1, *ts2; in ts_cmp()
32 ts1 = container_of(a, MppPktTs, link); in ts_cmp()
33 ts2 = container_of(b, MppPktTs, link); in ts_cmp()
206 MppPktTs *ts, *pos; in reset_parser_thread()
209 list_for_each_entry_safe(ts, pos, &dec->ts_link, MppPktTs, link) { in reset_parser_thread()
627 MppPktTs *pkt_ts = (MppPktTs *)mpp_mem_pool_get(dec->ts_pool); in try_proc_dec_task()
H A Dmpp_dec.cpp297 MppPktTs *pkt_ts; in mpp_dec_put_frame()
300 pkt_ts = list_first_entry_or_null(&dec->ts_link, MppPktTs, link); in mpp_dec_put_frame()
753 p->ts_pool = mpp_mem_pool_init(sizeof(MppPktTs)); in mpp_dec_init()