Home
last modified time | relevance | path

Searched refs:setBundleInfo (Results 1 – 7 of 7) sorted by relevance

/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraStream.h134 int32_t setBundleInfo();
H A DQCameraChannel.cpp373 mStreams[i]->setBundleInfo(); in start()
H A DQCameraStream.cpp2916 int32_t QCameraStream::setBundleInfo() in setBundleInfo() function in qcamera::QCameraStream
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3Channel.h99 virtual int32_t setBundleInfo(const cam_bundle_config_t &bundleInfo);
786 int32_t setBundleInfo(const cam_bundle_config_t &) override in setBundleInfo() function
H A DQCamera3HWI.h522 int32_t setBundleInfo();
H A DQCamera3HWI.cpp5484 rc = setBundleInfo(); in processCaptureRequest()
6659 rc = setBundleInfo(); in flush()
15339 int32_t QCamera3HardwareInterface::setBundleInfo() in setBundleInfo() function in qcamera::QCamera3HardwareInterface
15353 mAnalysisChannel->setBundleInfo(bundleInfo); in setBundleInfo()
15356 mSupportChannel->setBundleInfo(bundleInfo); in setBundleInfo()
15361 channel->setBundleInfo(bundleInfo); in setBundleInfo()
15364 mRawDumpChannel->setBundleInfo(bundleInfo); in setBundleInfo()
15367 mHdrPlusRawSrcChannel->setBundleInfo(bundleInfo); in setBundleInfo()
H A DQCamera3Channel.cpp378 int32_t QCamera3Channel::setBundleInfo(const cam_bundle_config_t &bundleInfo) in setBundleInfo() function in qcamera::QCamera3Channel