Home
last modified time | relevance | path

Searched refs:mCurrentTimestamp (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFilter.java68 private long mCurrentTimestamp = Frame.TIMESTAMP_NOT_SET; field in Filter
618 mCurrentTimestamp = Frame.TIMESTAMP_NOT_SET; in performClose()
670 return mCurrentTimestamp; in getCurrentTimestamp()
674 if (timestamp > mCurrentTimestamp || mCurrentTimestamp == Frame.TIMESTAMP_NOT_SET) { in onPulledFrameWithTimestamp()
675 mCurrentTimestamp = timestamp; in onPulledFrameWithTimestamp()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFilter.java64 private long mCurrentTimestamp; field in Filter
250 … Log.v(TAG, "Default-setting output Frame timestamp on port " + name + " to " + mCurrentTimestamp); in pushOutput()
251 frame.setTimestamp(mCurrentTimestamp); in pushOutput()
258 if (mCurrentTimestamp == Frame.TIMESTAMP_UNKNOWN) { in pullInput()
259 mCurrentTimestamp = result.getTimestamp(); in pullInput()
260 …g.v(TAG, "Default-setting current timestamp from input port " + name + " to " + mCurrentTimestamp); in pullInput()
472 mCurrentTimestamp = Frame.TIMESTAMP_UNKNOWN; in performProcess()
/frameworks/native/libs/nativedisplay/surfacetexture/
DSurfaceTexture.cpp43 mCurrentTimestamp(0), in SurfaceTexture()
68 mCurrentTimestamp(0), in SurfaceTexture()
392 return mCurrentTimestamp; in getTimestamp()
DImageConsumer.cpp108 st.mCurrentTimestamp = item.mTimestamp; in dequeueBuffer()
DEGLConsumer.cpp168 st.mCurrentTimestamp = 0; in releaseTexImage()
313 st.mCurrentTimestamp = item.mTimestamp; in updateAndReleaseLocked()
/frameworks/native/libs/gui/
DGLConsumer.cpp111 mCurrentTimestamp(0), in GLConsumer()
140 mCurrentTimestamp(0), in GLConsumer()
277 mCurrentTimestamp = 0; in releaseTexImage()
445 mCurrentTimestamp = item.mTimestamp; in updateAndReleaseLocked()
791 return mCurrentTimestamp; in getTimestamp()
/frameworks/native/services/surfaceflinger/
DBufferLayerConsumer.cpp68 mCurrentTimestamp(0), in BufferLayerConsumer()
280 mCurrentTimestamp = item.mTimestamp; in updateAndReleaseLocked()
346 return mCurrentTimestamp; in getTimestamp()
DBufferLayerConsumer.h296 int64_t mCurrentTimestamp; variable
/frameworks/av/media/libstagefright/codecs/xaacdec/
DSoftXAAC.h75 int64_t mCurrentTimestamp; member
DSoftXAAC.cpp94 mCurrentTimestamp(0), in SoftXAAC()
649 mCurrentTimestamp = inHeader->nTimeStamp; in onQueueFilled()
652 mCurrentTimestamp = mPrevTimestamp + mOutputFrameLength * 1000000LL / mSampFreq; in onQueueFilled()
658 mCurrentTimestamp = inHeader->nTimeStamp; in onQueueFilled()
775 outHeader->nTimeStamp = mCurrentTimestamp; in onQueueFilled()
776 mPrevTimestamp = mCurrentTimestamp; in onQueueFilled()
/frameworks/native/libs/nativedisplay/include/surfacetexture/
DSurfaceTexture.h383 int64_t mCurrentTimestamp; variable
/frameworks/native/libs/gui/include/gui/
DGLConsumer.h410 int64_t mCurrentTimestamp; variable