/external/skia/src/core/ |
D | SkYUVAInfoLocation.h | 20 int fPlane = -1; member 25 return fPlane == that.fPlane && fChannel == that.fChannel; 35 if (locations[i].fPlane < 0) { 39 } else if (locations[i].fPlane >= SkYUVAInfo::kMaxPlanes) { 42 maxSlotUsed = std::max(locations[i].fPlane, maxSlotUsed);
|
/external/dng_sdk/source/ |
D | dng_image.cpp | 236 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 …]
|
D | dng_simple_image.cpp | 168 buffer.fPlane = fBuffer.fPlane; in AcquireTileBuffer() 178 buffer.fPlane); in AcquireTileBuffer()
|
D | dng_misc_opcodes.h | 75 uint32 fPlane; variable 92 , fPlane (plane) in fArea() 111 return fPlane; in Plane()
|
D | dng_gain_map.cpp | 39 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()
|
D | dng_pixel_buffer.h | 98 uint32 fPlane; variable 133 plane < fPlane || (plane - fPlane) >= fPlanes) 144 static_cast<int64> (plane - fPlane));
|
D | dng_pixel_buffer.cpp | 348 , 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()
|
D | dng_linearization_info.cpp | 40 uint32 fPlane; member in dng_linearize_plane 86 , fPlane (plane) in dng_linearize_plane() 477 fPlane); in Process() 481 fPlane); in Process()
|
D | dng_misc_opcodes.cpp | 126 fPlane = stream.Get_uint32 (); in GetData() 173 (unsigned) fPlane, in GetData() 194 stream.Put_uint32 (fPlane); in PutData()
|
D | dng_read_image.cpp | 872 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()
|
D | dng_mosaic_info.cpp | 1063 srcBuffer.fPlane); in Interpolate()
|
D | dng_image_writer.cpp | 3115 EncodeFPDelta ((uint8 *) buffer.DirtyPixel (row, buffer.fArea.l, buffer.fPlane), in EncodePredictor() 3873 buffer.fPlane, in WriteData()
|
/external/skia/src/gpu/ |
D | GrYUVATextureProxies.cpp | 48 if (fYUVALocations[0].fPlane < 0) { in GrYUVATextureProxies() 96 if (fYUVALocations[0].fPlane < 0) { in GrYUVATextureProxies() 104 int plane = fYUVALocations[i].fPlane; in GrYUVATextureProxies()
|
/external/skia/src/gpu/effects/ |
D | GrYUVtoRGBEffect.cpp | 180 return locations[SkYUVAInfo::YUVAChannels::kA].fPlane >= 0 ? kPremul_SkAlphaType in alpha_type() 213 i, fLocations[i].fPlane, static_cast<int>(fLocations[i].fChannel)); in onDumpInfo() 245 const bool hasAlpha = yuvEffect.fLocations[SkYUVAInfo::YUVAChannels::kA].fPlane >= 0; in onMakeProgramImpl()
|
/external/skia/tools/gpu/ |
D | YUVUtils.cpp | 93 const auto& pmap = fPixmaps.plane(yuvaLocations[c].fPlane); in onGetPixels()
|
/external/skia/src/codec/ |
D | SkRawCodec.cpp | 707 buffer.fPlane = 0; in onGetPixels()
|
/external/skqp/src/codec/ |
D | SkRawCodec.cpp | 707 buffer.fPlane = 0; in onGetPixels()
|