| /rockchip-linux_mpp/mpp/codec/dec/vp9/ |
| H A D | vp9d_codec.h | 28 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 D | h265d_codec.h | 60 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 D | av1d_codec.h | 68 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 D | rc_ctx.h | 26 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 D | rc_model_v2_smt.c | 39 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 D | mpi_dec_utils.h | 158 void show_dec_fps(RK_S64 total_time, RK_S64 total_count, RK_S64 last_time, RK_S64 last_count);
|
| H A D | utils.h | 88 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 D | mpp_trie_test.c | 28 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 D | mpp_meta_test.c | 101 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 D | mpp_dec_cfg_test.c | 31 RK_S64 end = 0; in main() 32 RK_S64 start = 0; in main()
|
| /rockchip-linux_mpp/inc/ |
| H A D | mpp_packet.h | 46 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 D | mpp_task.h | 220 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 D | mpp_meta.h | 180 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 D | vpu_api.h | 213 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 D | rk_vdec_cfg.h | 34 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 D | rk_mpp_cfg.h | 31 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 D | rk_venc_kcfg.h | 34 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 D | kmpp_meta_test.c | 20 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 D | mpp_enc_impl.h | 62 RK_S64 time_base; 63 RK_S64 time_end; 98 RK_S64 task_pts;
|
| /rockchip-linux_mpp/mpp/codec/dec/avs2/ |
| H A D | avs2d_parse.h | 35 const RK_U8 *buf, RK_U32 buf_size, RK_S64 pts, RK_S64 dts);
|
| /rockchip-linux_mpp/osal/inc/ |
| H A D | mpp_lock.h | 41 RK_S64 count; 42 RK_S64 time;
|
| /rockchip-linux_mpp/mpp/inc/ |
| H A D | mpp_cfg.h | 27 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 D | mpp_lock.c | 27 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 D | mpp_bitread.h | 111 RK_S64 curr_byte_; 116 RK_S64 prev_two_bytes_; 118 RK_S64 emulation_prevention_bytes_;
|
| /rockchip-linux_mpp/osal/test/ |
| H A D | mpp_time_test.c | 23 RK_S64 time_0; in main() 24 RK_S64 time_1; in main()
|