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

/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp279 void MediaFilter::postFillThisBuffer(BufferInfo *info) { function in class:android::MediaFilter
280 ALOGV("postFillThisBuffer on buffer %d", info->mBufferID);
327 postFillThisBuffer(info);
376 postFillThisBuffer(inputInfo);
526 postFillThisBuffer(info);
545 postFillThisBuffer(info);
562 postFillThisBuffer(info);
657 // onInputBufferFilled we call postFillThisBuffer on them
/frameworks/av/media/libstagefright/
H A DACodec.cpp262 void postFillThisBuffer(BufferInfo *info);
5645 postFillThisBuffer(info);
5657 void ACodec::BaseState::postFillThisBuffer(BufferInfo *info) { function in class:android::ACodec::BaseState
5722 postFillThisBuffer(info);
5736 postFillThisBuffer(info);
5925 postFillThisBuffer(eligible);
7025 postFillThisBuffer(info);

Completed in 974 milliseconds