Home
last modified time | relevance | path

Searched refs:y_data_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/media/base/
Dyuvframegenerator.cc58 y_data_ = new uint8_t[size]; in YuvFrameGenerator()
73 delete y_data_; in ~YuvFrameGenerator()
82 memset(y_data_, 0, size); in GenerateNextFrame()
86 DrawLandscape(y_data_, width_, height_); in GenerateNextFrame()
91 DrawBouncingCube(y_data_, width_, height_, frame_index_); in GenerateNextFrame()
98 memcpy(frame_buffer, y_data_, size); in GenerateNextFrame()
213 DrawBlockRectangle(y_data_, barcode_start_x_, barcode_start_y_, 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()
[all …]
Dyuvframegenerator.h99 uint8_t* y_data_; variable