Home
last modified time | relevance | path

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

/RvlHBMSdk-4.4/build/demos/hbmdemo/networkmanual_jpeg/src/
Dnetworkmanual_jpeg.cpp217 static void* ReadNandFile( in ReadNandFile() function
275 compbuffer = ReadNandFile( fileName, cnt ); in ReadNandFileLZ()
306 compbuffer = ReadNandFile( fileName, cnt ); in ReadNandFileHuff()
392 sIconTpl = ( TPLPalettePtr )ReadNandFile( nameBuf, &CntHandle_Shared ); in Init()
556 pHbmInfo->msgBuf = ReadNandFile( nameBuf, &CntHandle_Sample ); in InitHomeButtonInfo()
557 pNetInfo->msgBuf = ReadNandFile( "/HomeButton3/network.csv", &CntHandle_Sample, NULL ); in InitHomeButtonInfo()
561 pHbmInfo->configBuf = ReadNandFile( nameBuf, &CntHandle_Shared, &pHbmInfo->configBufSize ); in InitHomeButtonInfo()
833 jpgbuffer = (u8*)ReadNandFile( "sample.jpg", &CntHandle_Sample, &jpgsize ); in main()
835 … jpgbuffer = (u8*)ReadNandFile( "s_sample.jpg", &CntHandle_Sample, &jpgsize ); in main()
/RvlHBMSdk-4.4/build/demos/hbmdemo/networkmanual_tpl/src/
Dnetworkmanual_tpl.cpp348 static void* ReadNandFile( in ReadNandFile() function
406 compbuffer = ReadNandFile( fileName, cnt ); in ReadNandFileLZ()
437 compbuffer = ReadNandFile( fileName, cnt ); in ReadNandFileHuff()
523 sIconTpl = ( TPLPalettePtr )ReadNandFile( nameBuf, &CntHandle_Shared ); in Init()
687 pHbmInfo->msgBuf = ReadNandFile( nameBuf, &CntHandle_Sample ); in InitHomeButtonInfo()
688 pNetInfo->msgBuf = ReadNandFile( "/HomeButton3/network.csv", &CntHandle_Sample, NULL ); in InitHomeButtonInfo()
692 pHbmInfo->configBuf = ReadNandFile( nameBuf, &CntHandle_Shared, &pHbmInfo->configBufSize ); in InitHomeButtonInfo()
843 tplGraphic = (TPLPalettePtr)ReadNandFile( "sample.tpl", &CntHandle_Sample ); in main()
854 tplGraphic_Test = (TPLPalettePtr)ReadNandFile( "test.tpl", &CntHandle_Sample ); in main()
/RvlHBMSdk-4.4/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()
400 sIconTpl = ( TPLPalettePtr )ReadNandFile( nameBuf, &CntHandle_Shared ); in Init()
574 pHbmInfo->msgBuf = ReadNandFile( nameBuf, &CntHandle_Message ); in InitHomeButtonInfo()
578 pHbmInfo->configBuf = ReadNandFile( nameBuf, &CntHandle_Shared, &pHbmInfo->configBufSize ); in InitHomeButtonInfo()