Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dccodec_tiffmodule.cpp245 uint16_t tif_bpc = 0; in LoadFrameInfo() local
250 TIFFGetField(m_tif_ctx, TIFFTAG_BITSPERSAMPLE, &tif_bpc); in LoadFrameInfo()
284 *bpc = tif_bpc; in LoadFrameInfo()