Searched refs:fIFD (Results 1 – 10 of 10) sorted by relevance
/external/dng_sdk/source/ |
D | dng_preview.cpp | 189 , fIFD () in dng_image_preview() 207 fIFD.fNewSubFileType = fInfo.fIsPrimary ? sfPreviewImage in AddTagSet() 210 fIFD.fImageWidth = fImage->Width (); in AddTagSet() 211 fIFD.fImageLength = fImage->Height (); in AddTagSet() 213 fIFD.fSamplesPerPixel = fImage->Planes (); in AddTagSet() 215 fIFD.fPhotometricInterpretation = fIFD.fSamplesPerPixel == 1 ? piBlackIsZero in AddTagSet() 218 fIFD.fBitsPerSample [0] = TagTypeSize (fImage->PixelType ()) * 8; in AddTagSet() 220 for (uint32 j = 1; j < fIFD.fSamplesPerPixel; j++) in AddTagSet() 222 fIFD.fBitsPerSample [j] = fIFD.fBitsPerSample [0]; in AddTagSet() 225 fIFD.SetSingleStrip (); in AddTagSet() [all …]
|
D | dng_jpeg_image.cpp | 60 const dng_ifd &fIFD; member in dng_jpeg_image_encode_task 80 , fIFD (ifd) in dng_jpeg_image_encode_task() 103 fIFD.fTileLength, fIFD.fTileWidth, fIFD.fSamplesPerPixel); in Process() 107 uint32 tilesAcross = fIFD.TilesAcross (); in Process() 132 dng_rect tileArea = fIFD.TileArea (rowIndex, colIndex); in Process() 137 fIFD, in Process()
|
D | dng_info.cpp | 1969 fIFD [0].Reset (host.Make_dng_ifd ()); in Parse() 1975 fIFD [0].Get (), in Parse() 1980 next_offset = fIFD [0]->fNextIFD; in Parse() 2079 subIndex < fIFD [searchIndex]->fSubIFDsCount; in Parse() 2092 stream.SetReadPosition (fIFD [searchIndex]->fSubIFDsOffset + in Parse() 2097 fIFD [fIFDCount].Reset (host.Make_dng_ifd ()); in Parse() 2103 fIFD [fIFDCount].Get (), in Parse() 2300 fIFD [index]->PostParse (); in PostParse() 2321 if (fIFD [index]->fUsesNewSubFileType && in PostParse() 2322 fIFD [index]->fNewSubFileType == sfMainImage) in PostParse() [all …]
|
D | dng_preview.h | 65 mutable dng_ifd fIFD; 147 mutable dng_ifd fIFD; 185 mutable dng_ifd fIFD;
|
D | dng_info.h | 62 AutoPtr<dng_ifd> fIFD [kMaxSubIFDs + 1]; variable
|
D | dng_read_image.cpp | 991 const dng_ifd &fIFD; member in dng_image_spooler 1049 , fIFD (ifd) in dng_image_spooler() 1124 if (fIFD.fSubTileBlockRows > 1) in Spool() 1128 fIFD, in Spool() 2725 const dng_ifd &fIFD; member in dng_read_tiles_task 2775 , fIFD (ifd) in dng_read_tiles_task() 2880 dng_rect tileArea = fIFD.TileArea (rowIndex, colIndex); in Process() 2886 fIFD, in Process()
|
D | dng_negative.cpp | 2918 dng_ifd &rawIFD = *info.fIFD [info.fMainIndex].Get (); in Parse() 2932 uint32 orientation = info.fIFD [0]->fOrientation; in Parse() 3602 dng_ifd &rawIFD = *info.fIFD [info.fMainIndex].Get (); in ReadStage1Image() 5026 dng_ifd &maskIFD = *info.fIFD [info.fMaskIndex].Get (); in ReadTransparencyMask()
|
D | dng_image_writer.cpp | 4314 const dng_ifd &fIFD; member in dng_write_tiles_task 4360 , fIFD (ifd) in dng_write_tiles_task() 4407 if (fIFD.fSubTileBlockRows > 1 && fUncompressedSize) in Process() 4440 dng_rect tileArea = fIFD.TileArea (rowIndex, colIndex); in Process() 4450 fIFD, in Process()
|
D | dng_linearization_info.cpp | 1192 dng_ifd &rawIFD = *info.fIFD [info.fMainIndex].Get (); in Parse()
|
D | dng_mosaic_info.cpp | 1362 dng_ifd &rawIFD = *info.fIFD [info.fMainIndex].Get (); in Parse()
|