Home | History | Annotate | Download | only in src

Lines Matching refs:PAD_TO_WORD

1125             frame_offset->mp[0].len = PAD_TO_WORD(width * height);
1126 frame_offset->mp[1].len = PAD_TO_WORD(width * height/2);
1131 frame_offset->mp[0].len = PAD_TO_WORD(width * CEILING16(height));
1132 frame_offset->mp[1].len = PAD_TO_WORD(width * CEILING16(height)/2);
1142 frame_offset->mp[0].len = PAD_TO_WORD(width * height);
1153 frame_offset->mp[0].len = PAD_TO_WORD(width * height);
1154 frame_offset->mp[1].len = PAD_TO_WORD(width * height);