Searched refs:ReadNandFile (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-3.3/build/demos/hbmdemo/networkmanual_jpeg/src/ |
| D | networkmanual_jpeg.cpp | 240 static void* ReadNandFile( in ReadNandFile() function 298 compbuffer = ReadNandFile( fileName, cnt ); in ReadNandFileLZ() 329 compbuffer = ReadNandFile( fileName, cnt ); in ReadNandFileHuff() 416 sIconTpl = ( TPLPalettePtr )ReadNandFile( nameBuf, &CntHandle_Shared ); in Init() 592 pHbmInfo->msgBuf = ReadNandFile( nameBuf, &CntHandle_Sample ); in InitHomeButtonInfo() 593 pNetInfo->msgBuf = ReadNandFile( "/HomeButton3/network.csv", &CntHandle_Sample, NULL ); in InitHomeButtonInfo() 597 pHbmInfo->configBuf = ReadNandFile( nameBuf, &CntHandle_Shared, &pHbmInfo->configBufSize ); in InitHomeButtonInfo() 863 jpgbuffer = (u8*)ReadNandFile( "sample.jpg", &CntHandle_Sample, &jpgsize ); in main() 865 … jpgbuffer = (u8*)ReadNandFile( "s_sample.jpg", &CntHandle_Sample, &jpgsize ); in main()
|
| /RvlSDK-3.3/build/demos/hbmdemo/networkmanual_tpl/src/ |
| D | networkmanual_tpl.cpp | 367 static void* ReadNandFile( in ReadNandFile() function 425 compbuffer = ReadNandFile( fileName, cnt ); in ReadNandFileLZ() 456 compbuffer = ReadNandFile( fileName, cnt ); in ReadNandFileHuff() 543 sIconTpl = ( TPLPalettePtr )ReadNandFile( nameBuf, &CntHandle_Shared ); in Init() 719 pHbmInfo->msgBuf = ReadNandFile( nameBuf, &CntHandle_Sample ); in InitHomeButtonInfo() 720 pNetInfo->msgBuf = ReadNandFile( "/HomeButton3/network.csv", &CntHandle_Sample, NULL ); in InitHomeButtonInfo() 724 pHbmInfo->configBuf = ReadNandFile( nameBuf, &CntHandle_Shared, &pHbmInfo->configBufSize ); in InitHomeButtonInfo() 876 tplGraphic = (TPLPalettePtr)ReadNandFile( "sample.tpl", &CntHandle_Sample ); in main() 887 tplGraphic_Test = (TPLPalettePtr)ReadNandFile( "test.tpl", &CntHandle_Sample ); in main()
|
| /RvlSDK-3.3/build/demos/hbmdemo/shareddemo/src/ |
| D | shared.cpp | 228 static void* ReadNandFile( in ReadNandFile() function 286 compbuffer = ReadNandFile( fileName, cnt ); in ReadNandFileLZ() 317 compbuffer = ReadNandFile( fileName, cnt ); in ReadNandFileHuff() 402 sIconTpl = ( TPLPalettePtr )ReadNandFile( nameBuf, &CntHandle_Shared ); in Init() 576 pHbmInfo->msgBuf = ReadNandFile( nameBuf, &CntHandle_Message ); in InitHomeButtonInfo() 580 pHbmInfo->configBuf = ReadNandFile( nameBuf, &CntHandle_Shared, &pHbmInfo->configBufSize ); in InitHomeButtonInfo()
|