Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/downmix/tests/
Ddownmixtest.cpp118 const int fileFrameSize = numFileChannels * sizeof(short); in DownmixExecute() local
139 while (fread(inS16.data(), fileFrameSize, FRAME_LENGTH, finp) == in DownmixExecute()
144 FRAME_LENGTH * fileFrameSize); in DownmixExecute()