Searched refs:mDumpFilePathBase (Results 1 – 1 of 1) sorted by relevance
441 if (thiz->mDumpFilePathBase && format == AIMAGE_FORMAT_JPEG) { in validateImageCb()480 sprintf(dumpFilePath, "%s/%dx%d.jpg", thiz->mDumpFilePathBase, width, height); in validateImageCb()523 mDumpFilePathBase = path; in setDumpFilePathBase()530 const char* mDumpFilePathBase = nullptr; member in ImageReaderListener