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

  /frameworks/av/include/media/stagefright/
YUVImage.h 109 void yuv2rgb(uint8_t yValue, uint8_t uValue, uint8_t vValue,
  /frameworks/av/media/libstagefright/yuv/
YUVImage.cpp 375 void YUVImage::yuv2rgb(uint8_t yValue, uint8_t uValue, uint8_t vValue, function in class:android::YUVImage
404 yuv2rgb(yValue, uValue, vValue, &rValue, &gValue, &bValue);

Completed in 25 milliseconds