Searched refs:Cr (Results 1 – 3 of 3) sorted by relevance
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedScene.h | 96 enum ColorChannels { R = 0, Gr, Gb, B, Y, Cb, Cr, NUM_CHANNELS }; enumerator
|
/hardware/interfaces/media/omx/1.0/vts/functional/video/ |
D | VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 827 char* Cr = Cb + 1; in fillByteBuffer() local 836 Cr[2 * i] = *imgTmp++; in fillByteBuffer() 838 Cr += portDef.format.video.nStride; in fillByteBuffer() 844 char* Cr = Cb + ((portDef.format.video.nFrameHeight * in fillByteBuffer() local 853 memcpy(Cr, imgTmp, (portDef.format.video.nFrameWidth >> 1)); in fillByteBuffer() 854 Cr += (portDef.format.video.nStride >> 1); in fillByteBuffer()
|
/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 390 * by (W/2) x (H/2) Cr and Cb planes. 916 * Full range uses all values for Y, Cb and Cr from 923 * 1/16*2^b to 15/16*2^b for Cb, Cr, R, G and B, where b is the bit depth of 928 * Chroma (Cb, Cr) samples should range from 16 to 240, inclusive 932 * Chroma (Cb, Cr) samples should range from 64 to 960, inclusive 1025 * Same model as BT.601-625, but all values (Y, Cb, Cr) range from 0 to 255
|