Home
last modified time | relevance | path

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

/frameworks/av/services/mediametrics/
Dstatsd_audiotrack.cpp115 int32_t frame_count = -1; in statsd_audiotrack() local
116 if (item->getInt32("android.media.audiotrack.frameCount", &frame_count)) { in statsd_audiotrack()
117 metrics_proto.set_frame_count(frame_count); in statsd_audiotrack()
162 << " frame_count:" << frame_count in statsd_audiotrack()
Dstatsd_audiorecord.cpp118 int32_t frame_count = -1; in statsd_audiorecord() local
119 if (item->getInt32("android.media.audiorecord.frameCount", &frame_count)) { in statsd_audiorecord()
120 metrics_proto.set_frame_count(frame_count); in statsd_audiorecord()
178 << " frame_count:" << frame_count in statsd_audiorecord()
Dstatsd_audiothread.cpp130 int32_t frame_count = -1; in statsd_audiothread() local
131 if (item->getInt32(MM_PREFIX "frameCount", &frame_count)) { in statsd_audiothread()
132 metrics_proto.set_frame_count(frame_count); in statsd_audiothread()
222 << " frame_count:" << frame_count in statsd_audiothread()
/frameworks/base/libs/hwui/service/
DGraphicsStatsService.cpp217 bucket->set_frame_count(bucket->frame_count() + entry.frameCount); in mergeProfileDataIntoProto()
248 bucket->set_frame_count(bucket->frame_count() + entry.frameCount); in mergeProfileDataIntoProto()
258 remaining -= it->frame_count(); in findPercentile()
269 totalGPUFrameCount += it->frame_count(); in findGPUPercentile()
274 remaining -= it->frame_count(); in findGPUPercentile()
309 dprintf(fd, " %dms=%d", it.render_millis(), it.frame_count()); in dumpAsTextToFd()
317 dprintf(fd, " %dms=%d", it.render_millis(), it.frame_count()); in dumpAsTextToFd()
416 bucket->set_frame_count(bucket->frame_count() + in mergeStat()
417 stat.histogram(bucketIndex).frame_count()); in mergeStat()
422 bucket->set_frame_count(bucket->frame_count() + in mergeStat()
[all …]
/frameworks/base/libs/hwui/tests/unit/
DGraphicsStatsServiceTests.cpp104 EXPECT_EQ(expectedCount, loadedProto.histogram().Get(i).frame_count()); in TEST()
162 EXPECT_EQ(expectedCount, loadedProto.histogram().Get(i).frame_count()); in TEST()
/frameworks/av/media/utils/
DMemoryLeakTrackUtil.cpp46 extern std::string backtrace_string(const uintptr_t* frames, size_t frame_count);
/frameworks/proto_logging/stats/message/
Dmediametrics_message.proto59 optional int32 frame_count = 12; field
90 optional int32 frame_count = 16; field
123 optional int32 frame_count = 10; field
/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.cpp585 EXPECT_EQ(1, histogramProto.frame_count()); in TEST_F()
604 EXPECT_EQ(1, histogramProto.frame_count()); in TEST_F()
637 EXPECT_EQ(2, histogramProto.frame_count()); in TEST_F()
660 EXPECT_EQ(1, histogramProto.frame_count()); in TEST_F()
709 frame_count, in TEST_F()
715 frame_count, in TEST_F()
764 EXPECT_EQ(1, histogramProto.frame_count()); in TEST_F()
/frameworks/av/media/libaudioclient/tests/
Daudioclient_serialization_tests.cpp211 config.frame_count = 4800; in TEST_F()
/frameworks/av/media/libaudioclient/
DAidlConversion.cpp440 const size_t frame_count = VALUE_OR_RETURN(convertIntegral<size_t>(aidl.frameCount)); in aidl2legacy_AudioIoDescriptor_AudioIoDescriptor() local
446 channel_mask, frame_count, frame_count_hal, latency, port_id); in aidl2legacy_AudioIoDescriptor_AudioIoDescriptor()
/frameworks/av/media/libaudioclient/fuzzer/
Daudioflinger_fuzzer.cpp604 config.frame_count = mFdp.ConsumeIntegral<uint32_t>(); in invokeAudioInputDevice()
662 config.frame_count = mFdp.ConsumeIntegral<uint32_t>(); in invokeAudioOutputDevice()
/frameworks/native/services/surfaceflinger/TimeStats/timestatsatomsproto/
Dtimestats_atoms.proto309 // It's required that len(time_millis) == len(frame_count)
/frameworks/av/media/audioaidlconversion/
DAidlConversionCppNdk.cpp2126 legacy.frame_count = VALUE_OR_RETURN(convertIntegral<uint32_t>(aidl.frameCount)); in aidl2legacy_AudioConfig_audio_config_t()
2138 aidl.frameCount = VALUE_OR_RETURN(convertIntegral<int64_t>(legacy.frame_count)); in legacy2aidl_audio_config_t_AudioConfig()
/frameworks/av/services/audiopolicy/tests/
Daudiopolicymanager_tests.cpp1595 EXPECT_EQ(mix.mFormat.frame_count, audioConfig.frame_count); in TEST_F_WITH_FLAGS()
/frameworks/proto_logging/stats/
Datoms.proto14325 // It's required that len(time_millis) == len(frame_count)
17326 optional int32 frame_count = 5; field
17391 optional int32 frame_count = 5; field
17445 optional int32 frame_count = 5; field