This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | btUNKNOWN 0 |
#define | btLIST 1 |
#define | btSTR 2 |
#define | btAUDIO 3 |
#define | GetLongWord() |
Functions | |
void | GetAVIBlock () |
unsigned char | PlayAvi () |
Try to play an avi file at current sector. |
Definition in file aviplay.c.
|
Definition at line 7 of file aviplay.c. Referenced by GetAVIBlock(). |
|
Definition at line 5 of file aviplay.c. Referenced by GetAVIBlock(). |
|
|
|
|
|
Value: Definition at line 10 of file aviplay.c. Referenced by GetAVIBlock(). |
|
Definition at line 15 of file aviplay.c. References addressType, AvailableProcessorTime(), btAUDIO, btLIST, DiskBlock::Raw::buf, dataBufPtr, diskSect, FGetChar(), fileSize, GetLongWord, GREEN_LED, Temp::i, Address::l, LED_OFF, LED_ON, MP3_DREQ, MP3_XDCS, Mp3DeselectData, Mp3SelectData, DiskBlock::raw, ReadDiskSector(), sectorAddress, SPIPutChar, SPIPutCharWithoutWaiting, SPIWait, and temp. Referenced by PlayAvi().
Here is the call graph for this function: |
|
Try to play an avi file at current sector. Returns 0x11 if AVI header is not found, 0 if the file is played. Definition at line 144 of file aviplay.c. References DiskBlock::Raw::buf, dataBufPtr, diskSect, fileSize, GetAVIBlock(), Address::l, DiskBlock::raw, ReadDiskSector(), and sectorAddress. Referenced by PlayDiskSectors().
Here is the call graph for this function: |