Home
last modified time | relevance | path

Searched refs:adjusted_height (Results 1 – 2 of 2) sorted by relevance

/external/drm_hwcomposer/platform/
Dplatformhisi.cpp135 int adjusted_height = MALI_ALIGN(hnd->height, 2); in ConvertBoInfo() local
136 int y_size = adjusted_height * hnd->byte_stride; in ConvertBoInfo()
138 int v_size = vu_stride * (adjusted_height / 2); in ConvertBoInfo()
/external/v8/src/execution/
Dframes.cc2306 const int adjusted_height = in ConstructStubFrameInfo() local
2311 frame_size_in_bytes_without_fixed_ = adjusted_height * kSystemPointerSize; in ConstructStubFrameInfo()