Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/
DImsMediaVideoUtil.cpp89 uint32_t chroma_format_idc = 0; in ParseAvcSpropParam() local
146 chroma_format_idc = bitreader.ReadByUEMode(); in ParseAvcSpropParam()
148 if (chroma_format_idc == 3) in ParseAvcSpropParam()
160 uint32_t i = ((chroma_format_idc != 3) ? 8 : 12); in ParseAvcSpropParam()
218 if (chroma_format_idc == 0 /* Monochrome */) in ParseAvcSpropParam()
225 uint32_t subWidthC = (chroma_format_idc == 3) ? 1 : 2; in ParseAvcSpropParam()
226 uint32_t subHeightC = (chroma_format_idc == 1) ? 2 : 1; in ParseAvcSpropParam()
373 uint32_t chroma_format_idc; in ParseHevcSpropParam() local
374 chroma_format_idc = objBitReader.ReadByUEMode(); in ParseHevcSpropParam()
376 IMLOGD1("[ParseHevcSpropParam] chroma_format_idc[%d]", chroma_format_idc); in ParseHevcSpropParam()
[all …]