Home
last modified time | relevance | path

Searched refs:last_pts (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp9/
H A Dvp9d_codec.h51 RK_S64 last_pts; member
/OK3568_Linux_fs/kernel/drivers/media/usb/gspca/
H A Dov534_9.c40 __u32 last_pts; member
1667 if (this_pts != sd->last_pts || this_fid != sd->last_fid) { in sd_pkt_scan()
1671 sd->last_pts = this_pts; in sd_pkt_scan()
1677 sd->last_pts = 0; in sd_pkt_scan()
H A Dov534.c70 __u32 last_pts; member
1495 if (this_pts != sd->last_pts || this_fid != sd->last_fid) { in sd_pkt_scan()
1499 sd->last_pts = this_pts; in sd_pkt_scan()
1505 sd->last_pts = 0; in sd_pkt_scan()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_codec.h67 RK_S64 last_pts; member
H A Dh265d_parser.c240 s->last_pts = s->pts; in h265d_split_frame()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_codec.h77 RK_S64 last_pts; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c448 p_Cur->last_pts = p_Cur->curr_pts; in judge_is_new_frame()
692 p_Cur->last_pts = p_Cur->p_Inp->in_pts; in parse_prepare_fast()
869 p_Cur->last_pts = p_Inp->in_pts; in parse_prepare_avcC_data()
876 p_Cur->last_pts = p_Inp->in_pts; in parse_prepare_avcC_data()
H A Dh264d_api.c426 p_Dec->p_Cur->last_pts = 0; in h264d_reset()
H A Dh264d_global.h958 RK_S64 last_pts; member
H A Dh264d_init.c471 impl->pts = p_Vid->p_Cur->last_pts; in dpb_mark_malloc()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/mpg4/
H A Dmpg4d_parser.c195 RK_S64 last_pts; member
1509 if (p->pts != p->last_pts) in mpp_mpg4_parser_update_dpb()
1510 p->pts_inc = p->pts - p->last_pts; in mpp_mpg4_parser_update_dpb()
1552 p->last_pts = p->pts; in mpp_mpg4_parser_update_dpb()