Searched refs:max_width (Results 1 – 2 of 2) sorted by relevance
198 Int max = 0, max_width = 0, max_height = 0, pitch, offset; in PVInitVideoEncoder() local618 max_width = ((temp_w + 15) >> 4) << 4; in PVInitVideoEncoder()620 if (((uint64_t)max_width * max_height) > (uint64_t)INT32_MAX in PVInitVideoEncoder()624 nTotalMB = ((max_width * max_height) >> 8); in PVInitVideoEncoder()701 if ((size_t)((max_width >> 4) + 1) > SIZE_MAX / sizeof(typeDCACStore)) { in PVInitVideoEncoder()704 …video->predDCAC_col = (typeDCACStore *) M4VENC_MALLOC(((max_width >> 4) + 1) * sizeof(typeDCACStor… in PVInitVideoEncoder()758 pitch = max_width; in PVInitVideoEncoder()763 pitch = max_width + 32; in PVInitVideoEncoder()1116 int max_width, offset; in PVCleanUpVideoEncoder() local1186 max_width = video->encParams->LayerWidth[0]; in PVCleanUpVideoEncoder()[all …]
298 OMX_U32 max_width, OMX_U32 max_height) { in prepareForAdaptivePlayback() argument303 data.writeInt32(max_width); in prepareForAdaptivePlayback()821 OMX_U32 max_width = data.readInt32(); in onTransact() local825 port_index, enable, max_width, max_height); in onTransact()