Home
last modified time | relevance | path

Searched refs:buffer1 (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.3/build/demos/dvddemo/src/
Ddvddemo3.c115 u8* buffer1; // pointer to the buffer in main() local
156 buffer1 = (u8*)OSAlloc(OSRoundUp32B(fileSize1)); in main()
159 if (FALSE == DVDReadAsync(&fileInfo1, (void*)buffer1, in main()
214 ptr1 = buffer1; in main()
229 OSFree(buffer1); in main()
/RvlSDK-3.3/build/demos/cntdemo/src/
Ddatatitledemo.c55 u8* buffer1; // pointer to the buffer in main() local
110 buffer1 = (u8*)MEMAllocFromAllocator(&DemoAllocator1, OSRoundUp32B(fileSize1)); in main()
115 rv = CNTRead(&fileInfo1, (void*)buffer1, (u32)OSRoundUp32B(fileSize1)); in main()
170 ptr1 = buffer1; in main()
192 MEMFreeToAllocator(&DemoAllocator1, buffer1); in main()
Dcntdemo.c57 u8* buffer1; // pointer to the buffer in main() local
111 buffer1 = (u8*)MEMAllocFromAllocator(&DemoAllocator1, OSRoundUp32B(fileSize1)); in main()
116 rv = CNTRead(&fileInfo1, (void*)buffer1, (u32)OSRoundUp32B(fileSize1)); in main()
171 ptr1 = buffer1; in main()
193 MEMFreeToAllocator(&DemoAllocator1, buffer1); in main()
/RvlSDK-3.3/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPPlayer.c91 static u32 StreamUpdateCallback(void *buffer1, u32 len1, void *buffer2, u32 len2, u32 user);