Home | History | Annotate | Download | only in src

Lines Matching full:luma_stride

164     unsigned int luma_stride, /* luma stride, could be width aligned with a special value */
179 psb_surface->stride = luma_stride;
199 unsigned int luma_stride, /* luma stride, could be width aligned with a special value */
213 psb_surface->stride = luma_stride;
217 } else if (512 == luma_stride) {
219 } else if (1024 == luma_stride) {
221 } else if (1280 == luma_stride) {
223 } else if (2048 == luma_stride) {
225 } else if (4096 == luma_stride) {
386 value.luma_stride = psb_surface->stride;