Searched refs:pValue (Results 1 – 10 of 10) sorted by relevance
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/jpeg/CTR/ |
| D | jpeg_MpEncoder.h | 670 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/ |
| D | boss_TaskAction.h | 113 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);
|
| D | boss_NsaDownloadAction.h | 69 nn::Result virtual SetProperty(PropertyType type, const void* pValue, size_t size); 93 nn::Result virtual GetProperty(PropertyType type, void* pValue, size_t size);
|
| D | boss_TaskOption.h | 87 nn::Result SetProperty(PropertyType type, const void* pValue, size_t size); 104 nn::Result GetProperty(PropertyType type, void* pValue, size_t size);
|
| D | boss_TaskPolicy.h | 130 nn::Result SetProperty(PropertyType type, const void* pValue, size_t size); 150 nn::Result GetProperty(PropertyType type, void* pValue, size_t size);
|
| D | boss_TaskStatus.h | 71 Result GetProperty(PropertyType type, void* pValue, size_t size);
|
| D | boss_TaskError.h | 60 nn::Result GetProperty(PropertyType type, void* pValue, size_t size);
|
| D | boss_NsData.h | 95 nn::Result GetHeaderInfo(HeaderInfoType type, void* pValue, size_t size);
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/http/ |
| D | http_Connection.h | 432 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/ |
| D | dsp_Api.h | 107 nn::Result RecvData( u16 regNo, u16 *pValue );
|