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

/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1226 bool MediaCodec::isExecuting() const { function in class:MediaCodec
1252 if (!isExecuting()) {
1321 if (!isExecuting() || (mFlags & kFlagIsAsync)
1345 if (!isExecuting() || (mFlags & kFlagIsAsync)
1943 || isExecuting()) {
2190 && mState != CONFIGURED && !isExecuting()) {
2321 if (!isExecuting()) {
2395 if (!isExecuting()) {
2414 if (!isExecuting() || !mHaveInputSurface) {
2431 if (!isExecuting() || (mFlag
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h419 bool isExecuting() const;
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaCodec.h419 bool isExecuting() const;
/frameworks/av/media/libstagefright/include/
H A DMediaCodec.h419 bool isExecuting() const;

Completed in 292 milliseconds