Searched refs:GetBPC (Results 1 – 4 of 4) sorted by relevance
57 int GetBPC() in GetBPC() function
115 virtual int GetBPC() = 0;
247 int bpc = pDecoder->GetBPC(); in _DecodeAllScanlines()
622 …rovided_pitch = (m_pDecoder->GetWidth() * m_pDecoder->CountComps() * m_pDecoder->GetBPC() + 7) / 8; in CreateDecoder()