Searched refs:buffer (Results 1 – 3 of 3) sorted by relevance
| /RvlHBMSdk-4.5/build/demos/hbmdemo/networkmanual_jpeg/src/ |
| D | networkmanual_jpeg.cpp | 231 void* buffer; // Pointer to the buffer in ReadNandFile() local 252 buffer = (u8*)allocMem2( OSRoundUp32B( l_fileSize ) ); in ReadNandFile() 255 rv = CNTRead(&fileInfo, (void*)buffer, (u32)OSRoundUp32B( l_fileSize )); in ReadNandFile() 266 return buffer; in ReadNandFile() 277 void* buffer; // Pointer to the buffer in ReadNandFileLZ() local 289 buffer = (u8*)allocMem2( OSRoundUp32B(l_fileSize) ); in ReadNandFileLZ() 292 CXUncompressLZ( compbuffer, buffer ); in ReadNandFileLZ() 293 DCFlushRange( buffer, l_fileSize ); in ReadNandFileLZ() 298 return buffer; in ReadNandFileLZ() 309 void* buffer; // Pointer to the buffer in ReadNandFileHuff() local [all …]
|
| /RvlHBMSdk-4.5/build/demos/hbmdemo/shareddemo/src/ |
| D | shared.cpp | 235 void* buffer; // Pointer to the buffer in ReadNandFile() local 256 buffer = (u8*)allocMem2( OSRoundUp32B( l_fileSize ) ); in ReadNandFile() 259 rv = CNTRead(&fileInfo, (void*)buffer, (u32)OSRoundUp32B( l_fileSize )); in ReadNandFile() 270 return buffer; in ReadNandFile() 281 void* buffer; // Pointer to the buffer in ReadNandFileLZ() local 293 buffer = (u8*)allocMem2( OSRoundUp32B(l_fileSize) ); in ReadNandFileLZ() 296 CXUncompressLZ( compbuffer, buffer ); in ReadNandFileLZ() 297 DCFlushRange( buffer, l_fileSize ); in ReadNandFileLZ() 302 return buffer; in ReadNandFileLZ() 313 void* buffer; // Pointer to the buffer in ReadNandFileHuff() local [all …]
|
| /RvlHBMSdk-4.5/build/demos/hbmdemo/networkmanual_tpl/src/ |
| D | networkmanual_tpl.cpp | 362 void* buffer; // Pointer to the buffer in ReadNandFile() local 383 buffer = (u8*)allocMem2( OSRoundUp32B( l_fileSize ) ); in ReadNandFile() 386 rv = CNTRead(&fileInfo, (void*)buffer, (u32)OSRoundUp32B( l_fileSize )); in ReadNandFile() 397 return buffer; in ReadNandFile() 408 void* buffer; // Pointer to the buffer in ReadNandFileLZ() local 420 buffer = (u8*)allocMem2( OSRoundUp32B(l_fileSize) ); in ReadNandFileLZ() 423 CXUncompressLZ( compbuffer, buffer ); in ReadNandFileLZ() 424 DCFlushRange( buffer, l_fileSize ); in ReadNandFileLZ() 429 return buffer; in ReadNandFileLZ() 440 void* buffer; // Pointer to the buffer in ReadNandFileHuff() local [all …]
|