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

  /external/mesa3d/src/gallium/include/pipe/
p_video_decoder.h 109 enum pipe_format buffer_format; member in struct:pipe_video_buffer
  /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/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);
vl_mpeg12_decoder.c 736 plane_order = vl_video_buffer_plane_order(target->buffer_format);
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 229 cam_format_t buffer_format; member in struct:__anon4169
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 229 cam_format_t buffer_format; member in struct:__anon25457
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 534 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/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 177 tmpl.buffer_format = pipe->screen->get_video_param
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 550 test_obj->buffer_format = DEFAULT_RAW_FORMAT;
mm_qcamera_app.c     [all...]
mm_qcamera_preview.c 516 stream->s_config.stream_info->fmt = test_obj->buffer_format;
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.c 796 if (templat->buffer_format != PIPE_FORMAT_NV12 || getenv("XVMC_VL") ||

Completed in 1110 milliseconds