Searched refs:NativeContext (Results 1 – 1 of 1) sorted by relevance
151 class NativeContext : public LightRefBase<NativeContext> { class157 NativeContext(const CameraMetadata& characteristics, const CameraMetadata& result);158 virtual ~NativeContext();204 NativeContext::NativeContext(const CameraMetadata& characteristics, const CameraMetadata& result) : in NativeContext() function in NativeContext210 NativeContext::~NativeContext() {} in ~NativeContext()212 TiffWriter* NativeContext::getWriter() { in getWriter()216 std::shared_ptr<const CameraMetadata> NativeContext::getCharacteristics() const { in getCharacteristics()220 std::shared_ptr<const CameraMetadata> NativeContext::getResult() const { in getResult()224 uint32_t NativeContext::getThumbnailWidth() const { in getThumbnailWidth()228 uint32_t NativeContext::getThumbnailHeight() const { in getThumbnailHeight()[all …]