Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/linux-rga/include/
H A Dplatform_gralloc4.h78 int get_height(buffer_handle_t handle, uint64_t* height);
/OK3568_Linux_fs/external/linux-rga/core/
H A DGrallocOps.cpp52 err = gralloc4::get_height(handle, &h); in RkRgaGetHandleAttributes()
102 err = gralloc4::get_height(handle, &h); in RkRgaGetHandleMapAddress()
H A Dplatform_gralloc4.cpp224 int get_height(buffer_handle_t handle, uint64_t* height) in get_height() function