Searched refs:mDumpFilePathBase (Results 1 – 1 of 1) sorted by relevance
269 if (thiz->mDumpFilePathBase && format == AIMAGE_FORMAT_JPEG) { in onImageAvailable()308 sprintf(dumpFilePath, "%s/%dx%d.jpg", thiz->mDumpFilePathBase, width, height); in onImageAvailable()330 mDumpFilePathBase = path; in setDumpFilePathBase()336 mDumpFilePathBase = nullptr; in reset()343 const char* mDumpFilePathBase = nullptr; member in ImageReaderListener