HomeSort by relevance Sort by last modified time
    Searched refs:fHost (Results 1 - 7 of 7) sorted by null

  /external/dng_sdk/source/
dng_jpeg_image.cpp 50 dng_host &fHost;
75 : fHost (host)
105 uncompressedBuffer.Reset (fHost.Allocate (uncompressedSize));
134 dng_memory_stream stream (fHost.Allocator ());
136 fWriter.WriteTile (fHost,
147 fJPEGImage.fJPEGData [tileIndex].Reset (stream.AsMemoryBlock (fHost.Allocator ()));
dng_render.h 136 dng_host &fHost;
dng_read_image.cpp 989 dng_host &fHost;
1048 : fHost (host)
1119 fHost.SniffForAbort ();
1127 ReorderSubTileBlocks (fHost,
    [all...]
dng_render.cpp     [all...]
dng_image_writer.cpp     [all...]
  /external/skia/src/codec/
SkRawCodec.cpp 461 if (!fHost || !fInfo || !fNegative || !fDngStream) {
470 // render() takes ownership of fHost, fInfo, fNegative and fDngStream when available.
471 std::unique_ptr<dng_host> host(fHost.release());
575 fHost.reset(new SkDngHost(&fAllocator));
579 fHost->ValidateSizes();
580 fInfo->Parse(*fHost, *fDngStream);
581 fInfo->PostParse(*fHost);
586 fNegative.reset(fHost->Make_dng_negative());
587 fNegative->Parse(*fHost, *fDngStream, *fInfo);
588 fNegative->PostParse(*fHost, *fDngStream, *fInfo)
    [all...]
  /external/skqp/src/codec/
SkRawCodec.cpp 466 if (!fHost || !fInfo || !fNegative || !fDngStream) {
475 // render() takes ownership of fHost, fInfo, fNegative and fDngStream when available.
476 std::unique_ptr<dng_host> host(fHost.release());
580 fHost.reset(new SkDngHost(&fAllocator));
584 fHost->ValidateSizes();
585 fInfo->Parse(*fHost, *fDngStream);
586 fInfo->PostParse(*fHost);
591 fNegative.reset(fHost->Make_dng_negative());
592 fNegative->Parse(*fHost, *fDngStream, *fInfo);
593 fNegative->PostParse(*fHost, *fDngStream, *fInfo)
    [all...]

Completed in 279 milliseconds