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

/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.cpp239 void postFillThisBuffer(BufferInfo *info);
5626 postFillThisBuffer(info);
5638 void ACodec::BaseState::postFillThisBuffer(BufferInfo *info) { function in class:android::ACodec::BaseState
5720 postFillThisBuffer(info);
5735 postFillThisBuffer(info);
5928 postFillThisBuffer(eligible);
7086 postFillThisBuffer(info);

Completed in 570 milliseconds