Searched refs:bundleInfo (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraChannel.cpp207 cam_bundle_config_t bundleInfo; local
208 memset(&bundleInfo, 0, sizeof(bundleInfo));
209 rc = m_camOps->get_bundle_info(m_camHandle, m_handle, &bundleInfo);
214 if (bundleInfo.num_of_streams > 1) {
215 for (int i = 0; i < bundleInfo.num_of_streams; i++) {
216 QCameraStream *pStream = getStreamByServerID(bundleInfo.stream_ids[i]);
227 param.bundleInfo = bundleInfo;
/hardware/qcom/camera/QCamera2/stack/common/
H A Dcam_intf.h328 cam_bundle_config_t bundleInfo; /* set bundle info*/ member in union:__anon425::__anon426

Completed in 602 milliseconds