Home
last modified time | relevance | path

Searched refs:aligned_h (Results 1 – 16 of 16) sorted by relevance

/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
140 RK_S32 mbs = (aligned_w * aligned_h) >> 8; in h264e_sps_update()
200 sps->pic_height_in_mbs = aligned_h >> 4; in h264e_sps_update()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_framebuffer.h29 u32 aligned_h; member
H A Dkomeda_framebuffer.c80 kfb->aligned_h = ALIGN(fb->height, alignment_h); in komeda_fb_afbc_size_check()
87 n_blocks = (kfb->aligned_w * kfb->aligned_h) / AFBC_SUPERBLK_PIXELS; in komeda_fb_afbc_size_check()
H A Dkomeda_pipeline_state.c364 st->vsize = kfb->aligned_h; in komeda_layer_validate()
368 st->afbc_crop_b = kfb->aligned_h - dflow->in_y - dflow->in_h; in komeda_layer_validate()
/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() argument
279 aligned_h = _ds_height_align; in get_sp_resolution()
H A DSPStreamProcUnit.h76 XCamReturn get_sp_resolution(int &width, int &height, int &aligned_w, int &aligned_h);
H A DCamHwIsp20.h165 XCamReturn get_sp_resolution(int &width, int &height, int &aligned_w, int &aligned_h) override;
H A DCamHwIsp20.cpp6003 XCamReturn CamHwIsp20::get_sp_resolution(int &width, int &height, int &aligned_w, int &aligned_h) in get_sp_resolution() argument
6006 return mSpStreamUnit->get_sp_resolution(width, height, aligned_w, 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
229 size_t yuv_size = aligned_w * aligned_h; in h264e_vepu_buf_set_frame_size()
254 bufs->mb_h = aligned_h >> 4; in h264e_vepu_buf_set_frame_size()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DICamHw.h133 … virtual XCamReturn get_sp_resolution(int &width, int &height, int &aligned_w, int &aligned_h) = 0;
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/
H A DRkAiqManager.cpp300 int w, h, aligned_w, aligned_h; in prepare() local
301 ret = mCamHw->get_sp_resolution(w, h, aligned_w, aligned_h); in prepare()
302 ret = mRkAiqAnalyzer->set_sp_resolution(w, h, aligned_w, aligned_h); in prepare()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541.c226 RK_S32 aligned_h = MPP_ALIGN(prep->height, alignment) + 16; in setup_hal_bufs() local
227 RK_S32 pixel_buf_fbc_hdr_size = MPP_ALIGN(aligned_w * aligned_h / 64, SZ_8K); in setup_hal_bufs()
228 RK_S32 pixel_buf_fbc_bdy_size = aligned_w * aligned_h * 3 / 2; in setup_hal_bufs()
230 RK_S32 thumb_buf_size = MPP_ALIGN(aligned_w / 64 * aligned_h / 64 * 256, SZ_8K); in setup_hal_bufs()
H A Dhal_h264e_vepu540c.c199 RK_S32 aligned_h = MPP_ALIGN(prep->height, alignment); in setup_hal_bufs() local
200 RK_S32 pixel_buf_fbc_hdr_size = MPP_ALIGN(aligned_w * aligned_h / 64, SZ_8K); in setup_hal_bufs()
201 RK_S32 pixel_buf_fbc_bdy_size = aligned_w * aligned_h * 3 / 2; in setup_hal_bufs()
203 RK_S32 thumb_buf_size = MPP_ALIGN(aligned_w / 64 * aligned_h / 64 * 256, SZ_8K); in setup_hal_bufs()
H A Dhal_h264e_vepu580.c405 RK_S32 aligned_h = MPP_ALIGN(prep->height, alignment_h) + 16; in setup_hal_bufs() local
406 RK_S32 pixel_buf_fbc_hdr_size = MPP_ALIGN(aligned_w * aligned_h / 64, SZ_8K); in setup_hal_bufs()
407 RK_S32 pixel_buf_fbc_bdy_size = aligned_w * aligned_h * 3 / 2; in setup_hal_bufs()
409 RK_S32 thumb_buf_size = MPP_ALIGN(aligned_w / 64 * aligned_h / 64 * 256, SZ_8K); in setup_hal_bufs()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqCore.h294 XCamReturn set_sp_resolution(int &width, int &height, int &aligned_w, int &aligned_h);
H A DRkAiqCore.cpp3237 XCamReturn RkAiqCore::set_sp_resolution(int &width, int &height, int &aligned_w, int &aligned_h) in set_sp_resolution() argument
3242 mSpAlignedHeight = aligned_h; in set_sp_resolution()