Searched refs:fmtTime (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dmediactrl.cpp1375 GstFormat fmtTime = GST_FORMAT_TIME; local
1377 if (!wxGst_element_query_position(m_playbin, &fmtTime, &pos) ||
1378 fmtTime != GST_FORMAT_TIME || pos == -1)
1445 GstFormat fmtTime = GST_FORMAT_TIME; local
1447 if(!wxGst_element_query_duration(m_playbin, &fmtTime, &length) ||
1448 fmtTime != GST_FORMAT_TIME || length == -1)

Completed in 67 milliseconds