Lines Matching refs:super_buf
638 void QCamera3PostProcessor::releaseSuperBuf(mm_camera_super_buf_t *super_buf) in releaseSuperBuf() argument
640 if (NULL != super_buf) { in releaseSuperBuf()
642 m_parent->bufDone(super_buf); in releaseSuperBuf()
1136 mm_camera_super_buf_t *super_buf = in dataProcessRoutine() local
1138 if (NULL != super_buf) { in dataProcessRoutine()
1139 pme->releaseSuperBuf(super_buf); in dataProcessRoutine()
1140 free(super_buf); in dataProcessRoutine()
1142 super_buf = (mm_camera_super_buf_t *)pme->m_inputRawQ.dequeue(); in dataProcessRoutine()
1143 if (NULL != super_buf) { in dataProcessRoutine()
1144 pme->releaseSuperBuf(super_buf); in dataProcessRoutine()
1145 free(super_buf); in dataProcessRoutine()
1147 super_buf = (mm_camera_super_buf_t *)pme->m_inputPPQ.dequeue(); in dataProcessRoutine()
1148 if (NULL != super_buf) { in dataProcessRoutine()
1149 pme->releaseSuperBuf(super_buf); in dataProcessRoutine()
1150 free(super_buf); in dataProcessRoutine()
1152 super_buf = (mm_camera_super_buf_t *)pme->m_inputMetaQ.dequeue(); in dataProcessRoutine()
1153 if (NULL != super_buf) { in dataProcessRoutine()
1154 pme->releaseSuperBuf(super_buf); in dataProcessRoutine()
1155 free(super_buf); in dataProcessRoutine()