HomeSort by relevance Sort by last modified time
    Searched refs:buffer_format (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/content/browser/renderer_host/media/
video_capture_controller.cc 172 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.frame_size.height())
    [all...]
  /external/chromium_org/cc/resources/
raster_worker_pool.cc 200 ResourceFormat buffer_format,
203 switch (buffer_format) {
228 ResourceFormat buffer_format) {
229 SkColorType buffer_color_type = ResourceFormatToSkColorType(buffer_format);
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_video_decoder.h 109 enum pipe_format buffer_format; member in struct:pipe_video_buffer
  /external/mesa3d/src/gallium/include/pipe/
p_video_decoder.h 109 enum pipe_format buffer_format; member in struct:pipe_video_buffer
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
surface.c 79 p_surf->templat.buffer_format = pipe->screen->get_video_param
214 if (vlsurface->video_buffer == NULL || format != vlsurface->video_buffer->buffer_format)
292 if (p_surf->video_buffer == NULL || pformat != p_surf->video_buffer->buffer_format) {
299 p_surf->templat.buffer_format = pformat;
decode.c 466 !screen->is_video_format_supported(screen, vlsurf->video_buffer->buffer_format, dec->profile) ||
474 vlsurf->templat.buffer_format = screen->get_video_param(screen, dec->profile, PIPE_VIDEO_CAP_PREFERED_FORMAT);
output.c 451 vtmpl.buffer_format = format;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
surface.c 79 p_surf->templat.buffer_format = pipe->screen->get_video_param
214 if (vlsurface->video_buffer == NULL || format != vlsurface->video_buffer->buffer_format)
292 if (p_surf->video_buffer == NULL || pformat != p_surf->video_buffer->buffer_format) {
299 p_surf->templat.buffer_format = pformat;
decode.c 466 !screen->is_video_format_supported(screen, vlsurf->video_buffer->buffer_format, dec->profile) ||
474 vlsurf->templat.buffer_format = screen->get_video_param(screen, dec->profile, PIPE_VIDEO_CAP_PREFERED_FORMAT);
output.c 451 vtmpl.buffer_format = format;
  /external/chromium_org/content/browser/media/capture/
desktop_capture_device_aura_unittest.cc 50 const media::VideoCaptureFormat& buffer_format,
desktop_capture_device_unittest.cc 56 const media::VideoCaptureFormat& buffer_format,
web_contents_video_capture_device_unittest.cc 352 const media::VideoCaptureFormat& buffer_format,
355 EXPECT_EQ(gfx::Size(kTestWidth, kTestHeight), buffer_format.frame_size);
356 EXPECT_EQ(media::PIXEL_FORMAT_I420, buffer_format.pixel_format);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_video_buffer.c 312 sampler_format = vl_video_buffer_formats(pipe->screen, buf->base.buffer_format);
313 plane_order = vl_video_buffer_plane_order(buf->base.buffer_format);
407 resource_formats = vl_video_buffer_formats(pipe->screen, tmpl->buffer_format);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_video_buffer.c 312 sampler_format = vl_video_buffer_formats(pipe->screen, buf->base.buffer_format);
313 plane_order = vl_video_buffer_plane_order(buf->base.buffer_format);
407 resource_formats = vl_video_buffer_formats(pipe->screen, tmpl->buffer_format);
  /external/chromium_org/media/video/capture/
video_capture_device.h 224 const VideoCaptureFormat& buffer_format,
fake_video_capture_device_unittest.cc 46 const media::VideoCaptureFormat& buffer_format,
video_capture_device_unittest.cc 89 const media::VideoCaptureFormat& buffer_format,
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 229 cam_format_t buffer_format; member in struct:__anon4436
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 538 test_obj->buffer_format = DEFAULT_RAW_FORMAT;
mm_qcamera_app.c     [all...]
mm_qcamera_preview.c 490 stream->s_config.stream_info->fmt = test_obj->buffer_format;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
surface.c 177 tmpl.buffer_format = pipe->screen->get_video_param
  /external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 177 tmpl.buffer_format = pipe->screen->get_video_param
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_video.c 796 if (templat->buffer_format != PIPE_FORMAT_NV12 || getenv("XVMC_VL") ||

Completed in 698 milliseconds

1 2