Home
last modified time | relevance | path

Searched refs:HDI_VIDEO_ALIGNMENT (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dcodec_port.cpp27 constexpr uint32_t HDI_VIDEO_ALIGNMENT = 16; member
61 portDef_.format.video.nFrameHeight = AlignUp(height, HDI_VIDEO_ALIGNMENT); in Config()
62 portDef_.format.video.nSliceHeight = AlignUp(height, HDI_VIDEO_ALIGNMENT); in Config()
64 portDef_.format.video.nStride = static_cast<int32_t>(AlignUp(width, HDI_VIDEO_ALIGNMENT)); in Config()

Completed in 1 milliseconds