HomeSort by: relevance | last modified time | path
    Searched defs:chroma_viewport (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_transform_v.c 57 struct rect *chroma_viewport)
66 chroma_viewport->x = luma_viewport->x;
67 chroma_viewport->y = luma_viewport->y;
68 chroma_viewport->height = luma_viewport->height;
69 chroma_viewport->width = luma_viewport->width;
77 chroma_viewport->x = luma_viewport->x / 2;
78 chroma_viewport->y = luma_viewport->y / 2;
79 chroma_viewport->height = luma_viewport->height / 2;
80 chroma_viewport->width = luma_viewport->width / 2;
380 struct rect *chroma_viewport)
538 struct rect chroma_viewport = {0}; local in function:dce110_xfmv_set_scaler
    [all...]
amdgpu_dce110_transform_v.c 57 struct rect *chroma_viewport)
66 chroma_viewport->x = luma_viewport->x;
67 chroma_viewport->y = luma_viewport->y;
68 chroma_viewport->height = luma_viewport->height;
69 chroma_viewport->width = luma_viewport->width;
77 chroma_viewport->x = luma_viewport->x / 2;
78 chroma_viewport->y = luma_viewport->y / 2;
79 chroma_viewport->height = luma_viewport->height / 2;
80 chroma_viewport->width = luma_viewport->width / 2;
380 struct rect *chroma_viewport)
538 struct rect chroma_viewport = {0}; local in function:dce110_xfmv_set_scaler
    [all...]

Completed in 22 milliseconds