Lines Matching refs:pixel_height
69 size_t pixel_height, in Init() argument
73 pixel_height, time_stamp_ns, rotation, in Init()
81 frame->pixel_width, frame->pixel_height, frame->time_stamp, in Init()
86 size_t pixel_height, int64_t time_stamp_ns) { in InitToBlack() argument
87 InitToEmptyBuffer(w, h, pixel_width, pixel_height, time_stamp_ns); in InitToBlack()
200 size_t pixel_height, in Reset() argument
220 InitToEmptyBuffer(new_width, new_height, pixel_width, pixel_height, in Reset()
250 int w, int h, size_t pixel_width, size_t pixel_height, in CreateEmptyFrame() argument
253 frame->InitToEmptyBuffer(w, h, pixel_width, pixel_height, time_stamp_ns); in CreateEmptyFrame()
258 size_t pixel_height, in InitToEmptyBuffer() argument
262 pixel_height_ = pixel_height; in InitToEmptyBuffer()