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

  /external/dng_sdk/source/
dng_misc_opcodes.h 181 virtual uint32 BufferPixelType (uint32 imagePixelType);
241 virtual uint32 BufferPixelType (uint32 imagePixelType);
282 virtual uint32 BufferPixelType (uint32 imagePixelType);
323 virtual uint32 BufferPixelType (uint32 imagePixelType);
362 virtual uint32 BufferPixelType (uint32 imagePixelType);
401 virtual uint32 BufferPixelType (uint32 imagePixelType);
dng_opcodes.h 283 virtual uint32 BufferPixelType (uint32 imagePixelType)
353 /// \param bufferPixelType Pixel type of image buffer (see dng_tag_types.h).
363 uint32 /* bufferPixelType */,
423 virtual uint32 BufferPixelType (uint32 imagePixelType)
455 /// \param bufferPixelType Pixel type of image buffer (see dng_tag_types.h).
465 uint32 /* bufferPixelType */,
dng_gain_map.h 184 virtual uint32 BufferPixelType (uint32 /* imagePixelType */)
dng_opcodes.cpp 268 fSrcPixelType = fOpcode.BufferPixelType (srcImage.PixelType ());
440 , fPixelType (opcode.BufferPixelType (image.PixelType ()))
dng_misc_opcodes.cpp 381 uint32 dng_opcode_MapTable::BufferPixelType (uint32 /* imagePixelType */)
550 uint32 dng_opcode_MapPolynomial::BufferPixelType (uint32 imagePixelType)
935 uint32 dng_opcode_DeltaPerRow::BufferPixelType (uint32 imagePixelType)
1141 uint32 dng_opcode_DeltaPerColumn::BufferPixelType (uint32 imagePixelType)
1348 uint32 dng_opcode_ScalePerRow::BufferPixelType (uint32 /* imagePixelType */)
1525 uint32 dng_opcode_ScalePerColumn::BufferPixelType (uint32 /* imagePixelType */)
dng_lens_correction.h 610 virtual uint32 BufferPixelType (uint32 /* imagePixelType */)
620 uint32 bufferPixelType,

Completed in 74 milliseconds