Searched refs:pushBuffer (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DMediaAdapter.h55 // pushBuffer() will wait for the read() finish, and read() will have a
56 // deep copy, such that after pushBuffer return, the buffer can be re-used.
57 status_t pushBuffer(MediaBuffer *buffer);
63 // Make sure the pushBuffer() wait for the current buffer consumed.
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaAdapter.h55 // pushBuffer() will wait for the read() finish, and read() will have a
56 // deep copy, such that after pushBuffer return, the buffer can be re-used.
57 status_t pushBuffer(MediaBuffer *buffer);
63 // Make sure the pushBuffer() wait for the current buffer consumed.
/frameworks/av/media/libstagefright/
H A DMediaAdapter.cpp51 // If stop() happens immediately after a pushBuffer(), we should
105 status_t MediaAdapter::pushBuffer(MediaBuffer *buffer) { function in class:android::MediaAdapter
107 ALOGE("pushBuffer get an NULL buffer");
113 ALOGE("pushBuffer called before start");
119 ALOGV("wait for the buffer returned @ pushBuffer! %p", buffer);
H A DMediaMuxer.cpp183 // This pushBuffer will wait until the mediaBuffer is consumed.
184 return currentTrack->pushBuffer(mediaBuffer);
H A DMediaCodecSource.cpp95 void pushBuffer(MediaBuffer *mbuf);
125 void MediaCodecSource::Puller::Queue::pushBuffer(MediaBuffer *mbuf) { function in class:android::MediaCodecSource::Puller::Queue
322 queue->pushBuffer(mbuf);

Completed in 115 milliseconds