HomeSort by relevance Sort by last modified time
    Searched refs:sizeColor (Results 1 - 3 of 3) sorted by null

  /hardware/interfaces/automotive/evs/1.0/vts/functional/
FormatConvert.cpp 104 unsigned sizeColor = strideColor * height/2;
106 unsigned offsetV = sizeY + sizeColor;
  /packages/services/Car/evs/app/
FormatConvert.cpp 102 unsigned sizeColor = strideColor * height/2;
104 unsigned offsetV = sizeY + sizeColor;
  /packages/services/Car/evs/sampleDriver/
bufferCopy.cpp 77 const unsigned sizeColor = strideColor * tgtBuff.height/2;
78 const unsigned totalBytes = sizeY + sizeColor;

Completed in 4165 milliseconds