Searched refs:NativeContext (Results 1 – 1 of 1) sorted by relevance
169 class NativeContext : public LightRefBase<NativeContext> { class175 NativeContext(const CameraMetadata& characteristics, const CameraMetadata& result);176 virtual ~NativeContext();222 NativeContext::NativeContext(const CameraMetadata& characteristics, const CameraMetadata& result) : in NativeContext() function in NativeContext228 NativeContext::~NativeContext() {} in ~NativeContext()230 TiffWriter* NativeContext::getWriter() { in getWriter()234 std::shared_ptr<const CameraMetadata> NativeContext::getCharacteristics() const { in getCharacteristics()238 std::shared_ptr<const CameraMetadata> NativeContext::getResult() const { in getResult()242 uint32_t NativeContext::getThumbnailWidth() const { in getThumbnailWidth()246 uint32_t NativeContext::getThumbnailHeight() const { in getThumbnailHeight()[all …]