Home
last modified time | relevance | path

Searched refs:pOut (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/fs/Streaming/
DFsSampleStreamingReader.cpp61 bool TakePacket(PacketData **pOut);
191 bool RealTimeFileReader::TakePacket(PacketData **pOut) in TakePacket() argument
201 *pOut = reinterpret_cast<PacketData*>(out); in TakePacket()
218 bool LoadMemo(PacketData **pOut) in LoadMemo() argument
220 return s_RealTimeReader.TakePacket(pOut); in LoadMemo()
DFsSampleStreaming.h141 bool LoadMemo(PacketData **pOut);
DFsSampleStreamingWriter.cpp59 ENUM_RECORDING_RESULT SetData(const bit8 *pOut, s32 size);
/CTR-SDK-4.2.7-SampleDemos/gx/Demo/ScreenCapture/
Dgx_CaptureUtil.cpp44 void GetProjectionForPartialCapture(nn::math::Matrix44* pOut, nn::math::Matrix44* proj, in GetProjectionForPartialCapture() argument
48 NN_NULL_ASSERT(pOut); in GetProjectionForPartialCapture()
72 nn::math::MTX44FrustumPivot(pOut, partLeft, partRight, partBottom, partTop, near, far, pivot); in GetProjectionForPartialCapture()
DTriangleSimple.cpp47 extern void GetProjectionForPartialCapture(nn::math::Matrix44* pOut, nn::math::Matrix44* proj,