Searched refs:postFillThisBuffer (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DMediaFilter.h145 void postFillThisBuffer(BufferInfo *info);
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp302 void MediaFilter::postFillThisBuffer(BufferInfo *info) { function in class:android::MediaFilter
303 ALOGV("postFillThisBuffer on buffer %d", info->mBufferID);
386 postFillThisBuffer(info);
435 postFillThisBuffer(inputInfo);
593 postFillThisBuffer(info);
611 postFillThisBuffer(info);
626 postFillThisBuffer(info);
721 // onInputBufferFilled we call postFillThisBuffer on them
/frameworks/av/media/libstagefright/
H A DACodec.cpp236 void postFillThisBuffer(BufferInfo *info);
4800 postFillThisBuffer(info);
4812 void ACodec::BaseState::postFillThisBuffer(BufferInfo *info) { function in class:android::ACodec::BaseState
4894 postFillThisBuffer(info);
5057 postFillThisBuffer(eligible);
6141 postFillThisBuffer(info);

Completed in 112 milliseconds