Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/gpu/
Dcompositor_software_output_device.cc61 next_buffer_id_(1), in CompositorSoftwareOutputDevice()
71 unsigned id = next_buffer_id_++; in GetNextId()
74 id = next_buffer_id_++; in GetNextId()
Dcompositor_software_output_device.h89 unsigned next_buffer_id_; in NON_EXPORTED_BASE() local
/external/chromium_org/content/browser/renderer_host/media/
Dvideo_capture_buffer_pool.cc21 next_buffer_id_(0) { in VideoCaptureBufferPool()
150 int buffer_id = next_buffer_id_++; in ReserveForProducerInternal()
Dvideo_capture_buffer_pool.h127 int next_buffer_id_; variable
/external/chromium_org/media/cdm/ppapi/
Dcdm_helpers.h80 next_buffer_id_(1) {} in PpbBufferAllocator()
97 uint32_t next_buffer_id_; variable
Dcdm_helpers.cc40 buffer_id = next_buffer_id_++; in Allocate()