Home | History | Annotate | Download | only in sampleDriver

Lines Matching refs:srcPixel

160             uint32_t srcPixel = *src++;
162 uint8_t Y1 = (srcPixel) & 0xFF;
163 uint8_t U = (srcPixel >> 8) & 0xFF;
164 uint8_t Y2 = (srcPixel >> 16) & 0xFF;
165 uint8_t V = (srcPixel >> 24) & 0xFF;
209 uint32_t srcPixel = *src++;
211 uint8_t Y1 = (srcPixel) & 0xFF;
212 uint8_t U = (srcPixel >> 8) & 0xFF;
213 uint8_t Y2 = (srcPixel >> 16) & 0xFF;
214 uint8_t V = (srcPixel >> 24) & 0xFF;