Home
last modified time | relevance | path

Searched refs:mHasPresentFenceTimes (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.h373 bool mHasPresentFenceTimes; variable
DCCodecBufferChannel.cpp185 mHasPresentFenceTimes(false), in CCodecBufferChannel()
1361 mHasPresentFenceTimes = hasPresentFenceTimes == 1; in initializeFrameTrackingFor()
1362 if (!mHasPresentFenceTimes) { in initializeFrameTrackingFor()
1427 if (!mHasPresentFenceTimes) { in getRenderTimeNs()
/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h264 bool mHasPresentFenceTimes; member
/frameworks/av/media/libstagefright/
DACodec.cpp579 mHasPresentFenceTimes(false), in ACodec()
1581 mHasPresentFenceTimes = hasPresentFenceTimes == 1; in initializeFrameTracking()
1582 if (!mHasPresentFenceTimes) { in initializeFrameTracking()
1633 mHasPresentFenceTimes ? nullptr : &latchOrPresentTimeNs, // latch time in pollForRenderedFrames()
1636 mHasPresentFenceTimes ? &latchOrPresentTimeNs : nullptr, // display present time, in pollForRenderedFrames()