Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkRawCodec.cpp587 if (fNegative->GetMosaicInfo() != nullptr) { in readDng()
588 cfaPatternSize = fNegative->GetMosaicInfo()->fCFAPatternSize; in readDng()
/external/skqp/src/codec/
DSkRawCodec.cpp587 if (fNegative->GetMosaicInfo() != nullptr) { in readDng()
588 cfaPatternSize = fNegative->GetMosaicInfo()->fCFAPatternSize; in readDng()
/external/dng_sdk/source/
Ddng_image_writer.cpp5777 if (negative.GetMosaicInfo () && in WriteDNG()
5778 negative.GetMosaicInfo ()->fCFALayout >= 6) in WriteDNG()
5930 if (negative.GetMosaicInfo ()) in WriteDNG()
5932 mosaicInfo = *(negative.GetMosaicInfo ()); in WriteDNG()
Ddng_negative.h2061 const dng_mosaic_info * GetMosaicInfo () const in GetMosaicInfo() function
Ddng_negative.cpp4657 (!GetMosaicInfo () || !GetMosaicInfo ()->IsColorFilterArray ()) && in ConvertToProxy()