Searched defs:buffer_format (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_video_decoder.h109 enum pipe_format buffer_format; member in struct:pipe_video_buffer
/external/mesa3d/src/gallium/include/pipe/
H A Dp_video_decoder.h109 enum pipe_format buffer_format; member in struct:pipe_video_buffer
/external/chromium_org/cc/resources/
H A Draster_worker_pool.cc200 ResourceFormat buffer_format,
203 switch (buffer_format) {
228 ResourceFormat buffer_format) {
229 SkColorType buffer_color_type = ResourceFormatToSkColorType(buffer_format);
198 AcquireBitmapForBuffer(SkBitmap* bitmap, uint8_t* buffer, ResourceFormat buffer_format, const gfx::Size& size, int stride) argument
226 ReleaseBitmapForBuffer(SkBitmap* bitmap, uint8_t* buffer, ResourceFormat buffer_format) argument
/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_controller.cc172 const VideoCaptureFormat& buffer_format,
507 const VideoCaptureFormat& buffer_format,
517 buffer_format,
586 const media::VideoCaptureFormat& buffer_format,
604 buffer_format,
618 client->controller_id, buffer->id(), buffer_format,
632 buffer_format.frame_size.width());
634 buffer_format.frame_size.height());
636 buffer_format.frame_size.width(),
637 buffer_format
505 OnIncomingCapturedVideoFrame( const scoped_refptr<Buffer>& buffer, const VideoCaptureFormat& buffer_format, const scoped_refptr<media::VideoFrame>& frame, base::TimeTicks timestamp) argument
584 DoIncomingCapturedVideoFrameOnIOThread( const scoped_refptr<media::VideoCaptureDevice::Client::Buffer>& buffer, const media::VideoCaptureFormat& buffer_format, const scoped_refptr<media::VideoFrame>& frame, base::TimeTicks timestamp) argument
[all...]

Completed in 459 milliseconds