Searched refs:useTimestamp (Results 1 - 2 of 2) sorted by last modified time

/frameworks/av/cmds/stagefright/
H A Dcodec.cpp77 bool useTimestamp) {
269 } else if (useTimestamp) {
344 bool useTimestamp = false; local
366 useTimestamp = true;
454 useTimestamp);
70 decode( const android::sp<android::ALooper> &looper, const char *path, bool useAudio, bool useVideo, const android::sp<android::Surface> &surface, bool renderSurface, bool useTimestamp) argument
H A Dmediafilter.cpp255 bool useTimestamp, int64_t *startTimeRender) {
277 } else if (useTimestamp) {
317 bool useTimestamp,
631 useTimestamp, &startTimeRender);
641 useTimestamp, &startTimeRender);
668 bool useTimestamp = false; local
706 useTimestamp = true;
776 decode(looper, argv[0], surface, renderSurface, useTimestamp, filterType);
252 tryDrainOutputBuffer( CodecState *filterState, const sp<Surface> &surface, bool renderSurface, bool useTimestamp, int64_t *startTimeRender) argument
312 decode( const sp<ALooper> &looper, const char *path, const sp<Surface> &surface, bool renderSurface, bool useTimestamp, FilterType filterType) argument

Completed in 52 milliseconds