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

/frameworks/av/include/media/stagefright/
H A DMediaCodecSource.h114 bool mStopping; member in struct:android::MediaCodecSource
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp404 mStopping(false),
600 if (mStopping && reachedEOS) {
611 mStopping = false;
704 if (mStopping) {
919 if (mStopping) {
925 mStopping = true;

Completed in 88 milliseconds