Home
last modified time | relevance | path

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

/external/opencore/fileformats/avi/parser/src/
Dpv_avifile_streamlist.cpp632 uint32 colorTblSize = iStreamFmt.iVidBitMapInfo.BmiHeader.BiClrUsed; in ParseStreamFormat() local
633 if (colorTblSize > MAX_COLOR_TABLE_SIZE) in ParseStreamFormat()
643 if (colorTblSize == 0) in ParseStreamFormat()
649 colorTblSize = 2; in ParseStreamFormat()
654 colorTblSize = 4; in ParseStreamFormat()
659 colorTblSize = 16; in ParseStreamFormat()
664 colorTblSize = 256; in ParseStreamFormat()
672 colorTblSize = 3; in ParseStreamFormat()
676 colorTblSize = 4; in ParseStreamFormat()
680 colorTblSize = 0; in ParseStreamFormat()
[all …]