Searched refs:box_w (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/ |
| H A D | image.c | 441 unsigned box_w = align(width, 2); local in function:vlVaGetImage 446 vl_video_buffer_adjust_size(&box_w, &box_h, i, 453 struct pipe_box box = {box_x, box_y, j, box_w, box_h, 1};
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/ |
| H A D | image.c | 530 unsigned box_w = align(width, 2); local in function:vlVaGetImage 535 vl_video_buffer_adjust_size(&box_w, &box_h, i, 542 struct pipe_box box = {box_x, box_y, j, box_w, box_h, 1};
|
Completed in 4 milliseconds