Home
last modified time | relevance | path

Searched defs:colTime (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sonic/
H A Dspectrogram.c270 int numRows, int colTime) { in interpolateSpectrogram()
286 sonicSpectrum nextSpectrum, int colTime) { in addBitmapCol()
331 double colTime = (double)totalTime * col / (numCols - 1); in sonicConvertSpectrogramToBitmap() local