Searched refs:framecount (Results 1 – 4 of 4) 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()207 << " framecount:" << framecount in statsd_audiothread()
21 # framecount tests
75 optional int32 framecount = 2; field
17323 // The client-server buffer framecount.17324 // The framecount is generally between 960 - 48000 for PCM encoding.17325 // The framecount represents raw buffer size in bytes for non-PCM encoding.17388 // The framecount of the buffer delivered to (or from) the HAL.17389 // The framecount is generally ~960 for PCM encoding.17390 // The framecount represents raw buffer size in bytes for non-PCM encoding.17441 // The client-server buffer framecount.17442 // The framecount is generally between 960 - 48000 for PCM encoding.17443 // The framecount represents raw buffer size in bytes for non-PCM encoding.17444 // A static track (see traits) may have a very large framecount.