Home
last modified time | relevance | path

Searched refs:dng_opcode_WarpFisheye (Results 1 – 3 of 3) sorted by relevance

/external/dng_sdk/source/
Ddng_lens_correction.h490 class dng_opcode_WarpFisheye: public dng_opcode
499 dng_opcode_WarpFisheye (const dng_warp_params_fisheye &params,
502 explicit dng_opcode_WarpFisheye (dng_stream &stream);
Ddng_lens_correction.cpp1697 dng_opcode_WarpFisheye::dng_opcode_WarpFisheye (const dng_warp_params_fisheye &params, in dng_opcode_WarpFisheye() function in dng_opcode_WarpFisheye
1717 dng_opcode_WarpFisheye::dng_opcode_WarpFisheye (dng_stream &stream) in dng_opcode_WarpFisheye() function in dng_opcode_WarpFisheye
1787 bool dng_opcode_WarpFisheye::IsNOP () const in IsNOP()
1796 bool dng_opcode_WarpFisheye::IsValidForNegative (const dng_negative &negative) const in IsValidForNegative()
1805 void dng_opcode_WarpFisheye::PutData (dng_stream &stream) const in PutData()
1837 void dng_opcode_WarpFisheye::Apply (dng_host &host, in Apply()
1876 uint32 dng_opcode_WarpFisheye::ParamBytes (uint32 planes) in ParamBytes()
Ddng_host.cpp385 result = new dng_opcode_WarpFisheye (stream); in Make_dng_opcode()