Searched refs:codecMaxInputSize (Results 1 – 2 of 2) sorted by relevance
628 int32_t codecMaxInputSize = -1; in statsd_codec() local629 if (item->getInt32("android.media.mediacodec.codec-max-input-size", &codecMaxInputSize)) { in statsd_codec()630 metrics_proto.set_codec_max_input_size(codecMaxInputSize); in statsd_codec()632 AStatsEvent_writeInt32(event, codecMaxInputSize); in statsd_codec()
4272 int32_t codecMaxInputSize = -1; in onMessageReceived() local4273 if (mInputFormat->findInt32(KEY_MAX_INPUT_SIZE, &codecMaxInputSize)) { in onMessageReceived()4274 mApiUsageMetrics.inputBufferSize.codecMax = codecMaxInputSize; in onMessageReceived()