Home | History | Annotate | Download | only in media

Lines Matching refs:buffer_id

67     int buffer_id) {
71 this, controller_id, handle, length, buffer_id));
76 int buffer_id,
81 this, controller_id, buffer_id, timestamp));
116 int buffer_id) {
123 length, buffer_id));
128 int buffer_id, base::Time timestamp) {
134 Send(new VideoCaptureMsg_BufferReady(controller_id.device_id, buffer_id,
285 void VideoCaptureHost::OnReceiveEmptyBuffer(int device_id, int buffer_id) {
293 controller->ReturnBuffer(controller_id, this, buffer_id);