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