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

/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1574 bool MediaCodec::isExecuting() const { function in class:android::MediaCodec
1600 if (!isExecuting()) {
1694 if (!isExecuting() || (mFlags & kFlagIsAsync)
1718 if (!isExecuting() || (mFlags & kFlagIsAsync)
2349 || isExecuting()) {
2596 && mState != CONFIGURED && !isExecuting()) {
2727 if (!isExecuting()) {
2801 if (!isExecuting()) {
2820 if (!isExecuting() || !mHaveInputSurface) {
2837 if (!isExecuting() || (mFlag
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h427 bool isExecuting() const;
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodec.h427 bool isExecuting() const;

Completed in 79 milliseconds