Searched refs:DrawBlockRectangle (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/talk/media/base/ |
D | yuvframegenerator.cc | 213 DrawBlockRectangle(y_data_, barcode_start_x_, barcode_start_y_, in DrawBarcode() 216 DrawBlockRectangle(u_data_, barcode_start_x_ / 2, barcode_start_y_ / 2, in DrawBarcode() 219 DrawBlockRectangle(v_data_, barcode_start_x_ / 2, barcode_start_y_ / 2, in DrawBarcode() 245 DrawBlockRectangle(y_data_, x, y, kUnitBarSize, height, width_, 0); in DrawMiddleGuardBars() 247 DrawBlockRectangle(y_data_, x, y, kUnitBarSize, height, width_, 0); in DrawMiddleGuardBars() 252 DrawBlockRectangle(y_data_, x, y, kUnitBarSize, height, width_, 0); in DrawSideGuardBars() 254 DrawBlockRectangle(y_data_, x, y, kUnitBarSize, height, width_, 0); in DrawSideGuardBars() 273 DrawBlockRectangle(y_data_, x, y, kUnitBarSize, height, width_, 0); in DrawEanEncodedDigit() 280 void YuvFrameGenerator::DrawBlockRectangle(uint8_t* p, in DrawBlockRectangle() function in cricket::YuvFrameGenerator
|
D | yuvframegenerator.h | 86 void DrawBlockRectangle(uint8_t* p,
|