Searched refs:framecount (Results 1 – 3 of 3) sorted by relevance
63 int32_t framecount = -1; in statsd_audiothread() local64 if (item->getInt32(MM_PREFIX "framecount", &framecount)) { in statsd_audiothread()65 metrics_proto.set_framecount(framecount); in statsd_audiothread()
21 # framecount tests
75 optional int32 framecount = 2; field