Searched refs:pInfo (Results 1 - 4 of 4) sorted by relevance
/drivers/peripheral/camera/hal_c/hdi_cif/src/ |
H A D | stream_operator.cpp | 33 const std::shared_ptr<StreamInfo>& pInfo, in IsStreamsSupported() 41 si.streamId = pInfo->streamId_; in IsStreamsSupported() 42 si.width = pInfo->width_; in IsStreamsSupported() 43 si.height = pInfo->height_; in IsStreamsSupported() 44 si.format = pInfo->format_; in IsStreamsSupported() 45 si.dataspace = pInfo->dataspace_; in IsStreamsSupported() 46 si.intent = pInfo->intent_; in IsStreamsSupported() 47 si.tunneledMode = pInfo->tunneledMode_; in IsStreamsSupported() 48 si.minFrameDuration = pInfo->minFrameDuration_; in IsStreamsSupported() 51 BindBufferProducer(pInfo in IsStreamsSupported() 31 IsStreamsSupported(OperationMode mode, const std::shared_ptr<CameraMetadata>& modeSetting, const std::shared_ptr<StreamInfo>& pInfo, StreamSupportType& pType) IsStreamsSupported() argument 215 Capture(int captureId, const std::shared_ptr<CaptureInfo>& pInfo, bool isStreaming) Capture() argument [all...] |
/drivers/peripheral/camera/interfaces/hdi_ipc/utils/src/ |
H A D | utils_data_stub.cpp | 265 bool UtilsDataStub::EncodeStreamInfo(const std::shared_ptr<StreamInfo> &pInfo, MessageParcel &parcel) in EncodeStreamInfo() argument 268 bRet = (bRet && parcel.WriteInt32(static_cast<int32_t>(pInfo->streamId_))); in EncodeStreamInfo() 269 bRet = (bRet && parcel.WriteInt32(static_cast<int32_t>(pInfo->width_))); in EncodeStreamInfo() 270 bRet = (bRet && parcel.WriteInt32(static_cast<int32_t>(pInfo->height_))); in EncodeStreamInfo() 271 bRet = (bRet && parcel.WriteInt32(static_cast<int32_t>(pInfo->format_))); in EncodeStreamInfo() 272 bRet = (bRet && parcel.WriteInt32(pInfo->intent_)); in EncodeStreamInfo() 273 bRet = (bRet && parcel.WriteBool(pInfo->tunneledMode_)); in EncodeStreamInfo() 274 bool bufferQueueFlag = (pInfo->bufferQueue_->producer_ != nullptr) ? true : false; in EncodeStreamInfo() 277 bRet = (bRet && parcel.WriteRemoteObject(pInfo->bufferQueue_->producer_->AsObject())); in EncodeStreamInfo() 279 bRet = (bRet && parcel.WriteInt32(static_cast<int32_t>(pInfo in EncodeStreamInfo() 284 DecodeStreamInfo(MessageParcel &parcel, std::shared_ptr<StreamInfo> &pInfo) DecodeStreamInfo() argument [all...] |
/drivers/peripheral/camera/hal_c/hdi_cif/include/ |
H A D | stream_operator.h | 29 const std::shared_ptr<StreamInfo> &pInfo, 38 CamRetCode Capture(int captureId, const std::shared_ptr<CaptureInfo> &pInfo, bool isStreaming) override;
|
/drivers/peripheral/camera/interfaces/hdi_ipc/utils/include/ |
H A D | utils_data_stub.h | 34 static bool EncodeStreamInfo(const std::shared_ptr<StreamInfo> &pInfo, MessageParcel &parcel); 35 static void DecodeStreamInfo(MessageParcel &parcel, std::shared_ptr<StreamInfo> &pInfo);
|
Completed in 2 milliseconds