Home | History | Annotate | Download | only in HAL

Lines Matching full:app_cb

771     qcamera_data_argm_t *app_cb = ( qcamera_data_argm_t * ) user_data;
773 if ( ( NULL != app_cb ) && ( NULL != postProc ) ) {
774 if (app_cb && NULL != app_cb->release_data.data) {
775 app_cb->release_data.data->release(app_cb->release_data.data);
776 app_cb->release_data.data = NULL;
778 if (app_cb && NULL != app_cb->release_data.frame) {
779 postProc->releaseSuperBuf(app_cb->release_data.frame);
780 free(app_cb->release_data.frame);
781 app_cb->release_data.frame = NULL;
783 free(app_cb);