Searched refs:hTime (Results 1 - 5 of 5) sorted by relevance
/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | plugin_time.h | 29 inline int64_t HstTime2Ns(int64_t hTime) in HstTime2Ns() argument 31 return hTime / HST_NSECOND; in HstTime2Ns() 34 inline bool Ns2HstTime (int64_t ns, int64_t& hTime) in Ns2HstTime() argument 36 hTime = ns * HST_NSECOND; in Ns2HstTime() 40 inline int64_t HstTime2Us(int64_t hTime) in HstTime2Us() argument 42 return hTime / HST_USECOND; in HstTime2Us() 45 inline bool Us2HstTime (int64_t us, int64_t& hTime) in Us2HstTime() argument 50 hTime = us * HST_USECOND; in Us2HstTime() 54 inline int64_t HstTime2Ms(int64_t hTime) in HstTime2Ms() argument 56 return hTime / HST_MSECON in HstTime2Ms() 59 Ms2HstTime(int64_t ms, int64_t& hTime) Ms2HstTime() argument 68 HstTime2Sec(int64_t hTime) HstTime2Sec() argument 73 Sec2HstTime(int64_t sec, int64_t& hTime) Sec2HstTime() argument [all...] |
/foundation/multimedia/media_foundation/src/common/ |
H A D | plugin_time.h | 29 inline int64_t HstTime2Ns(int64_t hTime) in HstTime2Ns() argument 31 return hTime / HST_NSECOND; in HstTime2Ns() 34 inline bool Ns2HstTime (int64_t ns, int64_t& hTime) in Ns2HstTime() argument 36 hTime = ns * HST_NSECOND; in Ns2HstTime() 40 inline int64_t HstTime2Us(int64_t hTime) in HstTime2Us() argument 42 return hTime / HST_USECOND; in HstTime2Us() 45 inline bool Us2HstTime (int64_t us, int64_t& hTime) in Us2HstTime() argument 50 hTime = us * HST_USECOND; in Us2HstTime() 54 inline int64_t HstTime2Ms(int64_t hTime) in HstTime2Ms() argument 56 return hTime / HST_MSECON in HstTime2Ms() 59 Ms2HstTime(int64_t ms, int64_t& hTime) Ms2HstTime() argument 68 HstTime2Sec(int64_t hTime) HstTime2Sec() argument 73 Sec2HstTime(int64_t sec, int64_t& hTime) Sec2HstTime() argument [all...] |
/foundation/multimedia/media_foundation/interface/inner_api/plugin/ |
H A D | plugin_time.h | 29 inline int64_t HstTime2Ns(int64_t hTime) in HstTime2Ns() argument 31 return hTime / HST_NSECOND; in HstTime2Ns() 34 inline bool Ns2HstTime (int64_t ns, int64_t& hTime) in Ns2HstTime() argument 36 hTime = ns * HST_NSECOND; in Ns2HstTime() 40 inline int64_t HstTime2Us(int64_t hTime) in HstTime2Us() argument 42 return hTime / HST_USECOND; in HstTime2Us() 45 inline int32_t HstTime2Us32(int64_t hTime) in HstTime2Us32() argument 47 int64_t ms = hTime / HST_USECOND; in HstTime2Us32() 54 inline bool Us2HstTime (int64_t us, int64_t& hTime) in Us2HstTime() argument 59 hTime in Us2HstTime() 63 HstTime2Ms(int64_t hTime) HstTime2Ms() argument 68 Ms2HstTime(int64_t ms, int64_t& hTime) Ms2HstTime() argument 77 HstTime2Sec(int64_t hTime) HstTime2Sec() argument 82 Sec2HstTime(int64_t sec, int64_t& hTime) Sec2HstTime() argument [all...] |
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/ |
H A D | ffmpeg_utils.h | 63 int64_t AvTime2Us(int64_t hTime);
|
H A D | ffmpeg_utils.cpp | 458 int64_t AvTime2Us(int64_t hTime) in AvTime2Us() argument 460 return hTime / AV_CODEC_USECOND; in AvTime2Us()
|
Completed in 3 milliseconds