Home
last modified time | relevance | path

Searched refs:TIME_RATIO_S_TO_MS (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_utils.h23 inline constexpr int TIME_RATIO_S_TO_MS = 1000; variable
H A Dhencoder.cpp118 repeatUs_ = static_cast<uint64_t>(repeatMs * TIME_RATIO_S_TO_MS); in SetRepeat()
455 uint32_t iFramesInterval = iFramesIntervalInMs * frameRate / TIME_RATIO_S_TO_MS; in SetPFramesSpacing()
668 hevcType.keyFrameInterval = iFrameInterval * frameRate.value() / TIME_RATIO_S_TO_MS; in SetupHEVCEncoderParameters()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h34 inline constexpr int TIME_RATIO_S_TO_MS = 1000; variable