Searched refs:submitBuffer_l (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.h309 status_t submitBuffer_l(const VideoBuffer &item);
H A DGraphicBufferSource.cpp637 err = submitBuffer_l(item); // this takes shared ownership of the acquired buffer on succeess
642 ALOGV("submitBuffer_l failed, will release bq slot %d", item.mBuffer->getSlot());
675 status_t err = submitBuffer_l(mLatestBuffer);
766 status_t GraphicBufferSource::submitBuffer_l(const VideoBuffer &item) { function in class:android::GraphicBufferSource
770 ALOGV("submitBuffer_l [slot=%d, bufferId=%d]", item.mBuffer->getSlot(), codecBufferId);

Completed in 69 milliseconds