Searched refs:_asString (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | ACodec.h | 199 static const char *_asString(BufferInfo::Status s);
|
/frameworks/av/media/libstagefright/ |
D | ACodec.cpp | 1377 const char *ACodec::_asString(BufferInfo::Status s) { in _asString() function in android::ACodec 1398 _asString(info.mStatus), info.mStatus, info.mDequeuedAt); in dumpBuffers() 5931 ALOGE("Wrong ownership in EBD: %s(%d) buffer #%u", _asString(status), status, bufferID); in onOMXEmptyBufferDone() 6012 ALOGE("Wrong ownership in IBF: %s(%d) buffer #%u", _asString(status), status, bufferID); in onInputBufferFilled() 6275 ALOGE("Wrong ownership in FBD: %s(%d) buffer #%u", _asString(status), status, bufferID); in onOMXFillBufferDone() 6418 ALOGE("Wrong ownership in OBD: %s(%d) buffer #%u", _asString(status), status, bufferID); in onOutputBufferDrained()
|