Lines Matching refs:FALSE
73 m_bInited(FALSE), in QCameraPostProcessor()
191 m_bInited = FALSE; in deinit()
218 if (m_bInited == FALSE) { in start()
278 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_START_DATA_PROC, TRUE, FALSE); in start()
469 m_bThumbnailNeeded = FALSE; in getJpegEncodingConfig()
731 status = FALSE; in validatePostProcess()
759 if (m_bInited == FALSE) { in processData()
856 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in processData()
876 if (m_bInited == FALSE) { in processRawData()
883 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in processRawData()
912 if (m_bInited == FALSE) { in processJpegEvt()
929 m_saveProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in processJpegEvt()
941 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in processJpegEvt()
971 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in processJpegEvt()
1045 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in processJpegEvt()
1069 if (m_bInited == FALSE) { in processPPData()
1133 triggerEvent = FALSE; in processPPData()
1196 triggerEvent = FALSE; in processPPData()
1209 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in processPPData()
1887 needNewSess = FALSE; in encodeData()
2303 uint8_t is_active = FALSE; in dataSaveRoutine()
2331 is_active = FALSE; in dataSaveRoutine()
2437 uint8_t is_active = FALSE; in dataProcessRoutine()
2466 FALSE, in dataProcessRoutine()
2467 FALSE); in dataProcessRoutine()
2476 is_active = FALSE; in dataProcessRoutine()
2630 bool found_meta = FALSE; in doReprocess()