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

  /device/generic/goldfish/camera/
Converters.cpp 59 static void _YUV420SToRGB32(const uint8_t* Y,
116 _YUV420SToRGB32(Y, U, V, 1, reinterpret_cast<uint32_t*>(rgb), width, height,
128 _YUV420SToRGB32(Y, U, V, 1, reinterpret_cast<uint32_t*>(rgb), width, height,
167 _YUV420SToRGB32(Y, U, V, 2, rgb, width, height, y_stride, uv_stride);
  /device/google/cuttlefish_common/guest/hals/camera/
Converters.cpp 55 static void _YUV420SToRGB32(const uint8_t* Y, const uint8_t* U,
95 _YUV420SToRGB32(Y, U, V, 1, reinterpret_cast<uint32_t*>(rgb), width, height);
103 _YUV420SToRGB32(Y, U, V, 1, reinterpret_cast<uint32_t*>(rgb), width, height);
119 _YUV420SToRGB32(Y, U, V, 2, rgb, width, height);

Completed in 651 milliseconds