Home
last modified time | relevance | path

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

/frameworks/av/services/mediametrics/
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()
207 << " framecount:" << framecount in statsd_audiothread()
/frameworks/av/media/libaudioclient/tests/
Dtrack_test_input_v1.0_ref.txt21 # framecount tests
/frameworks/proto_logging/stats/message/
Dmediametrics_message.proto75 optional int32 framecount = 2; field
/frameworks/proto_logging/stats/
Datoms.proto17323 // 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.