Home
last modified time | relevance | path

Searched refs:frameId (Results 1 - 2 of 2) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/play/
H A Dstream_player.c52 uint32_t frameId = 0; in PlayStream() local
63 return frameId; in PlayStream()
68 return frameId; in PlayStream()
70 frameId = 1; in PlayStream()
72 uint32_t request = lwip_htonl(frameId); // to big endian in PlayStream()
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/
H A Dbin2stream.py47 frameId = int.from_bytes(req, 'big') # bytes request
51 if frameId < len(EncodeHandler.bitmapList):
53 body = EncodeHandler.bitmapList[frameId]
56 print('frameId out of range!')
66 print('frameId:', frameId, 'timeCost: %.3f' % timeCost.total_seconds())

Completed in 1 milliseconds