Home | History | Annotate | Download | only in HAL

Lines Matching refs:offline

953  *   @offline        : configure for offline reprocessing
963 bool offline)
994 //Skip all the stream other than RAW and POSTVIEW incase of offline of RAW
1089 if (offline) {
1094 pStream->getFormat(rp_cfg.offline.input_fmt);
1095 pStream->getFrameDimension(rp_cfg.offline.input_dim);
1097 rp_cfg.offline.input_buf_planes.plane_info = offset;
1098 rp_cfg.offline.input_type = pStream->getMyOriginalType();
1100 rp_cfg.offline.num_of_bufs = 2;
1142 if (offline) {
1143 type = streamInfo->reprocess_config.offline.input_type;
1230 * DESCRIPTION: stop channel and unmap offline buffers
1253 LOGE("Error during offline buffer unmap %d",
1266 * DESCRIPTION: request to do offline reprocess on the frame
1355 LOGI("Offline reprocessing id = %d buf Id = %d meta index = %d type = %d",
1370 * DESCRIPTION: request to do offline reprocess on the frame
1434 // Store crop/roi information for offline reprocess
1460 //For offline RAW reprocessing, make sure cache is clean & invalidated
1512 //Skip all the stream other than RAW and POSTVIEW incase of offline of RAW