Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/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-2.4.0/include/nn/boss/
Dboss_TaskAction.h132 nn::Result AddHeaderField(const char* pLabel, const char* pValue);
171 nn::Result SetHttpProperty(PropertyType type, const void* pValue, size_t size) ;
197 nn::Result GetHttpProperty(PropertyType type, void* pValue, size_t size) ;
218 nn::Result SetFileProperty(PropertyType type, const void* pValue, size_t size) ;
239 nn::Result GetFileProperty(PropertyType type, void* pValue, size_t size) ;
289 nn::Result virtual GetProperty(PropertyType type, void* pValue, size_t size);
Dboss_NsaDownloadAction.h76 nn::Result virtual SetProperty(PropertyType type, const void* pValue, size_t size);
102 nn::Result virtual GetProperty(PropertyType type, void* pValue, size_t size);
Dboss_TaskOption.h92 nn::Result SetProperty(PropertyType type, const void* pValue, size_t size);
111 nn::Result GetProperty(PropertyType type, void* pValue, size_t size);
Dboss_TaskPolicy.h139 nn::Result SetProperty(PropertyType type, const void* pValue, size_t size);
161 nn::Result GetProperty(PropertyType type, void* pValue, size_t size);
Dboss_TaskStatus.h73 Result GetProperty(PropertyType type, void* pValue, size_t size);
Dboss_TaskError.h63 nn::Result GetProperty(PropertyType type, void* pValue, size_t size);
Dboss_NsData.h101 nn::Result GetHeaderInfo(HeaderInfoType type, void* pValue, size_t size);
/CTR-SDK-2.4.0/include/nn/http/
Dhttp_Connection.h419 nn::Result AddHeaderField(const char* pLabel, const char* pValue);
447 nn::Result AddPostDataAscii(const char* pLabel, const char* pValue);
474 nn::Result AddPostDataBinary(const char* pLabel, const void* pValue, size_t valueSize);
502 nn::Result AddPostDataRaw(const void* pValue, size_t valueSize);
597 nn::Result SendPostDataAscii(const char* pLabel, const char* pValue);
614 …nn::Result SendPostDataAscii(const char* pLabel, const char* pValue, const nn::fnd::TimeSpan& time…
641 nn::Result SendPostDataBinary(const char* pLabel, const void* pValue, size_t valueSize);
659 …nn::Result SendPostDataBinary(const char* pLabel, const void* pValue, size_t valueSize, const nn::…
685 nn::Result SendPostDataRaw(const void* pValue, size_t valueSize);
702 …nn::Result SendPostDataRaw(const void* pValue, size_t valueSize, const nn::fnd::TimeSpan& timeout);
[all …]
/CTR-SDK-2.4.0/include/nn/dsp/CTR/MPCore/
Ddsp_Api.h117 nn::Result RecvData( u16 regNo, u16 *pValue );