Searched defs:imagePixelType (Results 1 - 2 of 2) sorted by relevance

/external/dng_sdk/source/
H A Ddng_misc_opcodes.cpp381 uint32 dng_opcode_MapTable::BufferPixelType (uint32 /* imagePixelType */)
550 uint32 dng_opcode_MapPolynomial::BufferPixelType (uint32 imagePixelType) argument
567 switch (imagePixelType)
935 uint32 dng_opcode_DeltaPerRow::BufferPixelType (uint32 imagePixelType) argument
940 switch (imagePixelType)
1141 uint32 dng_opcode_DeltaPerColumn::BufferPixelType (uint32 imagePixelType) argument
1146 switch (imagePixelType)
1348 uint32 dng_opcode_ScalePerRow::BufferPixelType (uint32 /* imagePixelType */)
1525 uint32 dng_opcode_ScalePerColumn::BufferPixelType (uint32 /* imagePixelType */)
H A Ddng_opcodes.h283 virtual uint32 BufferPixelType (uint32 imagePixelType) argument
285 return imagePixelType;
423 virtual uint32 BufferPixelType (uint32 imagePixelType) argument
425 return imagePixelType;

Completed in 271 milliseconds