Home
last modified time | relevance | path

Searched refs:m_timestampOffset (Results 1 – 18 of 18) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediaconvert/include/aws/mediaconvert/model/
H A DTimecodeConfig.h322 inline const Aws::String& GetTimestampOffset() const{ return m_timestampOffset; } in GetTimestampOffset()
344 …Offset(const Aws::String& value) { m_timestampOffsetHasBeenSet = true; m_timestampOffset = value; } in SetTimestampOffset()
355 …mpOffset(Aws::String&& value) { m_timestampOffsetHasBeenSet = true; m_timestampOffset = std::move(… in SetTimestampOffset()
366 …tampOffset(const char* value) { m_timestampOffsetHasBeenSet = true; m_timestampOffset.assign(value… in SetTimestampOffset()
412 Aws::String m_timestampOffset; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediaconvert/source/model/
H A DTimecodeConfig.cpp65 m_timestampOffset = jsonValue.GetString("timestampOffset"); in operator =()
96 payload.WithString("timestampOffset", m_timestampOffset); in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-medialive/include/aws/medialive/model/
H A DMsSmoothGroupSettings.h739 inline const Aws::String& GetTimestampOffset() const{ return m_timestampOffset; } in GetTimestampOffset()
751 …Offset(const Aws::String& value) { m_timestampOffsetHasBeenSet = true; m_timestampOffset = value; } in SetTimestampOffset()
757 …mpOffset(Aws::String&& value) { m_timestampOffsetHasBeenSet = true; m_timestampOffset = std::move(… in SetTimestampOffset()
763 …tampOffset(const char* value) { m_timestampOffsetHasBeenSet = true; m_timestampOffset.assign(value… in SetTimestampOffset()
891 Aws::String m_timestampOffset; variable
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/ofx/import/
H A Dofximporter.cpp79 m_updateStartDate(QDate(1900,1,1)), m_timestampOffset(0) {} in Private()
101 int m_timestampOffset; member in OFXImporter::Private
188 …d->m_timestampOffset = d->constructTimeOffset(option->m_timestampOffset, option->m_timestampOffset… in slotImportFile()
350 dt.setTime_t(data.date_posted - pofx->d->m_timestampOffset * 60); in ofxTransactionCallback()
354 dt.setTime_t(data.date_initiated - pofx->d->m_timestampOffset * 60); in ofxTransactionCallback()
652 dt.setTime_t(data.date_start - pofx->d->m_timestampOffset * 60); in ofxStatementCallback()
658 dt.setTime_t(data.date_end - pofx->d->m_timestampOffset * 60); in ofxStatementCallback()
866 …int offset = d->constructTimeOffset(d->m_statusDlg->m_timestampOffset, d->m_statusDlg->m_timestamp… in onlineBankingSettings()
945 d->m_timestampOffset = settings.value("kmmofx-timestampOffset").toInt(); in updateAccount()
954 d->m_timestampOffset = 0; in updateAccount()
/dports/multimedia/mp4v2/mp4v2-2.0.0/src/
H A Drtphint.h208 return m_timestampOffset; in MP4ARRAY_DECL()
211 m_timestampOffset = timestampOffset; in MP4ARRAY_DECL()
239 uint32_t m_timestampOffset; in MP4ARRAY_DECL() local
H A Drtphint.cpp726 pPacket->SetTimestampOffset(m_timestampOffset); in AddPacket()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMp4v2/libmp4v2/src/
H A Drtphint.h208 return m_timestampOffset; in MP4ARRAY_DECL()
211 m_timestampOffset = timestampOffset; in MP4ARRAY_DECL()
239 uint32_t m_timestampOffset; in MP4ARRAY_DECL() local
H A Drtphint.cpp726 pPacket->SetTimestampOffset(m_timestampOffset); in AddPacket()
/dports/audio/aacgain/aacgain-1.8/mpeg4ip/lib/mp4v2/
H A Drtphint.h203 return m_timestampOffset; in MP4ARRAY_DECL()
206 m_timestampOffset = timestampOffset; in MP4ARRAY_DECL()
234 u_int32_t m_timestampOffset; in MP4ARRAY_DECL() local
H A Drtphint.cpp732 pPacket->SetTimestampOffset(m_timestampOffset); in AddPacket()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMp4v2/libmp4v2/src/
H A Drtphint.h208 return m_timestampOffset; in MP4ARRAY_DECL()
211 m_timestampOffset = timestampOffset; in MP4ARRAY_DECL()
239 uint32_t m_timestampOffset; in MP4ARRAY_DECL() local
H A Drtphint.cpp726 pPacket->SetTimestampOffset(m_timestampOffset); in AddPacket()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMp4v2/libmp4v2/src/
H A Drtphint.h208 return m_timestampOffset; in MP4ARRAY_DECL()
211 m_timestampOffset = timestampOffset; in MP4ARRAY_DECL()
239 uint32_t m_timestampOffset; in MP4ARRAY_DECL() local
H A Drtphint.cpp726 pPacket->SetTimestampOffset(m_timestampOffset); in AddPacket()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMp4v2/libmp4v2/src/
H A Drtphint.h208 return m_timestampOffset; in MP4ARRAY_DECL()
211 m_timestampOffset = timestampOffset; in MP4ARRAY_DECL()
239 uint32_t m_timestampOffset; in MP4ARRAY_DECL() local
H A Drtphint.cpp726 pPacket->SetTimestampOffset(m_timestampOffset); in AddPacket()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-medialive/source/model/
H A DMsSmoothGroupSettings.cpp221 m_timestampOffset = jsonValue.GetString("timestampOffset"); in operator =()
336 payload.WithString("timestampOffset", m_timestampOffset); in Jsonize()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/ofx/import/dialogs/
H A Dkonlinebankingstatus.cpp108 m_timestampOffset->setTime(QTime::fromMSecsSinceStartOfDay(qAbs(offset)*60*1000)); in KOnlineBankingStatus()