Home | History | Annotate | Download | only in src

Lines Matching refs:height

40                             int width, int height, int fourcc, unsigned int flags,
59 if ((width <= 0) || (width * height > 5120 * 5120) || (height <= 0)) {
92 psb_surface->chroma_offset = psb_surface->stride * height;
93 psb_surface->size = (psb_surface->stride * height * 3) / 2;
101 psb_surface->size = psb_surface->stride * height;
104 if ((width <= 0) || (width * height > 5120 * 5120) || (height <= 0)) {
137 psb_surface->chroma_offset = psb_surface->stride * height;
138 psb_surface->size = psb_surface->stride * height * 2;
144 psb_surface->chroma_offset = psb_surface->stride * height;
145 psb_surface->size = psb_surface->stride * height * 4;
161 int width, int height,
175 if ((width <= 0) || (width > 5120) || (height <= 0) || (height > 5120))
195 int width, int height,
210 if ((width <= 0) || (width > 5120) || (height <= 0) || (height > 5120))
248 int width, int height, int stride, int size,
256 if ((width <= 0) || (width > 4096) || (height <= 0) || (height > 4096)) {
261 if ((width == 640) && (height == 360)) {
265 psb_surface->chroma_offset = psb_surface->stride * height;
266 psb_surface->size = (psb_surface->stride * height * 3) / 2;
287 int width, int height, int stride, int size,
295 if ((width <= 0) || (width > 4096) || (height <= 0) || (height > 4096)) {
300 psb_surface->chroma_offset = psb_surface->stride * height;
301 psb_surface->size = (psb_surface->stride * height * 3) / 2;
373 int width, int height,
383 value.height = height;