Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxa_profiler.h48 unsigned long g_output_bytes; member
114 p_prof->g_output_bytes = 0; in xa_compute_mcps()
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-core.c688 if(prof.g_output_bytes) in xf_core_service()
690 unsigned long output_samples = prof.g_output_bytes; in xf_core_service()
696 prof.g_output_bytes = prof.cycles = 0; /* reset counters */ in xf_core_service()
Dxf-shmem.c261 prof.g_output_bytes += (unsigned long)m->length; in xf_shmem_process_output()