Subversion Repositories Kolibri OS

Rev

Rev 6934 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6934 Rev 6936
Line 22... Line 22...
22
 */
22
 */
Line 23... Line 23...
23
 
23
 
24
#ifndef DRM_FOURCC_H
24
#ifndef DRM_FOURCC_H
Line 25... Line 25...
25
#define DRM_FOURCC_H
25
#define DRM_FOURCC_H
Line 26... Line 26...
26
 
26
 
27
#include 
27
#include "drm.h"
Line 28... Line 28...
28
 
28
 
Line 223... Line 223...
223
 * one for the interleaved Cb/Cr components (1/2 the height of the Y buffer).
223
 * one for the interleaved Cb/Cr components (1/2 the height of the Y buffer).
224
 * Alignment requirements are (for each buffer):
224
 * Alignment requirements are (for each buffer):
225
 * - multiple of 128 pixels for the width
225
 * - multiple of 128 pixels for the width
226
 * - multiple of  32 pixels for the height
226
 * - multiple of  32 pixels for the height
227
 *
227
 *
228
 * For more information: see http://linuxtv.org/downloads/v4l-dvb-apis/re32.html
228
 * For more information: see https://linuxtv.org/downloads/v4l-dvb-apis/re32.html
229
 */
229
 */
230
#define DRM_FORMAT_MOD_SAMSUNG_64_32_TILE	fourcc_mod_code(SAMSUNG, 1)
230
#define DRM_FORMAT_MOD_SAMSUNG_64_32_TILE	fourcc_mod_code(SAMSUNG, 1)
Line 231... Line 231...
231
 
231