Searched refs:max_height (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | mp4enc_api.cpp | 198 Int max = 0, max_width = 0, max_height = 0, pitch, offset; in PVInitVideoEncoder() local 619 max_height = ((temp_h + 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() 765 max_height += 32; in PVInitVideoEncoder() 767 if (((uint64_t)pitch * max_height) > (uint64_t)INT32_MAX) { in PVInitVideoEncoder() 770 size = pitch * max_height; in PVInitVideoEncoder() 2994 Int idx, temp_w, temp_h, max = 0, max_width, max_height; in SetProfile_BufferSize() local 3028 max_height = temp_h; in SetProfile_BufferSize() 3029 nTotalMB = ((max_width + 15) >> 4) * ((max_height + 15) >> 4); in SetProfile_BufferSize()
|
/frameworks/av/media/libmedia/ |
D | IOMX.cpp | 298 OMX_U32 max_width, OMX_U32 max_height) { in prepareForAdaptivePlayback() argument 304 data.writeInt32(max_height); in prepareForAdaptivePlayback() 822 OMX_U32 max_height = data.readInt32(); in onTransact() local 825 port_index, enable, max_width, max_height); in onTransact()
|