| /rockchip-linux_mpp/mpp/codec/dec/vp9/ |
| H A D | vp9d_api.c | 137 RK_S64 pts = -1; in vp9d_prepare() local 147 pts = mpp_packet_get_pts(pkt); in vp9d_prepare() 157 vp9d_dbg(VP9D_DBG_STRMIN, "pkt_len=%d, pts=%lld\n", length, pts); in vp9d_prepare() 162 mpp_packet_set_pts(vp9_ctx->pkt, pts); in vp9d_prepare() 170 (void)pts; in vp9d_prepare()
|
| H A D | vp9d_codec.h | 28 RK_S64 pts; member 42 RK_S64 pts; /* pts of the current frame */ member
|
| /rockchip-linux_mpp/mpp/codec/dec/av1/ |
| H A D | av1d_api.c | 145 RK_S64 pts = -1; in av1d_prepare() local 159 pts = mpp_packet_get_pts(pkt); in av1d_prepare() 201 length, pts, out_size, consumed, av1_ctx->new_frame, av1_ctx->eos); in av1d_prepare() 205 mpp_packet_set_pts(av1_ctx->pkt, pts); in av1d_prepare() 221 (void)pts; in av1d_prepare()
|
| H A D | av1d_codec.h | 68 RK_S64 pts; /* pts of the current frame */ member
|
| /rockchip-linux_mpp/kmpp/base/inc/ |
| H A D | kmpp_packet.h | 14 ENTRY(prefix, s64, rk_s64, pts, FLAG_NONE, pts) \
|
| H A D | kmpp_frame.h | 20 ENTRY(prefix, s64, rk_s64, pts, FLAG_NONE, pts) \
|
| H A D | kmpp_frame_impl.h | 34 rk_s64 pts; member
|
| H A D | kmpp_packet_impl.h | 48 rk_s64 pts; member
|
| /rockchip-linux_mpp/mpp/ |
| H A D | mpp_impl.c | 69 RK_S64 pts; member 77 RK_S64 pts; member 423 RK_S64 pts = mpp_frame_get_pts(frame); in mpp_ops_dec_get_frm() local 427 mpp_log("yuv_info: [%d:%d] pts %lld", width, height, pts); in mpp_ops_dec_get_frm() 446 RK_S64 pts = mpp_frame_get_pts(frame); in mpp_ops_enc_put_frm() local 450 mpp_log("yuv_info: [%d:%d] pts %lld", width, height, pts); in mpp_ops_enc_put_frm()
|
| /rockchip-linux_mpp/mpp/legacy/ |
| H A D | vpu_api_legacy.cpp | 542 RK_U64 pts = mpp_frame_get_pts(mframe); in setup_VPU_FRAME_from_mpp_frame() local 576 vframe->ShowTime.TimeHigh = (RK_U32)(pts >> 32); in setup_VPU_FRAME_from_mpp_frame() 577 vframe->ShowTime.TimeLow = (RK_U32)pts; in setup_VPU_FRAME_from_mpp_frame() 720 fd = (RK_S32)(pkt->pts & 0xffffffff); in decode() 870 mpp_packet_set_pts(packet, pkt->pts); in decode() 876 pkt->size, pkt->nFlags, pkt->pts); in decode() 953 mpp_packet_set_pts(mpkt, pkt->pts); in decode_sendstream() 959 pkt->size, pkt->nFlags, pkt->pts); in decode_sendstream() 1278 RK_S64 pts = mpp_packet_get_pts(packet); in encode() local 1301 aEncOut->timeUs = pts; in encode() [all …]
|
| /rockchip-linux_mpp/mpp/codec/dec/h263/ |
| H A D | h263d_parser.c | 59 RK_S64 pts; member 92 RK_S64 pts; member 438 p->pts = mpp_packet_get_pts(pkt); in mpp_h263_parser_decode() 503 mpp_frame_set_pts(frame, p->pts); in mpp_h263_parser_setup_hal_output() 570 hdr_curr->pts = 0; in mpp_h263_parser_update_dpb()
|
| /rockchip-linux_mpp/kmpp/ |
| H A D | kmpp.c | 46 RK_U64 pts; member 290 kmpp_frame_set_pts(ctx->mKframe, impl->pts); in put_frame() 379 RK_S64 pts; in get_packet() local 393 kmpp_packet_get_pts(kmpp_pkt, &pts); in get_packet() 413 mpp_packet_set_pts(pkt, pts); in get_packet()
|
| /rockchip-linux_mpp/mpp/codec/dec/avs2/ |
| H A D | avs2d_api.c | 165 RK_S64 pts = -1; in avs2d_prepare() local 177 pts = mpp_packet_get_pts(pkt); in avs2d_prepare() 182 pts, dts, length, pkt_eos, p_dec->pkt_no); in avs2d_prepare()
|
| H A D | avs2d_parse.h | 35 const RK_U8 *buf, RK_U32 buf_size, RK_S64 pts, RK_S64 dts);
|
| /rockchip-linux_mpp/mpp/codec/dec/h265/ |
| H A D | h265d_parser.c | 204 s->dts = s->pts = -1; in mpp_fetch_timestamp() 215 s->pts = s->cur_frame_pts[i]; in mpp_fetch_timestamp() 224 const RK_U8 *buf, RK_S32 buf_size, RK_S64 pts, in h265d_split_frame() argument 238 s->cur_frame_pts[i] = pts; in h265d_split_frame() 241 s->cur_frame_start_index, s->cur_frame_offset[i], s->cur_frame_end[i], pts); in h265d_split_frame() 246 s->last_pts = s->pts; in h265d_split_frame() 1940 RK_S64 pts = -1, dts = -1; in h265d_prepare() local 1960 pts = mpp_packet_get_pts(pkt); in h265d_prepare() 1962 h265d_dbg(H265D_DBG_TIME, "prepare get pts %lld", pts); in h265d_prepare() 1985 (const RK_U8*)buf, length, pts, dts); in h265d_prepare() [all …]
|
| H A D | h265d_codec.h | 60 RK_S64 pts; /* pts of the current frame */ member
|
| /rockchip-linux_mpp/mpp/codec/dec/jpeg/ |
| H A D | jpegd_parser.h | 132 RK_S64 pts; member
|
| /rockchip-linux_mpp/mpp/codec/dec/mpg4/ |
| H A D | mpg4d_parser.c | 143 RK_S64 pts; member 197 RK_S64 pts; member 440 header->pts = 0; in init_mpg4_header() 1364 p->pts = mpp_packet_get_pts(pkt); in mpp_mpg4_parser_decode() 1439 mpp_frame_set_pts(frame, p->pts); in mpp_mpg4_parser_setup_hal_output() 1512 if (p->pts != p->last_pts) in mpp_mpg4_parser_update_dpb() 1513 p->pts_inc = p->pts - p->last_pts; in mpp_mpg4_parser_update_dpb() 1550 hdr_curr->pts = 0; in mpp_mpg4_parser_update_dpb() 1555 p->last_pts = p->pts; in mpp_mpg4_parser_update_dpb()
|
| /rockchip-linux_mpp/mpp/base/inc/ |
| H A D | mpp_packet_impl.h | 67 RK_S64 pts; member
|
| H A D | mpp_frame_impl.h | 123 RK_S64 pts; member
|
| /rockchip-linux_mpp/mpp/hal/inc/ |
| H A D | hal_enc_task.h | 149 RK_S64 pts; member
|
| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| H A D | h265e_dpb.h | 89 RK_S64 pts; member
|
| /rockchip-linux_mpp/inc/ |
| H A D | mpp_packet.h | 46 void mpp_packet_set_pts(MppPacket packet, RK_S64 pts);
|
| /rockchip-linux_mpp/mpp/codec/enc/h264/ |
| H A D | h264e_dpb.h | 77 RK_S64 pts; member
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_frame.c | 203 snprintf(name, sizeof(name) - 1, "frm %8llx", p->pts); in mpp_frame_set_stopwatch_enable() 349 MPP_FRAME_ACCESSORS(RK_S64, pts)
|