Home
last modified time | relevance | path

Searched refs:pValue (Results 1 – 10 of 10) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/jpeg/CTR/
Djpeg_MpEncoder.h670 void SetMpPanOverlapH(const Rational* pValue) in SetMpPanOverlapH() argument
674 if (pValue) in SetMpPanOverlapH()
676 m_TemporarySetting.mpAttribute.panOverlapH = *pValue; in SetMpPanOverlapH()
713 void SetMpPanOverlapV(const Rational* pValue) in SetMpPanOverlapV() argument
717 if (pValue) in SetMpPanOverlapV()
719 m_TemporarySetting.mpAttribute.panOverlapV = *pValue; in SetMpPanOverlapV()
802 void SetMpConvergenceAngle(const Srational* pValue) in SetMpConvergenceAngle() argument
806 if (pValue) in SetMpConvergenceAngle()
808 m_TemporarySetting.mpAttribute.convergenceAngle = *pValue; in SetMpConvergenceAngle()
846 void SetMpBaselineLength(const Rational* pValue) in SetMpBaselineLength() argument
[all …]
/CTR-SDK-1.0.0/CTR_SDK/include/nn/boss/
Dboss_TaskAction.h113 nn::Result AddHeaderField(const char* pLabel, const char* pValue);
149 nn::Result SetHttpProperty(PropertyType type, const void* pValue, size_t size) ;
173 nn::Result GetHttpProperty(PropertyType type, void* pValue, size_t size) ;
192 nn::Result SetFileProperty(PropertyType type, const void* pValue, size_t size) ;
211 nn::Result GetFileProperty(PropertyType type, void* pValue, size_t size) ;
259 nn::Result virtual GetProperty(PropertyType type, void* pValue, size_t size);
Dboss_NsaDownloadAction.h69 nn::Result virtual SetProperty(PropertyType type, const void* pValue, size_t size);
93 nn::Result virtual GetProperty(PropertyType type, void* pValue, size_t size);
Dboss_TaskOption.h87 nn::Result SetProperty(PropertyType type, const void* pValue, size_t size);
104 nn::Result GetProperty(PropertyType type, void* pValue, size_t size);
Dboss_TaskPolicy.h130 nn::Result SetProperty(PropertyType type, const void* pValue, size_t size);
150 nn::Result GetProperty(PropertyType type, void* pValue, size_t size);
Dboss_TaskStatus.h71 Result GetProperty(PropertyType type, void* pValue, size_t size);
Dboss_TaskError.h60 nn::Result GetProperty(PropertyType type, void* pValue, size_t size);
Dboss_NsData.h95 nn::Result GetHeaderInfo(HeaderInfoType type, void* pValue, size_t size);
/CTR-SDK-1.0.0/CTR_SDK/include/nn/http/
Dhttp_Connection.h432 nn::Result AddHeaderField(const char* pLabel, const char* pValue);
460 nn::Result AddPostDataAscii(const char* pLabel, const char* pValue);
487 nn::Result AddPostDataBinary(const char* pLabel, const void* pValue, size_t valueSize);
515 nn::Result AddPostDataRaw(const void* pValue, size_t valueSize);
609 nn::Result SendPostDataAscii(const char* pLabel, const char* pValue);
626 …nn::Result SendPostDataAscii(const char* pLabel, const char* pValue, const nn::fnd::TimeSpan& time…
652 nn::Result SendPostDataBinary(const char* pLabel, const void* pValue, size_t valueSize);
670 …nn::Result SendPostDataBinary(const char* pLabel, const void* pValue, size_t valueSize, const nn::…
695 nn::Result SendPostDataRaw(const void* pValue, size_t valueSize);
712 …nn::Result SendPostDataRaw(const void* pValue, size_t valueSize, const nn::fnd::TimeSpan& timeout);
[all …]
/CTR-SDK-1.0.0/CTR_SDK/include/nn/dsp/CTR/MPCore/
Ddsp_Api.h107 nn::Result RecvData( u16 regNo, u16 *pValue );