Lines Matching refs:biBitCount
97 unsigned int version, compression, offImageHeader, offSetup, offImageOffsets, biBitCount, length, CFA;
137 biBitCount = avio_rl16(pb);
138 if (biBitCount != 8 && biBitCount != 16 && biBitCount != 24 && biBitCount != 48) {
139 avpriv_request_sample(avctx, "unsupported biBitCount %i", biBitCount);
204 if (biBitCount == 8) {
206 } else if (biBitCount == 16) {
208 } else if (biBitCount == 24) {
210 } else if (biBitCount == 48) {
213 avpriv_request_sample(avctx, "unsupported biBitCount %i", biBitCount);
219 if (biBitCount == 8) {
221 } else if (biBitCount == 16) {
224 avpriv_request_sample(avctx, "unsupported biBitCount %i", biBitCount);
229 if (biBitCount == 8) {
231 } else if (biBitCount == 16) {
234 avpriv_request_sample(avctx, "unsupported biBitCount %i", biBitCount);