Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/
DImsMediaVideoUtil.cpp216 uint32_t cropX, cropY = 0; in ParseAvcSpropParam() local
220 cropX = 1; in ParseAvcSpropParam()
227 cropX = subWidthC; in ParseAvcSpropParam()
231 pInfo->nWidth -= (frame_crop_left_offset + frame_crop_right_offset) * cropX; in ParseAvcSpropParam()
540 uint32_t cropX, cropY = 0; in ParseAvcSps() local
543 cropX = 1; in ParseAvcSps()
550 cropX = subWidthC; in ParseAvcSps()
554 pInfo->nWidth -= (frame_crop_left_offset + frame_crop_right_offset) * cropX; in ParseAvcSps()