Lines Matching refs:needReprocess
3068 if (!((needReprocess()) && (CAM_STREAM_TYPE_SNAPSHOT == stream_type ||
6663 if((!needReprocess())
8821 * FUNCTION : needReprocess
8830 bool QCamera2HardwareInterface::needReprocess()
8832 bool needReprocess = false;
8855 needReprocess = true;
8858 LOGH("needReprocess %s", needReprocess ? "true" : "false");
8859 return needReprocess;