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

  /external/libxcam/xcore/
video_buffer.cpp 76 VideoBuffer::~VideoBuffer ()
84 VideoBuffer::attach_buffer (const SmartPtr<VideoBuffer>& buf)
91 VideoBuffer::detach_buffer (const SmartPtr<VideoBuffer>& buf)
95 SmartPtr<VideoBuffer>& current = *iter;
107 VideoBuffer::copy_attaches (const SmartPtr<VideoBuffer>& buf)
115 VideoBuffer::clear_attached_buffers (
    [all...]
video_buffer.h 31 class VideoBuffer;
32 typedef std::list<SmartPtr<VideoBuffer>> VideoBufferList;
55 class VideoBuffer {
57 explicit VideoBuffer (int64_t timestamp = InvalidTimestamp)
60 explicit VideoBuffer (const VideoBufferInfo &info, int64_t timestamp = InvalidTimestamp)
64 virtual ~VideoBuffer ();
66 void set_parent (const SmartPtr<VideoBuffer> &parent) {
93 bool attach_buffer (const SmartPtr<VideoBuffer>& buf);
94 bool detach_buffer (const SmartPtr<VideoBuffer>& buf);
95 bool copy_attaches (const SmartPtr<VideoBuffer>& buf)
    [all...]
  /external/syslinux/efi32/include/efi/protocol/
vgaclass.h 63 UINT64 VideoBuffer;
  /external/syslinux/efi64/include/efi/protocol/
vgaclass.h 63 UINT64 VideoBuffer;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/protocol/
vgaclass.h 63 UINT64 VideoBuffer;
  /frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
GraphicBufferSource.h 240 // buffers. These are tracked in VideoBuffer struct.
241 struct VideoBuffer {
256 List<VideoBuffer> mAvailableBuffers;
268 status_t acquireBuffer_l(VideoBuffer *item);
271 void onBufferAcquired_l(const VideoBuffer &buffer);
323 status_t submitBuffer_l(const VideoBuffer &item);
420 VideoBuffer mLatestBuffer;
426 void setLatestBuffer_l(const VideoBuffer &item);

Completed in 267 milliseconds