HomeSort by relevance Sort by last modified time
    Searched defs:GraphicBufferSource (Results 1 - 3 of 3) sorted by null

  /hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
InputSurface.h 31 #include <media/stagefright/bqhelper/GraphicBufferSource.h>
67 GraphicBufferSource GraphicBufferSource;
175 sp<GraphicBufferSource> mSource;
182 const sp<GraphicBufferSource>& source);
  /frameworks/av/media/libstagefright/bqhelper/
GraphicBufferSource.cpp 19 #define LOG_TAG "GraphicBufferSource"
25 #include <media/stagefright/bqhelper/GraphicBufferSource.h>
47 // source that GraphicBufferSource allows. The unit of kTimestampFluctuation is
48 // frames. More specifically, GraphicBufferSource will drop a frame if
60 // See GraphicBufferSource::calculateCodecTimestamp_l() for more detail about
68 // The value of 0.05 means that GraphicBufferSource expects the input timestamps
82 struct GraphicBufferSource::CachedBuffer {
137 friend void GraphicBufferSource::discardBufferAtSlotIndex_l(ssize_t);
163 struct GraphicBufferSource::AcquiredBuffer {
257 std::shared_ptr<GraphicBufferSource::CachedBuffer> mBuffer
    [all...]
  /frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
GraphicBufferSource.h 55 * The GraphicBufferSource can be configure dynamically to discard frames
71 class GraphicBufferSource : public BufferQueue::ConsumerListener {
73 GraphicBufferSource();
75 virtual ~GraphicBufferSource();
84 // queued on this will be received by GraphicBufferSource.
210 // changed the sideband stream. GraphicBufferSource doesn't handle sideband
225 // GraphicBufferSource as well as to manage the cache slots. Separate references are owned by
382 // An action queue that queue up all the actions sent to GraphicBufferSource.
388 friend struct AHandlerReflector<GraphicBufferSource>;
402 sp<AHandlerReflector<GraphicBufferSource> > mReflector
    [all...]

Completed in 68 milliseconds