Home
last modified time | relevance | path

Searched refs:Context (Results 1 – 6 of 6) sorted by relevance

/CTR-SDK-4.2.5/include/nn/util/
Dutil_Crc.h75 typedef u8 Context; typedef
84 Context m_Context;
140 typedef u16 Context; typedef
149 Context m_Context;
206 typedef u16 Context; typedef
215 Context m_Context;
273 typedef u32 Context; typedef
282 Context m_Context;
340 typedef u32 Context; typedef
349 Context m_Context;
/CTR-SDK-4.2.5/sources/libraries/os/
Dos_ContinuationIterator.cpp21 void Context::Initialize(void *pc, uptr sp) in Initialize()
27 asm bit32 Context::SwitchImpl(bit32 /* r0 */, Registers* /* from */, Registers* /* to */) in SwitchImpl()
35 asm bit32 Context::SwitchImpl(bit32 /* r0 */, bit32 /* r1 */, Registers* /* from */, Registers* /* … in SwitchImpl()
43 asm void Context::SwitchImpl(bit32 /* r0 */, Registers* /* to */) in SwitchImpl()
50 asm bit32 Context::CallOnOtherStackImpl(bit32 /* r0: arg0 */, void* /* r1: f */, Registers* /* r2: … in CallOnOtherStackImpl()
69 this->m_MainContext = AllocateFromStack(Context, sp); in Initialize()
70 this->m_IteratorContext = AllocateFromStack(Context, sp); in Initialize()
/CTR-SDK-4.2.5/include/nn/os/
Dos_ContinuationIterator.h28 class Context
46 …bit32 SwitchFrom(bit32 r0, Context& currentContext) { return SwitchImpl(r0, &currentContext.m_Regi… in SwitchFrom()
47 …bit32 SwitchFrom(bit32 r0, bit32 r1, Context& currentContext) { return SwitchImpl(r0, r1, &current… in SwitchFrom()
49 …static bit32 CallOnOtherStack(nn::os::Context& context, uptr sp, void* f) { return CallOnOtherStac… in CallOnOtherStack()
50 …static bit32 CallOnOtherStack(nn::os::Context& context, uptr sp, void* f, bit32 arg0) { return Cal… in CallOnOtherStack()
52 …static bit32 CallOnOtherStack(uptr sp, void* f, bit32 arg0) { Context c; return CallOnOtherStack(c… in CallOnOtherStack()
60 Context* m_MainContext;
61 Context* m_IteratorContext;
/CTR-SDK-4.2.5/include/nn/camera/CTR/
Dcamera_Api.h59 nn::Result SwitchContext( CameraSelect select, Context next );
67 nn::Result FlipImage( CameraSelect select, Flip flip, Context context );
68 …t select, s16 width, s16 height, s16 cropX0, s16 cropY0, s16 cropX1, s16 cropY1, Context context );
69 nn::Result SetSize( CameraSelect select, Size size, Context context );
72 nn::Result SetEffect( CameraSelect select, Effect effect, Context context );
75 nn::Result SetOutputFormat( CameraSelect select, OutputFormat format, Context context );
433 inline nn::Result SwitchContext( CameraSelect select, Context next ) in SwitchContext()
546 inline nn::Result FlipImage( CameraSelect select, Flip flip, Context context = CONTEXT_BOTH )
581 …ght, s16 cropX0 = 0, s16 cropY0 = 0, s16 cropX1 = 639, s16 cropY1 = 479, Context context = CONTEXT…
596 inline nn::Result SetSize( CameraSelect select, Size size, Context context = CONTEXT_BOTH )
[all …]
Dcamera_Types.h66 enum Context enum
273 util::SizedEnum1<Context> context; //
287 util::SizedEnum1<Context> context; //
Dcamera_Camera.h133 …ic nn::Result SwitchContext( nn::camera::CTR::CameraSelect camera, nn::camera::CTR::Context next );
142 …::camera::CTR::CameraSelect camera, nn::camera::CTR::Flip flip, nn::camera::CTR::Context context );
143 …th, s16 height, s16 cropX0, s16 cropY0, s16 cropX1, s16 cropY1, nn::camera::CTR::Context context );
144 …::camera::CTR::CameraSelect camera, nn::camera::CTR::Size size, nn::camera::CTR::Context context );
147 …mera::CTR::CameraSelect camera, nn::camera::CTR::Effect effect, nn::camera::CTR::Context context );
150 …CTR::CameraSelect camera, nn::camera::CTR::OutputFormat format, nn::camera::CTR::Context context );