Home
last modified time | relevance | path

Searched refs:RK_S64 (Results 1 – 25 of 113) sorted by relevance

12345

/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_codec.h28 RK_S64 pts;
42 RK_S64 pts; /* pts of the current frame */
43 RK_S64 dts; /* dts of the current frame */
44 RK_S64 frame_offset; /* offset of the current frame */
45 RK_S64 cur_offset; /* current offset
47 RK_S64 next_frame_offset; /* offset of the next frame */
51 RK_S64 last_pts;
52 RK_S64 last_dts;
56 RK_S64 cur_frame_offset[MPP_PARSER_PTS_NB];
57 RK_S64 cur_frame_pts[MPP_PARSER_PTS_NB];
[all …]
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_codec.h60 RK_S64 pts; /* pts of the current frame */
61 RK_S64 dts; /* dts of the current frame */
62 RK_S64 frame_offset; /* offset of the current frame */
63 RK_S64 cur_offset; /* current offset
65 RK_S64 next_frame_offset; /* offset of the next frame */
67 RK_S64 last_pts;
68 RK_S64 last_dts;
72 RK_S64 cur_frame_offset[MPP_PARSER_PTS_NB];
73 RK_S64 cur_frame_pts[MPP_PARSER_PTS_NB];
74 RK_S64 cur_frame_dts[MPP_PARSER_PTS_NB];
[all …]
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_codec.h68 RK_S64 pts; /* pts of the current frame */
69 RK_S64 dts; /* dts of the current frame */
70 RK_S64 frame_offset; /* offset of the current frame */
71 RK_S64 cur_offset; /* current offset
73 RK_S64 next_frame_offset; /* offset of the next frame */
77 RK_S64 last_pts;
78 RK_S64 last_dts;
82 RK_S64 cur_frame_offset[MPP_PARSER_PTS_NB];
83 RK_S64 cur_frame_pts[MPP_PARSER_PTS_NB];
84 RK_S64 cur_frame_dts[MPP_PARSER_PTS_NB];
[all …]
/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_ctx.h26 RK_S64 gop_total_bits;
29 RK_S64 avg_gbits;
30 RK_S64 real_gbits;
61 RK_S64 pre_target_bits_fix_count;
62 RK_S64 pre_real_bits_count;
106 RK_S64 time_base;
107 RK_S64 time_end;
124 MPP_RET bits_model_alloc(RcModelV2Ctx *ctx, EncRcTaskInfo *cfg, RK_S64 total_bits);
H A Drc_model_v2_smt.c39 RK_S64 frm_num;
43 RK_S64 acc_intra_count;
44 RK_S64 acc_inter_count;
53 RK_S64 count_real_bit;
54 RK_S64 count_pred_bit;
55 RK_S64 count_frame;
56 RK_S64 fixed_i_pred_bit;
57 RK_S64 fixed_p_pred_bit;
192 ave_bits_lower = (RK_S64)ctx->usr_cfg.bps_min * fps->fps_out_denom / fps->fps_out_num; in bits_model_smt_init()
193 ave_bits_uppper = (RK_S64)ctx->usr_cfg.bps_max * fps->fps_out_denom / fps->fps_out_num; in bits_model_smt_init()
[all …]
/rockchip-linux_mpp/utils/
H A Dmpi_dec_utils.h158 void show_dec_fps(RK_S64 total_time, RK_S64 total_count, RK_S64 last_time, RK_S64 last_count);
H A Dutils.h88 typedef void (*FpsCalcCb)(RK_S64 total_time, RK_S64 total_count, RK_S64 last_time, RK_S64 last_coun…
/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_trie_test.c28 typedef void *(*TestProc)(void *, RK_S64 time);
41 void *print_opt(void *ctx, RK_S64 time) in print_opt()
73 RK_S64 end = 0; in main()
74 RK_S64 start = 0; in main()
H A Dmpp_meta_test.c101 RK_S64 time_start; in meta_test()
102 RK_S64 time_end; in meta_test()
127 *((RK_S64 *)param) = (time_end - time_start) / loop_max; in meta_test()
135 RK_S64 times[TEST_MAX]; in main()
137 RK_S64 avg_time = 0; in main()
H A Dmpp_dec_cfg_test.c31 RK_S64 end = 0; in main()
32 RK_S64 start = 0; in main()
/rockchip-linux_mpp/inc/
H A Dmpp_packet.h46 void mpp_packet_set_pts(MppPacket packet, RK_S64 pts);
47 RK_S64 mpp_packet_get_pts(const MppPacket packet);
48 void mpp_packet_set_dts(MppPacket packet, RK_S64 dts);
49 RK_S64 mpp_packet_get_dts(const MppPacket packet);
H A Dmpp_task.h220 MPP_RET mpp_task_meta_set_s64(MppTask task, MppMetaKey key, RK_S64 val);
227 MPP_RET mpp_task_meta_get_s64(MppTask task, MppMetaKey key, RK_S64 *val, RK_S64 default_val);
H A Dmpp_meta.h180 MPP_RET mpp_meta_set_s64(MppMeta meta, MppMetaKey key, RK_S64 val);
183 MPP_RET mpp_meta_get_s64(MppMeta meta, MppMetaKey key, RK_S64 *val);
194 MPP_RET mpp_meta_get_s64_d(MppMeta meta, MppMetaKey key, RK_S64 *val, RK_S64 def);
H A Dvpu_api.h213 RK_S64 pts; /* with unit of us*/
214 RK_S64 dts; /* with unit of us*/
224 RK_S64 timeUs;
231 RK_S64 timeUs;
241 RK_S64 timeUs;
248 RK_S64 timeUs;
H A Drk_vdec_cfg.h34 MPP_RET mpp_dec_cfg_set_s64(MppDecCfg cfg, const char *name, RK_S64 val);
40 MPP_RET mpp_dec_cfg_get_s64(MppDecCfg cfg, const char *name, RK_S64 *val);
H A Drk_mpp_cfg.h31 MPP_RET mpp_sys_cfg_set_s64(MppSysCfg cfg, const char *name, RK_S64 val);
37 MPP_RET mpp_sys_cfg_get_s64(MppSysCfg cfg, const char *name, RK_S64 *val);
H A Drk_venc_kcfg.h34 MPP_RET mpp_venc_kcfg_set_s64(MppVencKcfg cfg, const char *name, RK_S64 val);
41 MPP_RET mpp_venc_kcfg_get_s64(MppVencKcfg cfg, const char *name, RK_S64 *val);
/rockchip-linux_mpp/kmpp/base/test/
H A Dkmpp_meta_test.c20 RK_S64 time_start; in meta_test()
21 RK_S64 time_end; in meta_test()
125 *((RK_S64 *)param) = (time_end - time_start) / loop_max; in meta_test()
133 RK_S64 times[TEST_MAX]; in main()
135 RK_S64 avg_time = 0; in main()
/rockchip-linux_mpp/mpp/codec/inc/
H A Dmpp_enc_impl.h62 RK_S64 time_base;
63 RK_S64 time_end;
98 RK_S64 task_pts;
/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_parse.h35 const RK_U8 *buf, RK_U32 buf_size, RK_S64 pts, RK_S64 dts);
/rockchip-linux_mpp/osal/inc/
H A Dmpp_lock.h41 RK_S64 count;
42 RK_S64 time;
/rockchip-linux_mpp/mpp/inc/
H A Dmpp_cfg.h27 MPP_RET mpp_cfg_set_s64(MppCfgInfo *info, void *cfg, RK_S64 val);
28 MPP_RET mpp_cfg_get_s64(MppCfgInfo *info, void *cfg, RK_S64 *val);
41 #define MPP_CFG_GET_s64(info, cfg, val) (mpp_cfg_get_s64)(info, cfg, (RK_S64 *)(val))
/rockchip-linux_mpp/osal/
H A Dmpp_lock.c27 RK_S64 time = 0; in mpp_spinlock_lock()
58 RK_S64 time = 0; in mpp_spinlock_trylock()
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_bitread.h111 RK_S64 curr_byte_;
116 RK_S64 prev_two_bytes_;
118 RK_S64 emulation_prevention_bytes_;
/rockchip-linux_mpp/osal/test/
H A Dmpp_time_test.c23 RK_S64 time_0; in main()
24 RK_S64 time_1; in main()

12345