| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/ |
| H A D | h264e_sps.c | 72 RK_S32 aligned_w = MPP_ALIGN(width, 16); in h264e_sps_update() local 140 RK_S32 mbs = (aligned_w * aligned_h) >> 8; in h264e_sps_update() 199 sps->pic_width_in_mbs = aligned_w >> 4; in h264e_sps_update()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/ |
| H A D | komeda_framebuffer.h | 27 u32 aligned_w; member
|
| H A D | komeda_framebuffer.c | 79 kfb->aligned_w = ALIGN(fb->width, alignment_w); 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 | 363 st->hsize = kfb->aligned_w; in komeda_layer_validate() 366 st->afbc_crop_r = kfb->aligned_w - dflow->in_x - dflow->in_w; in komeda_layer_validate()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | SPStreamProcUnit.cpp | 274 XCamReturn SPStreamProcUnit::get_sp_resolution(int &width, int &height, int &aligned_w, int &aligne… in get_sp_resolution() argument 278 aligned_w = _ds_width_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/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/mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu540c.c | 198 RK_S32 aligned_w = MPP_ALIGN(prep->width, 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() 214 if (aligned_w > (3 * SZ_1K)) { in setup_hal_bufs() 215 RK_S32 ext_line_buf_size = (aligned_w / 64 - 36) * 56 * 16; in setup_hal_bufs()
|
| H A D | hal_h264e_vepu580.c | 404 RK_S32 aligned_w = MPP_ALIGN(prep->width, alignment_w); 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() 420 if (aligned_w > SZ_4K) { in setup_hal_bufs() 422 RK_S32 ext_line_buf_size = (aligned_w - 3 * SZ_1K) / 64 * 480; in setup_hal_bufs()
|
| H A D | hal_h264e_vepu541.c | 225 RK_S32 aligned_w = MPP_ALIGN(prep->width, alignment); 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()
|
| /OK3568_Linux_fs/kernel/arch/alpha/lib/ |
| H A D | ev6-memset.S | 442 beq $3,aligned_w # U : target is 0mod8 463 aligned_w: label
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/ |
| H A D | hal_h264e_vepu_v2.c | 227 RK_S32 aligned_w = MPP_ALIGN(w, 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()
|
| /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/h265e/ |
| H A D | hal_h265e_vepu540c.c | 153 RK_S32 aligned_w = MPP_ALIGN(prep->width, alignment); in vepu540c_h265_setup_hal_bufs() local 192 if (aligned_w > (3 * SZ_1K)) { in vepu540c_h265_setup_hal_bufs() 193 RK_S32 ext_line_buf_size = (aligned_w / 32 - 91) * 26 * 16; in vepu540c_h265_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 3241 mSpAlignedWidth = aligned_w; in set_sp_resolution()
|