Home
last modified time | relevance | path

Searched refs:framecount (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/mediaanalytics/
Dstatsd_audiothread.cpp63 int32_t framecount = -1; in statsd_audiothread() local
64 if (item->getInt32(MM_PREFIX "framecount", &framecount)) { in statsd_audiothread()
65 metrics_proto.set_framecount(framecount); in statsd_audiothread()
/frameworks/av/media/libaudioclient/tests/
Dtrack_test_input_v1.0_ref.txt21 # framecount tests
/frameworks/base/core/proto/android/stats/mediametrics/
Dmediametrics.proto75 optional int32 framecount = 2; field