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

  /external/chromium_org/content/browser/renderer_host/media/
video_capture_buffer_pool.h 127 int next_buffer_id_; member in class:content::VideoCaptureBufferPool
video_capture_buffer_pool.cc 21 next_buffer_id_(0) {
150 int buffer_id = next_buffer_id_++;
  /external/chromium_org/content/renderer/gpu/
compositor_software_output_device.h 89 unsigned next_buffer_id_; member in class:content::CompositorSoftwareOutputDevice
compositor_software_output_device.cc 61 next_buffer_id_(1),
71 unsigned id = next_buffer_id_++;
74 id = next_buffer_id_++;
  /external/chromium_org/media/cdm/ppapi/
cdm_helpers.cc 40 buffer_id = next_buffer_id_++;
cdm_helpers.h 80 next_buffer_id_(1) {}
97 uint32_t next_buffer_id_; member in class:media::PpbBufferAllocator

Completed in 64 milliseconds