Searched refs:renderSurface (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/cmds/stagefright/
H A Dmediafilter.cpp254 const sp<Surface> &surface, bool renderSurface,
275 if (surface == NULL || !renderSurface) {
316 bool renderSurface,
632 filterState, surface, renderSurface,
642 filterState, surface, renderSurface,
669 bool renderSurface = false; local
713 renderSurface = 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
H A Dcodec.cpp76 bool renderSurface,
269 if (surface == NULL || !renderSurface) {
345 bool renderSurface = false; local
373 renderSurface = true;
453 decode(looper, argv[0], useAudio, useVideo, surface, renderSurface,
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

Completed in 56 milliseconds