Lines Matching refs:super_buf
661 void QCamera3PostProcessor::releaseSuperBuf(mm_camera_super_buf_t *super_buf) in releaseSuperBuf() argument
663 if (NULL != super_buf) { in releaseSuperBuf()
665 m_parent->bufDone(super_buf); in releaseSuperBuf()
1161 mm_camera_super_buf_t *super_buf; in dataProcessRoutine() local
1167 super_buf = (mm_camera_super_buf_t *)pme->m_inputRawQ.dequeue(); in dataProcessRoutine()
1168 if (NULL != super_buf) { in dataProcessRoutine()
1169 pme->releaseSuperBuf(super_buf); in dataProcessRoutine()
1170 free(super_buf); in dataProcessRoutine()
1172 super_buf = (mm_camera_super_buf_t *)pme->m_inputPPQ.dequeue(); in dataProcessRoutine()
1173 if (NULL != super_buf) { in dataProcessRoutine()
1174 pme->releaseSuperBuf(super_buf); in dataProcessRoutine()
1175 free(super_buf); in dataProcessRoutine()
1177 super_buf = (mm_camera_super_buf_t *)pme->m_inputMetaQ.dequeue(); in dataProcessRoutine()
1178 if (NULL != super_buf) { in dataProcessRoutine()
1179 pme->releaseSuperBuf(super_buf); in dataProcessRoutine()
1180 free(super_buf); in dataProcessRoutine()