Lines Matching defs:Height
604 const int Height = pc->Height;
613 pc->Height = (data[5] | (data[6] << 8)) & 0x3fff;
617 if (Width != pc->Width || Height != pc->Height)
628 if (pc->Height <= 0)
630 pc->Height = Height;
632 "Invalid frame height");
635 if (vp8_alloc_frame_buffers(pc, pc->Width, pc->Height))
646 if (pc->Width == 0 || pc->Height == 0)