Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DIOMX.cpp224 OMX_U32 max_width, OMX_U32 max_height) { in prepareForAdaptivePlayback() argument
230 data.writeInt32(max_height); in prepareForAdaptivePlayback()
671 OMX_U32 max_height = data.readInt32(); in onTransact() local
674 port_index, enable, max_width, max_height); in onTransact()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp198 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/base/core/proto/android/stats/mediametrics/
Dmediametrics.proto149 optional int32 max_height = 13; field
/frameworks/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop138 # Must be equals to min(max_width, max_height).