Searched refs:pOut (Results 1 – 5 of 5) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/fs/Streaming/ |
| D | FsSampleStreamingReader.cpp | 61 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()
|
| D | FsSampleStreaming.h | 141 bool LoadMemo(PacketData **pOut);
|
| D | FsSampleStreamingWriter.cpp | 59 ENUM_RECORDING_RESULT SetData(const bit8 *pOut, s32 size);
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Demo/ScreenCapture/ |
| D | gx_CaptureUtil.cpp | 44 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()
|
| D | TriangleSimple.cpp | 47 extern void GetProjectionForPartialCapture(nn::math::Matrix44* pOut, nn::math::Matrix44* proj,
|