Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/
DImsMediaVideoUtil.cpp130 uint32_t Profile_idc = bitreader.Read(8); // Read profile_idc in ParseAvcSpropParam() local
143 if (Profile_idc == 100 || Profile_idc == 11 || Profile_idc == 122 || Profile_idc == 244 || in ParseAvcSpropParam()
144 Profile_idc == 44 || Profile_idc == 83 || Profile_idc == 86 || Profile_idc == 118) in ParseAvcSpropParam()
166 pInfo->nProfile = Profile_idc; in ParseAvcSpropParam()
447 uint32_t Profile_idc = bitreader.Read(8); // Read profile_idc in ParseAvcSps() local
458 if (Profile_idc == 100 || Profile_idc == 110 || Profile_idc == 122 || Profile_idc == 244 || in ParseAvcSps()
459 Profile_idc == 44 || Profile_idc == 83 || Profile_idc == 86 || Profile_idc == 118) in ParseAvcSps()
480 else if (Profile_idc == 183) in ParseAvcSps()
488 pInfo->nProfile = Profile_idc; in ParseAvcSps()
493 IMLOGD_PACKET2(IM_PACKET_LOG_VIDEO, "[ParseAvcSps] Profile_idc[%d], Level_idc[%d]", Profile_idc, in ParseAvcSps()