Lines Matching refs:app_cb
1808 qcamera_data_argm_t *app_cb = ( qcamera_data_argm_t * ) user_data; in releaseNotifyData() local
1810 if ( ( NULL != app_cb ) && ( NULL != postProc ) ) { in releaseNotifyData()
1813 app_cb->release_data.unlinkFile && in releaseNotifyData()
1816 String8 unlinkPath((const char *) app_cb->release_data.data->data, in releaseNotifyData()
1817 app_cb->release_data.data->size); in releaseNotifyData()
1823 if (app_cb && NULL != app_cb->release_data.data) { in releaseNotifyData()
1824 app_cb->release_data.data->release(app_cb->release_data.data); in releaseNotifyData()
1825 app_cb->release_data.data = NULL; in releaseNotifyData()
1827 if (app_cb && NULL != app_cb->release_data.frame) { in releaseNotifyData()
1828 postProc->releaseSuperBuf(app_cb->release_data.frame); in releaseNotifyData()
1829 free(app_cb->release_data.frame); in releaseNotifyData()
1830 app_cb->release_data.frame = NULL; in releaseNotifyData()
1832 if (app_cb && NULL != app_cb->release_data.streamBufs) { in releaseNotifyData()
1833 app_cb->release_data.streamBufs->deallocate(); in releaseNotifyData()
1834 delete app_cb->release_data.streamBufs; in releaseNotifyData()
1835 app_cb->release_data.streamBufs = NULL; in releaseNotifyData()
1837 free(app_cb); in releaseNotifyData()