Lines Matching refs:super_buf
788 void QCamera3PostProcessor::releaseSuperBuf(mm_camera_super_buf_t *super_buf) in releaseSuperBuf() argument
790 if (NULL != super_buf) { in releaseSuperBuf()
792 m_parent->bufDone(super_buf); in releaseSuperBuf()
1603 mm_camera_super_buf_t *super_buf; in dataProcessRoutine() local
1604 super_buf = (mm_camera_super_buf_t *)pme->m_inputRawQ.dequeue(); in dataProcessRoutine()
1605 if (NULL != super_buf) { in dataProcessRoutine()
1606 pme->releaseSuperBuf(super_buf); in dataProcessRoutine()
1607 free(super_buf); in dataProcessRoutine()
1609 super_buf = (mm_camera_super_buf_t *)pme->m_inputPPQ.dequeue(); in dataProcessRoutine()
1610 if (NULL != super_buf) { in dataProcessRoutine()
1611 pme->releaseSuperBuf(super_buf); in dataProcessRoutine()
1612 free(super_buf); in dataProcessRoutine()