Searched refs:next_buffer_id_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_buffer_pool.h127 int next_buffer_id_; member in class:content::VideoCaptureBufferPool
H A Dvideo_capture_buffer_pool.cc21 next_buffer_id_(0) {
151 int buffer_id = next_buffer_id_++;
/external/chromium_org/content/renderer/gpu/
H A Dcompositor_software_output_device.h93 unsigned next_buffer_id_; member in class:content::CompositorSoftwareOutputDevice
H A Dcompositor_software_output_device.cc65 next_buffer_id_(1),
76 unsigned id = next_buffer_id_++;
79 id = next_buffer_id_++;
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_helpers.h71 next_buffer_id_(1) {}
88 uint32_t next_buffer_id_; member in class:media::PpbBufferAllocator
H A Dcdm_helpers.cc96 buffer_id = next_buffer_id_++;

Completed in 836 milliseconds