OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentTimestamp
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/media/libstagefright/
SurfaceMediaSource.cpp
45
mCurrentTimestamp
(0),
575
return
mCurrentTimestamp
;
778
int64_t prevTimeStamp =
mCurrentTimestamp
;
779
mCurrentTimestamp
= mSlots[mCurrentSlot].mTimestamp;
787
(*buffer)->meta_data()->setInt64(kKeyTime,
mCurrentTimestamp
/ 1000);
789
mNumFramesEncoded,
mCurrentTimestamp
/ 1000,
790
mCurrentTimestamp
/ 1000 - prevTimeStamp / 1000);
/system/media/mca/filterfw/java/android/filterfw/core/
Filter.java
68
private long
mCurrentTimestamp
;
251
if (mLogVerbose) Log.v(TAG, "Default-setting output Frame timestamp on port " + name + " to " +
mCurrentTimestamp
);
252
frame.setTimestamp(
mCurrentTimestamp
);
259
if (
mCurrentTimestamp
== Frame.TIMESTAMP_UNKNOWN) {
260
mCurrentTimestamp
= result.getTimestamp();
261
if (mLogVerbose) Log.v(TAG, "Default-setting current timestamp from input port " + name + " to " +
mCurrentTimestamp
);
473
mCurrentTimestamp
= Frame.TIMESTAMP_UNKNOWN;
/frameworks/base/include/gui/
SurfaceTexture.h
399
//
mCurrentTimestamp
is the timestamp for the current texture. It
401
int64_t
mCurrentTimestamp
;
/frameworks/base/include/media/stagefright/
SurfaceMediaSource.h
302
//
mCurrentTimestamp
is the timestamp for the current texture. It
304
int64_t
mCurrentTimestamp
;
/frameworks/base/libs/gui/
SurfaceTexture.cpp
107
mCurrentTimestamp
(0),
730
mCurrentTimestamp
= mSlots[buf].mTimestamp;
867
return
mCurrentTimestamp
;
[
all
...]
Completed in 3386 milliseconds