Home
last modified time | relevance | path

Searched refs:COMPRESS (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-regs.h21 #define MDP_COLOR(COMPRESS, PACKED, LOOSE, VIDEO, PLANE, HF, VF, BITS, GROUP, SWAP, ID)\ argument
22 (((COMPRESS) << 29) | ((PACKED) << 27) | ((LOOSE) << 26) | ((VIDEO) << 23) |\
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-types.rst271 .. _MEDIA-INTF-T-ALSA-COMPRESS:
/linux/fs/btrfs/
H A Dinode.c784 if (btrfs_test_opt(fs_info, COMPRESS) || in inode_need_compress()