Home
last modified time | relevance | path

Searched refs:plane_layouts (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/u_gralloc/
Du_gralloc_imapper4_api.cpp69 std::vector<PlaneLayout> plane_layouts; in GetPlaneLayouts() local
72 android::gralloc4::decodePlaneLayouts(encoded_layouts, &plane_layouts); in GetPlaneLayouts()
77 return plane_layouts; in GetPlaneLayouts()
/hardware/qcom/sm8150/display/gralloc/
Dgr_buf_mgr.cpp1290 std::vector<PlaneLayout> plane_layouts; in GetMetadata() local
1291 getFormatLayout(handle, &plane_layouts); in GetMetadata()
1292 android::gralloc4::encodePlaneLayouts(plane_layouts, out); in GetMetadata()
/hardware/qcom/sm7250/display/gralloc/
Dgr_buf_mgr.cpp1325 std::vector<PlaneLayout> plane_layouts; in GetMetadata() local
1326 getFormatLayout(handle, &plane_layouts); in GetMetadata()
1327 android::gralloc4::encodePlaneLayouts(plane_layouts, out); in GetMetadata()