Searched refs:max_width (Results 1 – 4 of 4) 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 618 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() local 1186 max_width = video->encParams->LayerWidth[0]; in PVCleanUpVideoEncoder() [all …]
|
/frameworks/av/media/libmedia/ |
D | IOMX.cpp | 224 OMX_U32 max_width, OMX_U32 max_height) { in prepareForAdaptivePlayback() argument 229 data.writeInt32(max_width); in prepareForAdaptivePlayback() 670 OMX_U32 max_width = data.readInt32(); in onTransact() local 674 port_index, enable, max_width, max_height); in onTransact()
|
/frameworks/base/core/proto/android/stats/mediametrics/ |
D | mediametrics.proto | 148 optional int32 max_width = 12; field
|
/frameworks/native/services/surfaceflinger/sysprop/ |
D | SurfaceFlingerProperties.sysprop | 138 # Must be equals to min(max_width, max_height).
|