HomeSort by relevance Sort by last modified time
    Searched refs:QueueFrame (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/cc/surfaces/
surface.h 32 void QueueFrame(scoped_ptr<CompositorFrame> frame);
surfaces_pixeltest.cc 74 root_surface.QueueFrame(root_frame.Pass());
126 root_surface.QueueFrame(root_frame.Pass());
153 child_surface.QueueFrame(child_frame.Pass());
218 root_surface.QueueFrame(root_frame.Pass());
255 left_child.QueueFrame(child_frame.Pass());
292 right_child.QueueFrame(child_frame.Pass());
surface.cc 25 void Surface::QueueFrame(scoped_ptr<CompositorFrame> frame) {
surface_aggregator_test_helpers.cc 158 surface->QueueFrame(frame.Pass());
168 surface->QueueFrame(child_frame.Pass());
surface_unittest.cc 64 surface->QueueFrame(frame.Pass());
surface_aggregator_unittest.cc 620 child_surface.QueueFrame(child_frame.Pass());
646 root_surface_.QueueFrame(root_frame.Pass());
  /external/chromium_org/content/browser/compositor/
surface_display_output_surface.cc 40 surface->QueueFrame(frame_copy.Pass());
  /hardware/ti/omap4-aah/camera/inc/
BufferSourceAdapter.h 92 class QueueFrame : public android::Thread {
94 QueueFrame(BufferSourceAdapter* __this) : mBufferSourceAdapter(__this) {
98 ~QueueFrame() {
209 android::sp<QueueFrame> mQueueFrame;
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.cpp     [all...]
mkvmuxer.hpp     [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp     [all...]
mkvmuxer.hpp     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp     [all...]
mkvmuxer.hpp     [all...]
  /hardware/ti/omap4-aah/camera/
BufferSourceAdapter.cpp 184 mQueueFrame = new QueueFrame(this);

Completed in 615 milliseconds