| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/ |
| H A D | h264e_sps.c | 73 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 D | komeda_framebuffer.h | 29 u32 aligned_h; member
|
| H A D | komeda_framebuffer.c | 80 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 D | komeda_pipeline_state.c | 364 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 D | SPStreamProcUnit.cpp | 274 …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 D | SPStreamProcUnit.h | 76 XCamReturn get_sp_resolution(int &width, int &height, int &aligned_w, int &aligned_h);
|
| H A D | CamHwIsp20.h | 165 XCamReturn get_sp_resolution(int &width, int &height, int &aligned_w, int &aligned_h) override;
|
| H A D | CamHwIsp20.cpp | 6003 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 D | hal_h264e_vepu_v2.c | 228 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 D | ICamHw.h | 133 … 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 D | RkAiqManager.cpp | 300 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 D | hal_h264e_vepu541.c | 226 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 D | hal_h264e_vepu540c.c | 199 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 D | hal_h264e_vepu580.c | 405 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 D | RkAiqCore.h | 294 XCamReturn set_sp_resolution(int &width, int &height, int &aligned_w, int &aligned_h);
|
| H A D | RkAiqCore.cpp | 3237 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()
|