Home
last modified time | relevance | path

Searched refs:fPlane (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/src/core/
H A DSkYUVAInfoLocation.h20 int fPlane = -1; member
25 return fPlane == that.fPlane && fChannel == that.fChannel; in operator ==()
35 if (locations[i].fPlane < 0) { in AreValidLocations()
39 } else if (locations[i].fPlane >= SkYUVAInfo::kMaxPlanes) { in AreValidLocations()
42 maxSlotUsed = std::max(locations[i].fPlane, maxSlotUsed); in AreValidLocations()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_image.cpp236 buffer.fPlane, in DoGet()
259 buffer.fPlane, in DoPut()
326 buffer.fPlane); in GetRepeat()
350 buffer.fPlane); in GetRepeat()
374 buffer.fPlane); in GetRepeat()
398 buffer.fPlane); in GetRepeat()
428 buffer.fPlane, in GetEdge()
465 buffer2.fPlane = buffer.fPlanes - 1; in GetEdge()
470 buffer2.fPlane); in GetEdge()
515 buffer.fPlane); in Get()
[all...]
H A Ddng_simple_image.cpp168 buffer.fPlane = fBuffer.fPlane; in AcquireTileBuffer()
178 buffer.fPlane); in AcquireTileBuffer()
H A Ddng_pixel_buffer.h98 uint32 fPlane; member in dng_pixel_buffer
133 plane < fPlane || (plane - fPlane) >= fPlanes) in InternalPixel()
144 static_cast<int64> (plane - fPlane)); in InternalPixel()
H A Ddng_misc_opcodes.h75 uint32 fPlane; member in dng_area_spec
92 , fPlane (plane) in dng_area_spec()
111 return fPlane; in Plane()
H A Ddng_pixel_buffer.cpp348 , fPlane (0) in dng_pixel_buffer()
372 , fPlane (plane) in dng_pixel_buffer()
445 , fPlane (buffer.fPlane) in dng_pixel_buffer()
465 fPlane = buffer.fPlane; in operator =()
1288 fPlane); in RepeatArea()
1292 fPlane); in RepeatArea()
1439 fPlane); in ShiftRight()
H A Ddng_gain_map.cpp39 int32 fPlane; member in dng_gain_map_interpolator
110 , fPlane (plane) in dng_gain_map_interpolator()
180 return fMap.Entry (fRowIndex1, colIndex, fPlane) * (1.0f - fRowFract) + in InterpolateEntry()
181 fMap.Entry (fRowIndex2, colIndex, fPlane) * ( fRowFract); in InterpolateEntry()
H A Ddng_linearization_info.cpp40 uint32 fPlane; member in dng_linearize_plane
86 , fPlane (plane) in dng_linearize_plane()
477 fPlane); in Process()
481 fPlane); in Process()
H A Ddng_read_image.cpp872 buffer.fPlane); in DoGet()
896 buffer.fPlane); in DoPut()
997 uint32 fPlane; member in dng_image_spooler
1052 , fPlane (plane) in dng_image_spooler()
1121 dng_pixel_buffer buffer (fTileStrip, fPlane, fPlanes, ttShort, in Spool()
H A Ddng_misc_opcodes.cpp126 fPlane = stream.Get_uint32 (); in GetData()
173 (unsigned) fPlane, in GetData()
194 stream.Put_uint32 (fPlane); in PutData()
H A Ddng_mosaic_info.cpp1063 srcBuffer.fPlane);
H A Ddng_image_writer.cpp3115 EncodeFPDelta ((uint8 *) buffer.DirtyPixel (row, buffer.fArea.l, buffer.fPlane), in EncodePredictor()
3873 buffer.fPlane, in WriteData()
/third_party/skia/src/gpu/
H A DGrYUVATextureProxies.cpp48 if (fYUVALocations[0].fPlane < 0) { in GrYUVATextureProxies()
96 if (fYUVALocations[0].fPlane < 0) { in GrYUVATextureProxies()
104 int plane = fYUVALocations[i].fPlane; in GrYUVATextureProxies()
/third_party/skia/src/gpu/effects/
H A DGrYUVtoRGBEffect.cpp199 return locations[SkYUVAInfo::YUVAChannels::kA].fPlane >= 0 ? kPremul_SkAlphaType in alpha_type()
232 i, fLocations[i].fPlane, static_cast<int>(fLocations[i].fChannel)); in onDumpInfo()
262 const bool hasAlpha = yuvEffect.fLocations[SkYUVAInfo::YUVAChannels::kA].fPlane >= 0; in onMakeProgramImpl()
/third_party/skia/tools/gpu/
H A DYUVUtils.cpp96 const auto& pmap = fPixmaps.plane(yuvaLocations[c].fPlane);
/third_party/skia/src/codec/
H A DSkRawCodec.cpp707 buffer.fPlane = 0; in onGetPixels()

Completed in 19 milliseconds