vout_pictures.h
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:5k
源码类别:

midi

开发平台:

Unix_Linux

  1. /*****************************************************************************
  2.  * vout_pictures.h : picture management definitions
  3.  *****************************************************************************
  4.  * Copyright (C) 2002-2004 the VideoLAN team
  5.  * $Id: 8cfc8922827bfb2264d259ad61e23af0ecd21406 $
  6.  *
  7.  * Authors: Samuel Hocevar <sam@zoy.org>
  8.  *
  9.  * This program is free software; you can redistribute it and/or modify
  10.  * it under the terms of the GNU General Public License as published by
  11.  * the Free Software Foundation; either version 2 of the License, or
  12.  * (at your option) any later version.
  13.  *
  14.  * This program is distributed in the hope that it will be useful,
  15.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17.  * GNU General Public License for more details.
  18.  *
  19.  * You should have received a copy of the GNU General Public License
  20.  * along with this program; if not, write to the Free Software
  21.  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  22.  *****************************************************************************/
  23. /*****************************************************************************
  24.  * Fourcc definitions that we can handle internally
  25.  *****************************************************************************/
  26. /* Packed RGB for 8bpp */
  27. #define FOURCC_BI_RGB       0x00000000
  28. #define FOURCC_RGB2         VLC_FOURCC('R','G','B','2')
  29. /* Packed RGB for 16, 24, 32bpp */
  30. #define FOURCC_BI_BITFIELDS 0x00000003
  31. /* Packed RGB 15bpp, usually 0x7c00, 0x03e0, 0x001f */
  32. #define FOURCC_RV15         VLC_FOURCC('R','V','1','5')
  33. /* Packed RGB 16bpp, usually 0xf800, 0x07e0, 0x001f */
  34. #define FOURCC_RV16         VLC_FOURCC('R','V','1','6')
  35. /* Packed RGB 24bpp, usually 0x00ff0000, 0x0000ff00, 0x000000ff */
  36. #define FOURCC_RV24         VLC_FOURCC('R','V','2','4')
  37. /* Packed RGB 32bpp, usually 0x00ff0000, 0x0000ff00, 0x000000ff */
  38. #define FOURCC_RV32         VLC_FOURCC('R','V','3','2')
  39. /* Packed RGBA 32bpp, like RV32 with 0xff000000 used for alpha */
  40. #define FOURCC_RGBA         VLC_FOURCC('R','G','B','A')
  41. /* Planar YUV 4:2:0, Y:U:V */
  42. #define FOURCC_I420         VLC_FOURCC('I','4','2','0')
  43. #define FOURCC_IYUV         VLC_FOURCC('I','Y','U','V')
  44. #define FOURCC_J420         VLC_FOURCC('J','4','2','0')
  45. /* Planar YUV 4:2:0, Y:V:U */
  46. #define FOURCC_YV12         VLC_FOURCC('Y','V','1','2')
  47. /* Packed YUV 4:2:2, U:Y:V:Y, interlaced */
  48. #define FOURCC_IUYV         VLC_FOURCC('I','U','Y','V')
  49. /* Packed YUV 4:2:2, U:Y:V:Y */
  50. #define FOURCC_UYVY         VLC_FOURCC('U','Y','V','Y')
  51. #define FOURCC_UYNV         VLC_FOURCC('U','Y','N','V')
  52. #define FOURCC_Y422         VLC_FOURCC('Y','4','2','2')
  53. /* Packed YUV 4:2:2, U:Y:V:Y, reverted */
  54. #define FOURCC_cyuv         VLC_FOURCC('c','y','u','v')
  55. /* Packed YUV 4:2:2, Y:U:Y:V */
  56. #define FOURCC_YUY2         VLC_FOURCC('Y','U','Y','2')
  57. #define FOURCC_YUNV         VLC_FOURCC('Y','U','N','V')
  58. /* Packed YUV 4:2:2, Y:V:Y:U */
  59. #define FOURCC_YVYU         VLC_FOURCC('Y','V','Y','U')
  60. /* Packed YUV 2:1:1, Y:U:Y:V */
  61. #define FOURCC_Y211         VLC_FOURCC('Y','2','1','1')
  62. /* Planar YUV 4:1:1, Y:U:V */
  63. #define FOURCC_I411         VLC_FOURCC('I','4','1','1')
  64. /* Planar YUV 4:1:0, Y:U:V */
  65. #define FOURCC_I410         VLC_FOURCC('I','4','1','0')
  66. #define FOURCC_YVU9         VLC_FOURCC('Y','V','U','9')
  67. /* Planar Y, packed UV, from Matrox */
  68. #define FOURCC_YMGA         VLC_FOURCC('Y','M','G','A')
  69. /* Planar 4:2:2, Y:U:V */
  70. #define FOURCC_I422         VLC_FOURCC('I','4','2','2')
  71. #define FOURCC_J422         VLC_FOURCC('J','4','2','2')
  72. /* Planar 4:4:0, Y:U:V */
  73. #define FOURCC_I440         VLC_FOURCC('I','4','4','0')
  74. #define FOURCC_J440         VLC_FOURCC('J','4','4','0')
  75. /* Planar 4:4:4, Y:U:V */
  76. #define FOURCC_I444         VLC_FOURCC('I','4','4','4')
  77. #define FOURCC_J444         VLC_FOURCC('J','4','4','4')
  78. /* Planar 4:4:4:4 Y:U:V:A */
  79. #define FOURCC_YUVA         VLC_FOURCC('Y','U','V','A')
  80. /* Palettized YUV with palette element Y:U:V:A */
  81. #define FOURCC_YUVP         VLC_FOURCC('Y','U','V','P')
  82. /* Palettized RGB with palette element R:G:B */
  83. #define FOURCC_RGBP         VLC_FOURCC('R','G','B','P')
  84. /* Planar 8-bit grayscale */
  85. #define FOURCC_GREY         VLC_FOURCC('G','R','E','Y')
  86. #define FOURCC_Y800         VLC_FOURCC('Y','8','0','0')
  87. #define FOURCC_Y8           VLC_FOURCC('Y','8',' ',' ')
  88. /* Alignment of critical dynamic data structure
  89.  *
  90.  * Not all platforms support memalign so we provide a vlc_memalign wrapper
  91.  * void *vlc_memalign( size_t align, size_t size, void **pp_orig )
  92.  * *pp_orig is the pointer that has to be freed afterwards.
  93.  */
  94. static inline
  95. void *vlc_memalign (void **pp, size_t align, size_t size)
  96. {
  97. #if defined (HAVE_POSIX_MEMALIGN)
  98.     return posix_memalign (pp, align, size) ? NULL : *pp;
  99. #elif defined (HAVE_MEMALIGN)
  100.     return *pp = memalign (align, size);
  101. #else
  102.     unsigned char *ptr;
  103.     if (align < 1)
  104.         return NULL;
  105.     align--;
  106.     ptr = malloc (size + align);
  107.     if (ptr == NULL)
  108.         return NULL;
  109.     *pp = ptr;
  110.     ptr += align;
  111.     return (void *)(((uintptr_t)ptr) & ~align);
  112. #endif
  113. }