Searched refs:frame_count (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/services/mediametrics/ |
D | statsd_audiotrack.cpp | 119 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()
|
D | statsd_audiothread.cpp | 131 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/ |
D | GraphicsStatsService.cpp | 218 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/ |
D | GraphicsStatsServiceTests.cpp | 101 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/ |
D | mediametrics.proto | 59 optional int32 frame_count = 12; field 90 optional int32 frame_count = 16; field 123 optional int32 frame_count = 10; field
|
/frameworks/av/media/utils/ |
D | MemoryLeakTrackUtil.cpp | 48 extern std::string backtrace_string(const uintptr_t* frames, size_t frame_count);
|
/frameworks/base/libs/hwui/protos/ |
D | graphicsstats.proto | 94 optional int32 frame_count = 2; field
|
/frameworks/base/core/proto/android/service/ |
D | graphicsstats.proto | 102 optional int32 frame_count = 2; field
|
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/ |
D | timestats.proto | 87 optional int32 frame_count = 2; field
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | TimeStatsTest.cpp | 461 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/ |
D | atoms.proto | 9480 // 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
|