Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/tiff/
Dtiffmodule.cpp248 uint16_t tif_bpc = 0; in LoadFrameInfo() local
253 TIFFGetField(m_tif_ctx.get(), TIFFTAG_BITSPERSAMPLE, &tif_bpc); in LoadFrameInfo()
287 *bpc = tif_bpc; in LoadFrameInfo()