Searched refs:buffer2 (Results 1 – 4 of 4) sorted by relevance
| /RvlSDK-3.3/build/demos/dvddemo/src/ |
| D | dvddemo3.c | 116 u8* buffer2; // pointer to the buffer in main() local 157 buffer2 = (u8*)OSAlloc(OSRoundUp32B(fileSize2)); in main() 167 if (FALSE == DVDReadAsync(&fileInfo2, (void*)buffer2, in main() 222 ptr2 = buffer2; in main() 230 OSFree(buffer2); in main()
|
| /RvlSDK-3.3/build/demos/cntdemo/src/ |
| D | datatitledemo.c | 56 u8* buffer2; // pointer to the buffer in main() local 111 buffer2 = (u8*)MEMAllocFromAllocator(&DemoAllocator1, OSRoundUp32B(fileSize2)); in main() 125 rv = CNTRead(&fileInfo2, (void*)buffer2, (u32)OSRoundUp32B(fileSize2)); in main() 178 ptr2 = buffer2; in main() 193 MEMFreeToAllocator(&DemoAllocator1, buffer2); in main()
|
| D | cntdemo.c | 58 u8* buffer2; // pointer to the buffer in main() local 112 buffer2 = (u8*)MEMAllocFromAllocator(&DemoAllocator1, OSRoundUp32B(fileSize2)); in main() 126 rv = CNTRead(&fileInfo2, (void*)buffer2, (u32)OSRoundUp32B(fileSize2)); in main() 179 ptr2 = buffer2; in main() 194 MEMFreeToAllocator(&DemoAllocator1, buffer2); in main()
|
| /RvlSDK-3.3/build/demos/thpdemo/src/THPPlayerStrmAX/ |
| D | THPPlayer.c | 91 static u32 StreamUpdateCallback(void *buffer1, u32 len1, void *buffer2, u32 len2, u32 user);
|