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) {
151 int buffer_id = next_buffer_id_++;
  /external/chromium_org/content/renderer/gpu/
compositor_software_output_device.h 93 unsigned next_buffer_id_; member in class:content::CompositorSoftwareOutputDevice
compositor_software_output_device.cc 65 next_buffer_id_(1),
76 unsigned id = next_buffer_id_++;
79 id = next_buffer_id_++;
  /external/chromium_org/media/cdm/ppapi/
cdm_helpers.h 71 next_buffer_id_(1) {}
88 uint32_t next_buffer_id_; member in class:media::PpbBufferAllocator
cdm_helpers.cc 96 buffer_id = next_buffer_id_++;

Completed in 1101 milliseconds