HomeSort by relevance Sort by last modified time
    Searched refs:buffer_format (Results 1 - 22 of 22) 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...]
  /hardware/qcom/display/msm8996/sdm/libs/core/
display_base.cpp 587 const char *buffer_format = GetFormatString(input_buffer->format); local
603 input_buffer->height, buffer_format, INT(src_roi.left),
615 buffer_format = GetFormatString(input_buffer->format);
641 buffer_format, INT(src_roi.left), INT(src_roi.top),
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/
display_base.cpp 582 const char *buffer_format = GetFormatString(input_buffer->format); local
598 input_buffer->height, buffer_format, INT(src_roi.left),
610 buffer_format = GetFormatString(input_buffer->format);
639 buffer_format, INT(src_roi.left), INT(src_roi.top),
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 227 cam_format_t buffer_format; member in struct:__anon3837
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 229 cam_format_t buffer_format; member in struct:__anon4401
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 229 cam_format_t buffer_format; member in struct:__anon4953
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c     [all...]
mm_qcamera_snapshot.c 551 test_obj->buffer_format = DEFAULT_RAW_FORMAT;
mm_qcamera_preview.c 805 stream->s_config.stream_info->fmt = test_obj->buffer_format;
    [all...]
  /device/huawei/angler/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...]
  /device/lge/bullhead/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/state_trackers/xvmc/
surface.c 177 tmpl.buffer_format = pipe->screen->get_video_param
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.c 796 if (templat->buffer_format != PIPE_FORMAT_NV12 || getenv("XVMC_VL") ||

Completed in 334 milliseconds