Home | History | Annotate | Download | only in HAL

Lines Matching defs:bundleInfo

306         cam_bundle_config_t bundleInfo;
307 memset(&bundleInfo, 0, sizeof(bundleInfo));
308 rc = m_camOps->get_bundle_info(m_camHandle, m_handle, &bundleInfo);
313 if (bundleInfo.num_of_streams > 1) {
314 for (int i = 0; i < bundleInfo.num_of_streams; i++) {
315 QCameraStream *pStream = getStreamByServerID(bundleInfo.stream_ids[i]);
327 param.bundleInfo = bundleInfo;