Home | History | Annotate | Download | only in test

Lines Matching refs:frame_

31     frame_.CreateEmptyFrame(static_cast<int>(width_),
40 memset(frame_.buffer(kYPlane), 0x80, frame_.allocated_size(kYPlane));
41 memset(frame_.buffer(kUPlane), u, frame_.allocated_size(kUPlane));
42 memset(frame_.buffer(kVPlane), v, frame_.allocated_size(kVPlane));
43 return &frame_;
50 I420VideoFrame frame_;
77 frame_.CreateEmptyFrame(static_cast<int>(width_),
91 &frame_);
92 return &frame_;
101 I420VideoFrame frame_;