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

/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp570 bool MediaCodec::isExecuting() const { function in class:android::MediaCodec
581 if (!isExecuting()) {
644 if (!isExecuting() || (mFlags & kFlagIsAsync)
670 if (!isExecuting() || (mFlags & kFlagIsAsync)
1232 || isExecuting()) {
1363 && mState != CONFIGURED && !isExecuting()) {
1470 if (!isExecuting()) {
1544 if (!isExecuting()) {
1563 if (!isExecuting()) {
1581 if (!isExecuting() || (mFlag
[all...]

Completed in 56 milliseconds