Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/preprocessing/tests/
DPreProcessingTest.cpp335 struct stat statInput, statFar; in main() local
336 (void)fstat(fileno(inputFp.get()), &statInput); in main()
338 if (statInput.st_size != statFar.st_size) { in main()