Lines Matching refs:needNewSess
1193 uint8_t &needNewSess) in encodeFWKData() argument
1292 LOGH("Need new session?:%d", needNewSess); in encodeFWKData()
1293 if (needNewSess) { in encodeFWKData()
1372 needNewSess = FALSE; in encodeFWKData()
1603 uint8_t &needNewSess) in encodeData() argument
1719 LOGH("Need new session?:%d", needNewSess); in encodeData()
1720 if (needNewSess) { in encodeData()
1791 needNewSess = FALSE; in encodeData()
2034 uint8_t needNewSess = TRUE; in dataProcessRoutine() local
2057 needNewSess = TRUE; in dataProcessRoutine()
2091 needNewSess = TRUE; in dataProcessRoutine()
2118 needNewSess = TRUE; in dataProcessRoutine()
2132 ret = pme->encodeFWKData(jpeg_job, needNewSess); in dataProcessRoutine()
2134 ret = pme->encodeData(jpeg_job, needNewSess); in dataProcessRoutine()