Lines Matching defs:stats
521 // gather the final stats for this record
527 const sp<AMessage> &stats = trackStats.itemAt(i);
530 stats->findString("mime", &mime);
533 stats->findString("component-name", &name);
542 if (stats->findInt32("width", &width)
543 && stats->findInt32("height", &height)) {
550 stats->findInt64("frames-total", &numFramesTotal);
551 stats->findInt64("frames-dropped-output", &numFramesDropped);
642 if (property_get_bool("persist.debug.sf.stats", false)) {
855 const sp<AMessage> &stats = trackStats.itemAt(i);
858 if (stats->findString("mime", &mime)) {
864 if (stats->findString("component-name", &name)) {
871 if (stats->findInt32("width", &width)
872 && stats->findInt32("height", &height)) {
880 stats->findInt64("frames-total", &numFramesTotal);
881 stats->findInt64("frames-dropped-output", &numFramesDropped);