Searched refs:cf (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-3.3/build/demos/gxdemo/src/Framebuffer/ |
| D | frb-vfilter.c | 180 myCopyFilter cf; in main() local 215 cf.RMIndex = 3; // GXNtsc480Int in main() 217 myInitCopyFilter( &cf ); in main() 222 rmode = GXRMObjPtrStrTbl[cf.RMIndex].GXRMObjPtr; in main() 240 myCopyFilterTick( &cf, &cp ); in main() 242 rmode = GXRMObjPtrStrTbl[cf.RMIndex].GXRMObjPtr; in main() 243 GXSetCopyFilter( rmode->aa, rmode->sample_pattern, GX_TRUE, cf.newFilter ); in main() 247 myDrawCaptionTick(cf, &cp); in main() 284 static void myDrawCaptionTick( myCopyFilter cf, myControlParam * cp ){ in myDrawCaptionTick() argument 298 DEMOPrintf((s16)(pos_x+10), (s16)(i*10+10+pos_y), pos_z, "%d", cf.newFilter[i]); in myDrawCaptionTick() [all …]
|
| /RvlSDK-3.3/include/revolution/ |
| D | cnt.h | 225 …contentOpenNAND ( CNTHandleNAND* Cnt, const char* filename, CNTFileInfoNAND* cf ); 226 s32 contentReadNAND ( CNTFileInfoNAND* cf, void* addr, u32 length, s32 offset ); 227 s32 contentReadNANDModified ( CNTFileInfoNAND* cf, void* addr, u32 length ); 228 s32 contentSeekNAND ( CNTFileInfoNAND* cf, s32 offset, u32 whence ); 229 s32 contentTellNAND ( CNTFileInfoNAND* cf ); 230 u32 contentGetLengthNAND ( CNTFileInfoNAND* cf ); 231 s32 contentCloseNAND ( CNTFileInfoNAND* cf ); 233 s32 contentFastOpenNAND ( CNTHandleNAND* Cnt, s32 entrynum, CNTFileInfoNAND* cf ); 257 s32 contentOpenDVD ( CNTHandleDVD* Cnt, const char* filename, CNTFileInfoDVD* cf… 258 s32 contentReadDVD ( CNTFileInfoDVD* cf, void* addr, u32 length, s32 offset ); [all …]
|