Home
last modified time | relevance | path

Searched defs:aligned_h (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_framebuffer.h29 u32 aligned_h; member
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_sps.c73 RK_S32 aligned_h = MPP_ALIGN(height, 16); in h264e_sps_update() local
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DSPStreamProcUnit.cpp274 …Return SPStreamProcUnit::get_sp_resolution(int &width, int &height, int &aligned_w, int &aligned_h) in get_sp_resolution()
H A DCamHwIsp20.cpp6003 XCamReturn CamHwIsp20::get_sp_resolution(int &width, int &height, int &aligned_w, int &aligned_h) in get_sp_resolution()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu_v2.c228 RK_S32 aligned_h = MPP_ALIGN(h, 16); in h264e_vepu_buf_set_frame_size() local
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/
H A DRkAiqManager.cpp300 int w, h, aligned_w, aligned_h; in prepare() local
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu540c.c199 RK_S32 aligned_h = MPP_ALIGN(prep->height, alignment); in setup_hal_bufs() local
H A Dhal_h264e_vepu541.c226 RK_S32 aligned_h = MPP_ALIGN(prep->height, alignment) + 16; in setup_hal_bufs() local
H A Dhal_h264e_vepu580.c405 RK_S32 aligned_h = MPP_ALIGN(prep->height, alignment_h) + 16; in setup_hal_bufs() local
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqCore.cpp3237 XCamReturn RkAiqCore::set_sp_resolution(int &width, int &height, int &aligned_w, int &aligned_h) in set_sp_resolution()