| /OK3568_Linux_fs/external/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 …]
|
| /OK3568_Linux_fs/external/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 …]
|
| /OK3568_Linux_fs/external/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 …]
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_time.h | 40 RK_S64 mpp_time(); 41 void mpp_time_diff(RK_S64 start, RK_S64 end, RK_S64 limit, const char *fmt); 59 RK_S64 mpp_clock_start(MppClock clock); 60 RK_S64 mpp_clock_pause(MppClock clock); 61 RK_S64 mpp_clock_reset(MppClock clock); 69 RK_S64 mpp_clock_get_sum(MppClock clock); 70 RK_S64 mpp_clock_get_count(MppClock clock); 110 RK_S64 mpp_stopwatch_elapsed_time(MppStopwatch stopwatch); 124 RK_S64 mStart; 125 RK_S64 mEnd;
|
| H A D | mpp_thread.h | 152 RK_S32 timedwait(Mutex& mutex, RK_S64 timeout); 153 RK_S32 timedwait(Mutex* mutex, RK_S64 timeout); 177 inline RK_S32 Condition::timedwait(Mutex& mutex, RK_S64 timeout) in timedwait() 181 inline RK_S32 Condition::timedwait(Mutex* mutex, RK_S64 timeout) in timedwait() 214 RK_S32 wait(RK_S64 timeout) { return mCondition.timedwait(mLock, timeout); } in wait()
|
| H A D | mpp_list.h | 69 MPP_RET wait_lt(RK_S64 timeout, RK_S32 val); 70 MPP_RET wait_le(RK_S64 timeout, RK_S32 val); 71 MPP_RET wait_gt(RK_S64 timeout, RK_S32 val); 72 MPP_RET wait_ge(RK_S64 timeout, RK_S32 val);
|
| /OK3568_Linux_fs/external/mpp/osal/ |
| H A D | mpp_time.cpp | 34 RK_S64 mpp_time() in mpp_time() 38 return ((RK_S64)tb.time * 1000 + (RK_S64)tb.millitm) * 1000; in mpp_time() 44 RK_S64 mpp_time() in mpp_time() 48 return (RK_S64)time.tv_sec * 1000000 + (RK_S64)time.tv_nsec / 1000; in mpp_time() 53 void mpp_time_diff(RK_S64 start, RK_S64 end, RK_S64 limit, const char *fmt) in mpp_time_diff() 55 RK_S64 diff = end - start; in mpp_time_diff() 64 RK_S64 base; 65 RK_S64 time; 66 RK_S64 sum; 67 RK_S64 count; [all …]
|
| H A D | mpp_trace.cpp | 51 void trace_int64(const char* name, RK_S64 val); 134 void MppTraceService::trace_int64(const char* name, RK_S64 value) in trace_int64() 167 void mpp_trace_int64(const char* name, RK_S64 value) in mpp_trace_int64()
|
| /OK3568_Linux_fs/external/mpp/utils/ |
| H A D | mpi_dec_utils.h | 87 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…
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | mpp_packet.h | 57 void mpp_packet_set_pts(MppPacket packet, RK_S64 pts); 58 RK_S64 mpp_packet_get_pts(const MppPacket packet); 59 void mpp_packet_set_dts(MppPacket packet, RK_S64 dts); 60 RK_S64 mpp_packet_get_dts(const MppPacket packet);
|
| H A D | vpu_api.h | 204 RK_S64 pts; /* with unit of us*/ 205 RK_S64 dts; /* with unit of us*/ 215 RK_S64 timeUs; 222 RK_S64 timeUs; 232 RK_S64 timeUs; 239 RK_S64 timeUs;
|
| 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 | 155 MPP_RET mpp_meta_set_s64(MppMeta meta, MppMetaKey key, RK_S64 val); 158 MPP_RET mpp_meta_get_s64(MppMeta meta, MppMetaKey key, RK_S64 *val); 169 MPP_RET mpp_meta_get_s64_d(MppMeta meta, MppMetaKey key, RK_S64 *val, RK_S64 def);
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | mpp_packet.h | 57 void mpp_packet_set_pts(MppPacket packet, RK_S64 pts); 58 RK_S64 mpp_packet_get_pts(const MppPacket packet); 59 void mpp_packet_set_dts(MppPacket packet, RK_S64 dts); 60 RK_S64 mpp_packet_get_dts(const MppPacket packet);
|
| H A D | vpu_api.h | 209 RK_S64 pts; /* with unit of us*/ 210 RK_S64 dts; /* with unit of us*/ 220 RK_S64 timeUs; 227 RK_S64 timeUs; 237 RK_S64 timeUs; 244 RK_S64 timeUs;
|
| 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 | 155 MPP_RET mpp_meta_set_s64(MppMeta meta, MppMetaKey key, RK_S64 val); 158 MPP_RET mpp_meta_get_s64(MppMeta meta, MppMetaKey key, RK_S64 *val); 169 MPP_RET mpp_meta_get_s64_d(MppMeta meta, MppMetaKey key, RK_S64 *val, RK_S64 def);
|
| /OK3568_Linux_fs/external/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; 114 MPP_RET bits_model_alloc(RcModelV2Ctx *ctx, EncRcTaskInfo *cfg, RK_S64 total_bits);
|
| /OK3568_Linux_fs/external/mpp/mpp/base/test/ |
| H A D | mpp_meta_test.c | 31 RK_S64 time_start; in meta_test() 32 RK_S64 time_end; in meta_test() 119 *((RK_S64 *)param) = (time_end - time_start) / loop_max; in meta_test() 127 RK_S64 times[TEST_MAX]; in main() 129 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()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/inc/ |
| H A D | mpp_enc_impl.h | 56 RK_S64 time_base; 57 RK_S64 time_end; 92 RK_S64 task_pts;
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_cfg.cpp | 36 #define CFG_TO_S64_PTR(info, cfg) ((RK_S64 *)CFG_TO_PTR(info, cfg)) 115 static MPP_RET mpp_cfg_set_s64(MppCfgInfoNode *info, void *cfg, RK_S64 val) in mpp_cfg_set_s64() 117 RK_S64 *dst = CFG_TO_S64_PTR(info, cfg); in mpp_cfg_set_s64() 130 static MPP_RET mpp_cfg_get_s64(MppCfgInfoNode *info, void *cfg, RK_S64 *val) in mpp_cfg_get_s64() 249 if (cfg_size != sizeof(RK_S64)) { in check_cfg_info()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/iio/include/ |
| H A D | rkiio_common.h | 26 typedef long long RK_S64; typedef 29 typedef __int64 RK_S64; typedef
|
| /OK3568_Linux_fs/external/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);
|