Home | History | Annotate | Download | only in mrst

Lines Matching defs:rec_surface

257     object_surface_p rec_surface;
278 rec_surface = ctx->dest_surface;
279 if (NULL == rec_surface) {
299 CLEAR_SURFACE_INFO_skipped_flag(rec_surface->psb_surface);
339 psPicParams->DstYStride = rec_surface->psb_surface->stride;
340 psPicParams->DstUVStride = rec_surface->psb_surface->stride;
341 psPicParams->DstYRowStride = rec_surface->psb_surface->stride * 16;
342 psPicParams->DstUVRowStride = rec_surface->psb_surface->stride * 16 / 2;
344 psPicParams->DstYStride = rec_surface->height * 16;
345 psPicParams->DstUVStride = rec_surface->height * 16 / 2;
449 RELOC_PIC_PARAMS(&psPicParams->DstYBase, 0, &rec_surface->psb_surface->buf);
452 rec_surface->psb_surface->stride * rec_surface->height,
453 &rec_surface->psb_surface->buf);