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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
H A Dmkvparser.hpp347 virtual long Seek(long long time_ns, const BlockEntry*&) const = 0;
402 long Seek(long long time_ns, const BlockEntry*&) const;
433 long Seek(long long time_ns, const BlockEntry*&) const;
654 bool Find( //lower bound of time_ns
655 long long time_ns,
661 bool FindNext( //upper_bound of time_ns
662 long long time_ns,
H A Dmkvparser.cpp2526 long long time_ns,
2531 assert(time_ns >= 0);
2549 if (time_ns <= pCP->GetTime(m_pSegment))
2560 //[ii, i) <= time_ns
2562 //[j, jj) > time_ns
2574 if (t <= time_ns)
2588 assert(pCP->GetTime(m_pSegment) <= time_ns);
2605 if (time_ns <= pCP->GetTime(m_pSegment))
2614 //[ii, i) <= time_ns
2616 //[j, jj) > time_ns
2525 Find( long long time_ns, const Track* pTrack, const CuePoint*& pCP, const CuePoint::TrackPosition*& pTP) const argument
5255 Seek( long long time_ns, const BlockEntry*& pResult) const argument
5489 Seek( long long time_ns, const BlockEntry*& pResult) const argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvparser.cpp2558 long long time_ns,
2563 assert(time_ns >= 0);
2581 if (time_ns <= pCP->GetTime(m_pSegment))
2592 //[ii, i) <= time_ns
2594 //[j, jj) > time_ns
2606 if (t <= time_ns)
2620 assert(pCP->GetTime(m_pSegment) <= time_ns);
2637 if (time_ns <= pCP->GetTime(m_pSegment))
2646 //[ii, i) <= time_ns
2648 //[j, jj) > time_ns
2557 Find( long long time_ns, const Track* pTrack, const CuePoint*& pCP, const CuePoint::TrackPosition*& pTP) const argument
5921 Seek( long long time_ns, const BlockEntry*& pResult) const argument
6232 Seek( long long time_ns, const BlockEntry*& pResult) const argument
[all...]
H A Dmkvparser.hpp404 virtual long Seek(long long time_ns, const BlockEntry*&) const;
459 long Seek(long long time_ns, const BlockEntry*&) const;
833 bool Find( //lower bound of time_ns
834 long long time_ns,
840 bool FindNext( //upper_bound of time_ns
841 long long time_ns,
/hardware/libhardware/include/hardware/
H A Dgps.h1443 int64_t time_ns; member in struct:__anon1749
1468 * utc_time_ns = time_ns - (full_bias_ns + bias_ns) - leap_second *
1494 int64_t time_ns; member in struct:__anon1750
1513 * local estimate of GPS time = time_ns - (full_bias_ns + bias_ns)
1580 * If, however, the time_ns value (HW clock) is derived from a composite of
1590 * safely assumed that the time_ns value has been running continuously, e.g.
1677 * The reference receiver's time is specified by GpsData::clock::time_ns and should be
1681 * measurement time = GpsClock::time_ns + time_offset_ns
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng.cpp1664 LOC_LOGV(" GPS_HAL => Clocks Info: type | time_ns \n"
1666 mGpsData.clock.time_ns);
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng.cpp1675 LOC_LOGV(" GPS_HAL => Clocks Info: type | time_ns \n"
1677 mGpsData.clock.time_ns);
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng.cpp1665 LOC_LOGV(" GPS_HAL => Clocks Info: type | time_ns \n"
1667 mGpsData.clock.time_ns);
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng.cpp1664 LOC_LOGV(" GPS_HAL => Clocks Info: type | time_ns \n"
1666 mGpsData.clock.time_ns);
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng.cpp1665 LOC_LOGV(" GPS_HAL => Clocks Info: type | time_ns \n"
1667 mGpsData.clock.time_ns);

Completed in 178 milliseconds