Searched refs:NativeContext (Results 1 – 1 of 1) sorted by relevance
152 class NativeContext : public LightRefBase<NativeContext> { class158 NativeContext(const CameraMetadata& characteristics, const CameraMetadata& result);159 virtual ~NativeContext();205 NativeContext::NativeContext(const CameraMetadata& characteristics, const CameraMetadata& result) : in NativeContext() function in NativeContext211 NativeContext::~NativeContext() {} in ~NativeContext()213 TiffWriter* NativeContext::getWriter() { in getWriter()217 std::shared_ptr<const CameraMetadata> NativeContext::getCharacteristics() const { in getCharacteristics()221 std::shared_ptr<const CameraMetadata> NativeContext::getResult() const { in getResult()225 uint32_t NativeContext::getThumbnailWidth() const { in getThumbnailWidth()229 uint32_t NativeContext::getThumbnailHeight() const { in getThumbnailHeight()[all …]