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

/frameworks/av/cmds/stagefright/
H A Dsf2.cpp66 mDecodeAudio(decodeAudio),
71 CHECK(!mDecodeAudio || mSurface == NULL);
85 if (mDecodeAudio) {
130 if (!strncasecmp(mDecodeAudio ? "audio/" : "video/",
143 printf("no %s track found\n", mDecodeAudio ? "audio" : "video");
263 bool mDecodeAudio; member in struct:Controller

Completed in 620 milliseconds