Home
last modified time | relevance | path

Searched defs:Rx (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/libvideoeditor/vss/common/inc/
DM4VIFI_Defines.h51 #define DEMATRIX(Rx,Gx,Bx,Yx37,Ux,Vx) \ argument
56 #define DEMATRIX(Rx,Gx,Bx,Yx2568,Ux,Vx) \ argument
71 #define PACK_BGR24(rgb_ptr,Rx,Gx,Bx) {rgb_ptr[0] = (M4VIFI_UInt8)Bx; rgb_ptr[1] =\ argument
73 #define PACK_RGB24(rgb_ptr,Rx,Gx,Bx) {rgb_ptr[0] = (M4VIFI_UInt8)Rx; rgb_ptr[1] =\ argument
77 #define PACK_RGB565(a, Rx, Gx, Bx) (((Rx >> 3) << (11 + (a)))\ argument
79 #define PACK_BGR565(a, Rx, Gx, Bx) (((Bx >> 3) << (11 + (a)))\ argument
88 #define PACK_RGB565(a, Rx, Gx, Bx) (((Bx >> 3) << (8 + (a))) \ argument
90 #define PACK_BGR565(a, Rx, Gx, Bx) (((Rx >> 3) << (11 + (a))) \ argument