Home
last modified time | relevance | path

Searched defs:buffer_id (Results 1 – 25 of 42) sorted by relevance

12

/external/chromium_org/content/browser/renderer_host/media/
Dvideo_capture_buffer_pool.cc30 int buffer_id, in ShareToProcess()
46 bool VideoCaptureBufferPool::GetBufferInfo(int buffer_id, in GetBufferInfo()
69 void VideoCaptureBufferPool::RelinquishProducerReservation(int buffer_id) { in RelinquishProducerReservation()
81 int buffer_id, in HoldForConsumers()
98 void VideoCaptureBufferPool::RelinquishConsumerHold(int buffer_id, in RelinquishConsumerHold()
151 int buffer_id = next_buffer_id_++; in ReserveForProducerInternal() local
164 int buffer_id) { in GetBuffer()
Dvideo_capture_host.cc60 int buffer_id) { in OnBufferCreated()
69 int buffer_id) { in OnBufferDestroyed()
78 int buffer_id, in OnBufferReady()
96 int buffer_id, in OnMailboxBufferReady()
123 int buffer_id) { in DoSendNewBufferOnIOThread()
135 int buffer_id) { in DoSendFreeBufferOnIOThread()
146 int buffer_id, in DoSendFilledBufferOnIOThread()
161 int buffer_id, in DoSendFilledMailboxBufferOnIOThread()
330 int buffer_id, in OnReceiveEmptyBuffer()
Dvideo_capture_controller_unittest.cc61 int length, int buffer_id) OVERRIDE { in OnBufferCreated()
65 int buffer_id) OVERRIDE { in OnBufferDestroyed()
69 int buffer_id, in OnBufferReady()
84 int buffer_id, in OnMailboxBufferReady()
Dvideo_capture_host_unittest.cc210 int buffer_id) { in OnNewBufferCreatedDispatch()
217 void OnBufferFreedDispatch(int device_id, int buffer_id) { in OnBufferFreedDispatch()
228 int buffer_id, in OnBufferFilledDispatch()
254 int buffer_id, in OnMailboxBufferFilledDispatch()
Dvideo_capture_manager_unittest.cc51 int length, int buffer_id) OVERRIDE {} in OnBufferCreated()
53 int buffer_id) OVERRIDE {} in OnBufferDestroyed()
55 int buffer_id, in OnBufferReady()
60 int buffer_id, in OnMailboxBufferReady()
Dvideo_capture_controller.cc48 int buffer_id, in PoolBuffer()
308 int buffer_id, in ReturnBuffer()
557 int buffer_id = in DoReserveOutputBuffer() local
Dvideo_capture_buffer_pool_unittest.cc53 int buffer_id = pool_->ReserveForProducer(frame_bytes, &buffer_id_to_drop); in ReserveI420Buffer() local
/external/chromium_org/media/cdm/ppapi/
Dcdm_helpers.cc26 uint32_t buffer_id, in Create()
67 uint32_t buffer_id, in PpbBuffer()
86 uint32_t buffer_id = 0; in Allocate() local
108 void PpbBufferAllocator::Release(uint32_t buffer_id) { in Release()
Dcdm_helpers.h51 uint32_t buffer_id() const { return buffer_id_; } in buffer_id() function
/external/chromium_org/content/renderer/media/
Dvideo_capture_message_filter.cc108 int buffer_id) { in OnBufferCreated()
126 int buffer_id, in OnBufferReceived()
146 int buffer_id, in OnMailboxBufferReceived()
168 int buffer_id) { in OnBufferDestroyed()
Dvideo_capture_impl.cc174 int length, int buffer_id) { in OnBufferCreated()
198 void VideoCaptureImpl::OnBufferDestroyed(int buffer_id) { in OnBufferDestroyed()
210 void VideoCaptureImpl::OnBufferReceived(int buffer_id, in OnBufferReceived()
264 int buffer_id, in OnMailboxBufferReceived()
299 int buffer_id, in OnClientBufferFinished()
Dvideo_capture_message_filter_unittest.cc92 int buffer_id = 22; in TEST() local
Dvideo_capture_impl_unittest.cc82 int buffer_id, in DeviceReceiveEmptyBuffer()
/external/chromium_org/android_webview/browser/
Dgpu_memory_buffer_factory_impl.cc24 GpuMemoryBufferImpl(long buffer_id, const gfx::Size& size) in GpuMemoryBufferImpl()
82 long buffer_id = g_gl_draw_functions->create_graphic_buffer(width, height); in AllocateGpuMemoryBuffer() local
/external/chromium_org/content/common/gpu/media/
Dvaapi_wrapper.cc431 VABufferID buffer_id; in SubmitBuffer() local
458 VABufferID buffer_id; in SubmitVAEncMiscParamBuffer() local
506 bool VaapiWrapper::CreateCodedBuffer(size_t size, VABufferID* buffer_id) { in CreateCodedBuffer()
686 bool VaapiWrapper::DownloadAndDestroyCodedBuffer(VABufferID buffer_id, in DownloadAndDestroyCodedBuffer()
Dgpu_video_encode_accelerator.cc255 int32 buffer_id, in OnUseOutputBitstreamBuffer()
/external/chromium_org/gpu/command_buffer/client/
Dvertex_array_object_manager.cc69 GLuint buffer_id() const { in buffer_id() function in gpu::gles2::VertexArrayObject::VertexAttrib
106 GLuint buffer_id, in SetInfo()
245 GLuint buffer_id, in SetAttribPointer()
432 GLuint buffer_id, in SetAttribPointer()
Dgles2_implementation.cc817 GLuint buffer_id, GLsizei count, GLenum type, GLuint offset) { in GetMaxValueInBufferCHROMIUMHelper()
831 GLuint buffer_id, GLsizei count, GLenum type, GLuint offset) { in GetMaxValueInBufferCHROMIUM()
1410 GLuint buffer_id; in BufferDataHelper() local
1484 GLuint buffer_id; in BufferSubDataHelper() local
1573 GLuint* buffer_id) { in GetBoundPixelTransferBuffer()
1595 GLuint buffer_id, in GetBoundPixelUnpackTransferBufferIfValid()
2472 GLenum target, GLuint buffer_id) { in BindBufferHelper()
3741 GLuint buffer_id; in MapBufferCHROMIUM() local
3775 GLuint buffer_id; in UnmapBufferCHROMIUM() local
4035 GLuint buffer_id = gpu_memory_buffer_tracker_->CreateBuffer( in CreateImageCHROMIUMHelper() local
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
Dva_buffer.c72 vlVaDestroyBuffer(VADriverContextP ctx, VABufferID buffer_id) in vlVaDestroyBuffer()
/external/mesa3d/src/gallium/state_trackers/va/
Dva_buffer.c72 vlVaDestroyBuffer(VADriverContextP ctx, VABufferID buffer_id) in vlVaDestroyBuffer()
/external/chromium_org/ui/gfx/
Dgpu_memory_buffer.h59 long buffer_id; member
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/drm/
Dmodeset.c388 uint32_t buffer_id, uint32_t x, uint32_t y, in drm_display_set_crtc()
457 uint32_t buffer_id; in drm_display_program() local
Dnative_drm.h91 uint32_t buffer_id; member
/external/mesa3d/src/gallium/state_trackers/egl/drm/
Dmodeset.c388 uint32_t buffer_id, uint32_t x, uint32_t y, in drm_display_set_crtc()
457 uint32_t buffer_id; in drm_display_program() local
/external/chromium_org/cc/test/
Dtest_web_graphics_context_3d.cc482 unsigned buffer_id = buffer & 0xffff; in bindBuffer() local
633 GLuint buffer_id = namespace_->next_buffer_id++; in NextBufferId() local
642 unsigned buffer_id = id & 0xffff; in RetireBufferId() local

12