HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentTimestamp (Results 1 - 9 of 9) sorted by null

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
Filter.java 68 private long mCurrentTimestamp = Frame.TIMESTAMP_NOT_SET;
618 mCurrentTimestamp = Frame.TIMESTAMP_NOT_SET;
670 return mCurrentTimestamp;
674 if (timestamp > mCurrentTimestamp || mCurrentTimestamp == Frame.TIMESTAMP_NOT_SET) {
675 mCurrentTimestamp = timestamp;
  /frameworks/av/media/libstagefright/
SurfaceMediaSource.cpp 47 mCurrentTimestamp(0),
90 return mCurrentTimestamp;
349 int64_t prevTimeStamp = mCurrentTimestamp;
350 mCurrentTimestamp = item.mTimestamp;
359 (*buffer)->meta_data()->setInt64(kKeyTime, mCurrentTimestamp / 1000);
361 mNumFramesEncoded, mCurrentTimestamp / 1000,
362 mCurrentTimestamp / 1000 - prevTimeStamp / 1000);
  /frameworks/av/include/media/stagefright/
SurfaceMediaSource.h 194 // mCurrentTimestamp is the timestamp for the current texture. It
196 int64_t mCurrentTimestamp;
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
Filter.java 67 private long mCurrentTimestamp;
250 if (mLogVerbose) Log.v(TAG, "Default-setting output Frame timestamp on port " + name + " to " + mCurrentTimestamp);
251 frame.setTimestamp(mCurrentTimestamp);
258 if (mCurrentTimestamp == Frame.TIMESTAMP_UNKNOWN) {
259 mCurrentTimestamp = result.getTimestamp();
260 if (mLogVerbose) Log.v(TAG, "Default-setting current timestamp from input port " + name + " to " + mCurrentTimestamp);
472 mCurrentTimestamp = Frame.TIMESTAMP_UNKNOWN;
  /frameworks/native/include/gui/
GLConsumer.h 406 // mCurrentTimestamp is the timestamp for the current texture. It
408 int64_t mCurrentTimestamp;
  /frameworks/native/libs/gui/
GLConsumer.cpp 159 mCurrentTimestamp(0),
187 mCurrentTimestamp(0),
323 mCurrentTimestamp = 0;
489 mCurrentTimestamp = item.mTimestamp;
911 return mCurrentTimestamp;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 695 milliseconds