Searched defs:useTimestamp (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/cmds/stagefright/
H A Dcodec.cpp77 bool useTimestamp) {
271 } else if (useTimestamp) {
346 bool useTimestamp = false; local
368 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,
633 useTimestamp, &startTimeRender);
643 useTimestamp, &startTimeRender);
670 bool useTimestamp = false; local
708 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 35 milliseconds