Home
last modified time | relevance | path

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

/frameworks/av/services/mediametrics/
Dstatsd_codec.cpp136 int32_t max_width = -1; in statsd_codec() local
137 if ( item->getInt32("android.media.mediacodec.maxwidth", &max_width)) { in statsd_codec()
138 metrics_proto.set_max_width(max_width); in statsd_codec()
140 AStatsEvent_writeInt32(event, max_width); in statsd_codec()
431 << " max_width:" << max_width in statsd_codec()
/frameworks/av/media/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp198 Int max = 0, max_width = 0, max_height = 0, pitch, offset; in PVInitVideoEncoder() local
619 max_width = ((temp_w + 15) >> 4) << 4; in PVInitVideoEncoder()
621 if (((uint64_t)max_width * max_height) > (uint64_t)INT32_MAX in PVInitVideoEncoder()
625 nTotalMB = ((max_width * max_height) >> 8); in PVInitVideoEncoder()
702 if ((size_t)((max_width >> 4) + 1) > SIZE_MAX / sizeof(typeDCACStore)) { in PVInitVideoEncoder()
705 …video->predDCAC_col = (typeDCACStore *) M4VENC_MALLOC(((max_width >> 4) + 1) * sizeof(typeDCACStor… in PVInitVideoEncoder()
759 pitch = max_width; in PVInitVideoEncoder()
764 pitch = max_width + 32; in PVInitVideoEncoder()
1117 int max_width, offset; in PVCleanUpVideoEncoder() local
1187 max_width = video->encParams->LayerWidth[0]; in PVCleanUpVideoEncoder()
[all …]
/frameworks/av/media/libmedia/
DIOMX.cpp223 OMX_U32 max_width, OMX_U32 max_height) { in prepareForAdaptivePlayback() argument
228 data.writeInt32(max_width); in prepareForAdaptivePlayback()
669 OMX_U32 max_width = data.readInt32(); in onTransact() local
673 port_index, enable, max_width, max_height); in onTransact()
/frameworks/proto_logging/stats/message/
Dmediametrics_message.proto148 optional int32 max_width = 12; field
/frameworks/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop158 # Must be equals to min(max_width, max_height).
/frameworks/proto_logging/stats/
Datoms.proto9099 optional int32 max_width = 16; field