Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Ddgif_lib.c399 GifRecordType RecordType; in MstDGifProcess() local
508 if (MstDGifGetRecordType(GifFile, &RecordType) == GIF_ERROR) in MstDGifProcess()
514 switch (RecordType) in MstDGifProcess()
761 } while (RecordType != TERMINATE_RECORD_TYPE); in MstDGifProcess()
1617 GifRecordType RecordType; local
1627 if (MstDGifGetRecordType(GifFile, &RecordType) == GIF_ERROR)
1633 switch (RecordType) {
1703 } while (RecordType != TERMINATE_RECORD_TYPE);