Home | History | Annotate | Download | only in mm-camera-interface

Lines Matching refs:PAD_TO_WORD

199             plane[0] = PAD_TO_WORD(width*height);
205 plane[0] = PAD_TO_WORD(width * height);
206 plane[1] = PAD_TO_WORD(width * height/2);
208 plane[0] = PAD_TO_WORD(width * CEILING16(height));
209 plane[1] = PAD_TO_WORD(width * CEILING16(height)/2);
218 plane[0] = PAD_TO_WORD(width*height);
229 plane[0] = PAD_TO_WORD(width * height);
234 plane[0] = PAD_TO_WORD(width * height);
245 plane[0] = PAD_TO_WORD(width * height);
246 plane[1] = PAD_TO_WORD(width * height);