Home
last modified time | relevance | path

Searched refs:ReadNandFile (Results 1 – 3 of 3) sorted by relevance

/RvlHBMSdk-4.5/build/demos/hbmdemo/networkmanual_jpeg/src/
Dnetworkmanual_jpeg.cpp223 static void* ReadNandFile( in ReadNandFile() function
281 compbuffer = ReadNandFile( fileName, cnt ); in ReadNandFileLZ()
312 compbuffer = ReadNandFile( fileName, cnt ); in ReadNandFileHuff()
399 sIconTpl = ( TPLPalettePtr )ReadNandFile( nameBuf, &CntHandle_Shared ); in Init()
563 pHbmInfo->msgBuf = ReadNandFile( nameBuf, &CntHandle_Sample ); in InitHomeButtonInfo()
564 pNetInfo->msgBuf = ReadNandFile( "/HomeButton3/network.csv", &CntHandle_Sample, NULL ); in InitHomeButtonInfo()
568 pHbmInfo->configBuf = ReadNandFile( nameBuf, &CntHandle_Shared, &pHbmInfo->configBufSize ); in InitHomeButtonInfo()
837 jpgbuffer = (u8*)ReadNandFile( "sample.jpg", &CntHandle_Sample, &jpgsize ); in main()
839 … jpgbuffer = (u8*)ReadNandFile( "s_sample.jpg", &CntHandle_Sample, &jpgsize ); in main()
/RvlHBMSdk-4.5/build/demos/hbmdemo/networkmanual_tpl/src/
Dnetworkmanual_tpl.cpp354 static void* ReadNandFile( in ReadNandFile() function
412 compbuffer = ReadNandFile( fileName, cnt ); in ReadNandFileLZ()
443 compbuffer = ReadNandFile( fileName, cnt ); in ReadNandFileHuff()
530 sIconTpl = ( TPLPalettePtr )ReadNandFile( nameBuf, &CntHandle_Shared ); in Init()
694 pHbmInfo->msgBuf = ReadNandFile( nameBuf, &CntHandle_Sample ); in InitHomeButtonInfo()
695 pNetInfo->msgBuf = ReadNandFile( "/HomeButton3/network.csv", &CntHandle_Sample, NULL ); in InitHomeButtonInfo()
699 pHbmInfo->configBuf = ReadNandFile( nameBuf, &CntHandle_Shared, &pHbmInfo->configBufSize ); in InitHomeButtonInfo()
851 tplGraphic = (TPLPalettePtr)ReadNandFile( "sample.tpl", &CntHandle_Sample ); in main()
862 tplGraphic_Test = (TPLPalettePtr)ReadNandFile( "test.tpl", &CntHandle_Sample ); in main()
/RvlHBMSdk-4.5/build/demos/hbmdemo/shareddemo/src/
Dshared.cpp227 static void* ReadNandFile( in ReadNandFile() function
285 compbuffer = ReadNandFile( fileName, cnt ); in ReadNandFileLZ()
316 compbuffer = ReadNandFile( fileName, cnt ); in ReadNandFileHuff()
401 sIconTpl = ( TPLPalettePtr )ReadNandFile( nameBuf, &CntHandle_Shared ); in Init()
575 pHbmInfo->msgBuf = ReadNandFile( nameBuf, &CntHandle_Message ); in InitHomeButtonInfo()
579 pHbmInfo->configBuf = ReadNandFile( nameBuf, &CntHandle_Shared, &pHbmInfo->configBufSize ); in InitHomeButtonInfo()