Home
last modified time | relevance | path

Searched refs:m_videoLength (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/DB/
H A DImageInfo.cpp32 , m_videoLength(-1) in ImageInfo()
48 , m_videoLength(-1) in ImageInfo()
296 if (m_videoLength != length) in setVideoLength()
298 m_videoLength = length; in setVideoLength()
303 return m_videoLength; in videoLength()
500 m_videoLength = -1; in ImageInfo()
524 m_videoLength = other.m_videoLength; in operator =()
H A DImageInfo.h254 int m_videoLength; variable