HomeSort by: relevance | last modified time | path
    Searched refs:fourcc (Results 1 - 25 of 68) sorted by relevancy

1 2 3

  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
dri_helpers.h 47 dri2_get_mapping_by_fourcc(int fourcc);
dri2.c 973 uint64_t modifier, int fourcc)
976 const struct dri2_format_mapping *map = dri2_get_mapping_by_fourcc(fourcc);
1004 int width, int height, int fourcc,
1010 const struct dri2_format_mapping *map = dri2_get_mapping_by_fourcc(fourcc);
1014 const int expected_num_fds = dri2_get_modifier_num_planes(_screen, modifier, fourcc);
1052 img->dri_fourcc = fourcc;
1515 dri2_from_fds(__DRIscreen *screen, int width, int height, int fourcc,
1519 return dri2_create_image_from_fd(screen, width, height, fourcc,
1525 dri2_query_dma_buf_modifiers(__DRIscreen *_screen, int fourcc, int max,
1531 const struct dri2_format_mapping *map = dri2_get_mapping_by_fourcc(fourcc);
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_image.h 55 int fourcc; member in struct:brw_image_format
75 uint64_t modifier; /**< fb modifier (fourcc) */
brw_screen.c 437 brw_image_format_lookup(int fourcc)
440 if (brw_image_formats[i].fourcc == fourcc)
448 brw_image_get_fourcc(__DRIimage *image, int *fourcc)
451 *fourcc = image->planar_format->fourcc;
457 *fourcc = brw_image_formats[i].fourcc;
995 uint32_t fourcc, uint64_t modifier,
999 const struct brw_image_format *f = brw_image_format_lookup(fourcc);
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
intel_image.h 55 int fourcc; member in struct:intel_image_format
75 uint64_t modifier; /**< fb modifier (fourcc) */
intel_screen.c 413 intel_image_format_lookup(int fourcc)
416 if (intel_image_formats[i].fourcc == fourcc)
424 intel_image_get_fourcc(__DRIimage *image, int *fourcc)
427 *fourcc = image->planar_format->fourcc;
433 *fourcc = intel_image_formats[i].fourcc;
940 uint32_t fourcc, uint64_t modifier,
944 const struct intel_image_format *f = intel_image_format_lookup(fourcc);
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
image.c 50 {.fourcc = VA_FOURCC('B','G','R','A'), .byte_order = VA_LSB_FIRST, 32, 32,
52 {.fourcc = VA_FOURCC('R','G','B','A'), .byte_order = VA_LSB_FIRST, 32, 32,
54 {.fourcc = VA_FOURCC('B','G','R','X'), .byte_order = VA_LSB_FIRST, 32, 24,
56 {.fourcc = VA_FOURCC('R','G','B','X'), .byte_order = VA_LSB_FIRST, 32, 24,
90 format = VaFourccToPipeFormat(formats[i].fourcc);
129 switch (format->fourcc) {
237 img->format.fourcc = PipeFormatToVaFourcc(surf->buffer->buffer_format);
247 if (img->format.fourcc == formats[i].fourcc) {
261 switch (img->format.fourcc) {
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
image.c 52 {.fourcc = VA_FOURCC('B','G','R','A'), .byte_order = VA_LSB_FIRST, 32, 32,
54 {.fourcc = VA_FOURCC('R','G','B','A'), .byte_order = VA_LSB_FIRST, 32, 32,
56 {.fourcc = VA_FOURCC('B','G','R','X'), .byte_order = VA_LSB_FIRST, 32, 24,
58 {.fourcc = VA_FOURCC('R','G','B','X'), .byte_order = VA_LSB_FIRST, 32, 24,
92 format = VaFourccToPipeFormat(formats[i].fourcc);
131 switch (format->fourcc) {
264 img->format.fourcc = PipeFormatToVaFourcc(surf->buffer->buffer_format);
276 if (img->format.fourcc == formats[i].fourcc) {
293 switch (img->format.fourcc) {
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
intel_regions.h 115 int fourcc; member in struct:intel_image_format
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
intel_regions.h 115 int fourcc; member in struct:intel_image_format
  /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
platform_android.c 64 int fourcc; /* __DRI_IMAGE_FOURCC_ */ member in struct:droid_yuv_format
67 /* The following table is used to look up a DRI image FourCC based
70 /* Native format, YCrCb, Chroma step, DRI image FourCC */
91 return droid_yuv_formats[i].fourcc;
133 /* createImageFromFds requires fourcc format */
558 int fourcc, pitch; local
576 fourcc = get_fourcc(dri2_surf->buffer->format);
581 if (fourcc == -1 || pitch == 0) {
582 _eglLog(_EGL_WARNING, "Invalid buffer fourcc(%x) or pitch(%d)",
583 fourcc, pitch)
800 int fourcc; local
912 const int fourcc = get_fourcc(buf->format); local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
dxil_container.c 48 enum dxil_part_fourcc fourcc,
53 if (!blob_write_bytes(&c->parts, &fourcc, sizeof(fourcc)) ||
64 enum dxil_part_fourcc fourcc,
67 return add_part_header(c, fourcc, part_size) &&
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
dri2.c 118 dri2_get_mapping_by_fourcc(int fourcc) {
120 if (dri2_format_table[i].dri_fourcc == fourcc)
904 int width, int height, int fourcc,
910 const struct dri2_format_mapping *map = dri2_get_mapping_by_fourcc(fourcc);
920 switch (fourcc) {
953 if (fourcc == __DRI_IMAGE_FOURCC_YVU420) {
958 fourcc = __DRI_IMAGE_FOURCC_YUV420;
959 map = dri2_get_mapping_by_fourcc(fourcc);
970 img->dri_fourcc = fourcc;
1286 dri2_from_fds(__DRIscreen *screen, int width, int height, int fourcc,
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/xvmc/
intel_batchbuffer.c 40 #include <fourcc.h>
  /xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
intel_batchbuffer.c 40 #include <fourcc.h>
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
vl_hwmc.c 10 #include <fourcc.h>
  /xsrc/external/mit/libdrm/dist/tests/modetest/
modetest.c 202 static void dump_fourcc(uint32_t fourcc)
204 char *name = drmGetFormatName(fourcc);
823 unsigned int fourcc; member in struct:pipe_arg
846 unsigned int fourcc; member in struct:plane_arg
1150 static void set_gamma(struct device *dev, unsigned crtc_id, unsigned fourcc)
1158 info = util_format_info_find(fourcc);
1196 bo_fb_create(int fd, unsigned int fourcc, const uint32_t w, const uint32_t h,
1203 bo = bo_create(fd, fourcc, w, h, handles, pitches, offsets, pat, pattern_seed);
1208 if (drmModeAddFB2(fd, w, h, fourcc, handles, pitches, offsets, &fb_id, 0)) {
1243 if (bo_fb_create(dev->fd, p->fourcc, p->w, p->h
    [all...]
  /xsrc/external/mit/MesaLib/dist/include/GL/internal/
dri_interface.h 1300 * Extra fourcc formats used internally to Mesa with createImageFromNames.
1468 int width, int height, int fourcc,
1509 int width, int height, int fourcc,
1522 int width, int height, int fourcc,
1613 int width, int height, int fourcc,
1646 * \param fourcc The format to query modifiers for. If this format
1654 * supported modifiers for \param fourcc in case
1661 unsigned char (*queryDmaBufModifiers)(__DRIscreen *screen, int fourcc,
1669 * \param fourcc The format to query. If this format is not supported by
1681 uint32_t fourcc,
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_video_hwmc.c 37 #include <fourcc.h>
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_hwmc.c 37 #include <fourcc.h>
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_video.h 32 #include <fourcc.h>
sna_video_hwmc.c 37 #include <fourcc.h>
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
intel_hwmc.c 37 #include <fourcc.h>
  /xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
intel_batchbuffer.c 40 #include <fourcc.h>
  /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
platform_wayland.c 187 dri2_wl_visual_idx_from_fourcc(uint32_t fourcc)
190 /* wl_drm format codes overlap with DRIImage FourCC codes for all formats
192 if (dri2_wl_visuals[i].wl_drm_format == fourcc)
908 __DRIimage *image, int *fourcc)
915 fourcc);
928 *fourcc = dri2_wl_visuals[visual_idx].wl_drm_format;
939 int width, height, fourcc, num_planes; local
945 query &= get_fourcc(dri2_dpy, image, &fourcc);
970 int visual_idx = dri2_wl_visual_idx_from_fourcc(fourcc);
1039 fourcc, 0)
    [all...]

Completed in 42 milliseconds

1 2 3