Home
last modified time | relevance | path

Searched refs:frame_count (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/services/mediametrics/
Dstatsd_audiotrack.cpp119 int32_t frame_count = -1; in statsd_audiotrack() local
120 if (item->getInt32("android.media.audiotrack.frameCount", &frame_count)) { in statsd_audiotrack()
121 metrics_proto.set_frame_count(frame_count); in statsd_audiotrack()
Dstatsd_audiothread.cpp131 int32_t frame_count = -1; in statsd_audiothread() local
132 if (item->getInt32(MM_PREFIX "frameCount", &frame_count)) { in statsd_audiothread()
133 metrics_proto.set_frame_count(frame_count); in statsd_audiothread()
/frameworks/base/libs/hwui/service/
DGraphicsStatsService.cpp218 bucket->set_frame_count(bucket->frame_count() + entry.frameCount); in mergeProfileDataIntoProto()
249 bucket->set_frame_count(bucket->frame_count() + entry.frameCount); in mergeProfileDataIntoProto()
259 remaining -= it->frame_count(); in findPercentile()
270 totalGPUFrameCount += it->frame_count(); in findGPUPercentile()
275 remaining -= it->frame_count(); in findGPUPercentile()
310 dprintf(fd, " %dms=%d", it.render_millis(), it.frame_count()); in dumpAsTextToFd()
318 dprintf(fd, " %dms=%d", it.render_millis(), it.frame_count()); in dumpAsTextToFd()
417 bucket->set_frame_count(bucket->frame_count() + in mergeStat()
418 stat.histogram(bucketIndex).frame_count()); in mergeStat()
423 bucket->set_frame_count(bucket->frame_count() + in mergeStat()
[all …]
/frameworks/base/libs/hwui/tests/unit/
DGraphicsStatsServiceTests.cpp101 EXPECT_EQ(expectedCount, loadedProto.histogram().Get(i).frame_count()); in TEST()
159 EXPECT_EQ(expectedCount, loadedProto.histogram().Get(i).frame_count()); in TEST()
/frameworks/base/core/proto/android/stats/mediametrics/
Dmediametrics.proto59 optional int32 frame_count = 12; field
90 optional int32 frame_count = 16; field
123 optional int32 frame_count = 10; field
/frameworks/av/media/utils/
DMemoryLeakTrackUtil.cpp48 extern std::string backtrace_string(const uintptr_t* frames, size_t frame_count);
/frameworks/base/libs/hwui/protos/
Dgraphicsstats.proto94 optional int32 frame_count = 2; field
/frameworks/base/core/proto/android/service/
Dgraphicsstats.proto102 optional int32 frame_count = 2; field
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
Dtimestats.proto87 optional int32 frame_count = 2; field
/frameworks/native/services/surfaceflinger/tests/unittests/
DTimeStatsTest.cpp461 EXPECT_EQ(1, histogramProto.frame_count()); in TEST_F()
484 EXPECT_EQ(1, histogramProto.frame_count()); in TEST_F()
520 EXPECT_EQ(2, histogramProto.frame_count()); in TEST_F()
543 EXPECT_EQ(1, histogramProto.frame_count()); in TEST_F()
607 EXPECT_EQ(1, histogramProto.frame_count()); in TEST_F()
/frameworks/base/cmds/statsd/src/
Datoms.proto9480 // It's required that len(time_millis) == len(frame_count)
10797 optional int32 frame_count = 5; field
10857 optional int32 frame_count = 5; field
10911 optional int32 frame_count = 5; field