Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/
DImsMediaVideoUtil.cpp226 uint32_t subHeightC = (chroma_format_idc == 1) ? 2 : 1; in ParseAvcSpropParam() local
228 cropY = subHeightC * (2 - frame_mbs_only); in ParseAvcSpropParam()
549 uint32_t subHeightC = (chroma_format_idc == 1) ? 2 : 1; in ParseAvcSps() local
551 cropY = subHeightC * (2 - frame_mbs_only); in ParseAvcSps()