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

  /external/mesa3d/src/gallium/include/pipe/
p_video_codec.h 124 enum pipe_format buffer_format; member in struct:pipe_video_buffer
  /external/mesa3d/src/gallium/state_trackers/vdpau/
surface.c 85 p_surf->templat.buffer_format = pipe->screen->get_video_param
102 if (p_surf->templat.buffer_format != PIPE_FORMAT_NONE)
205 enum pipe_format format, buffer_format; local
228 buffer_format = vlsurface->video_buffer->buffer_format;
229 if (format != buffer_format) {
230 if (format == PIPE_FORMAT_YV12 && buffer_format == PIPE_FORMAT_NV12)
232 else if (format == PIPE_FORMAT_NV12 && buffer_format == PIPE_FORMAT_YV12)
234 else if ((format == PIPE_FORMAT_YUYV && buffer_format == PIPE_FORMAT_UYVY) ||
235 (format == PIPE_FORMAT_UYVY && buffer_format == PIPE_FORMAT_YUYV)
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_blorp.c 316 const enum isl_format buffer_format = local
328 isl_format_get_layout(buffer_format);
342 buffer_row_pitch, buffer_format,
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/core/
display_base.cpp 596 const char *buffer_format = GetFormatString(input_buffer->format); local
613 input_buffer->height, buffer_format, INT(src_roi.left),
625 buffer_format = GetFormatString(input_buffer->format);
655 buffer_format, INT(src_roi.left), INT(src_roi.top),
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
display_base.cpp 583 const char *buffer_format = GetFormatString(input_buffer->format); local
599 input_buffer->height, buffer_format, INT(src_roi.left),
611 buffer_format = GetFormatString(input_buffer->format);
640 buffer_format, INT(src_roi.left), INT(src_roi.top),
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/
display_base.cpp 593 const char *buffer_format = GetFormatString(input_buffer->format); local
609 input_buffer->height, buffer_format, INT(src_roi.left),
621 buffer_format = GetFormatString(input_buffer->format);
647 buffer_format, INT(src_roi.left), INT(src_roi.top),
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/
display_base.cpp 599 const char *buffer_format = GetFormatString(input_buffer->format); local
615 input_buffer->height, buffer_format, INT(src_roi.left),
627 buffer_format = GetFormatString(input_buffer->format);
656 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:__anon2496
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 229 cam_format_t buffer_format; member in struct:__anon49304

Completed in 258 milliseconds