Searched refs:slice_len (Results 1 – 8 of 8) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/enc/h264/ |
| H A D | h264e_api_v2.c | 570 RK_S32 slice_len = 0; in h264e_sw_enc() local 585 slice_len = h264e_slice_write_pskip(&p->slice, base, buf_size); in h264e_sw_enc() 586 slice_len = (slice_len + 7) / 8; in h264e_sw_enc() 587 final_len += slice_len; in h264e_sw_enc()
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu541_reg.h | 864 RK_U32 slice_len : 23; member 972 RK_U32 slice_len : 23; member
|
| H A D | hal_h265e_vepu580.c | 3202 RK_U32 slice_len = 0; in hal_h265e_v580_wait() local 3229 slice_len = poll_cfg->slice_info[i].length; in hal_h265e_v580_wait() 3230 param.length = slice_len; in hal_h265e_v580_wait() 3236 mpp_buffer_sync_ro_partial_begin(buf, tile1_offset, slice_len); in hal_h265e_v580_wait() 3237 memcpy(ptr + seg_offset, tile1_ptr + tile1_offset, slice_len); in hal_h265e_v580_wait() 3238 tile1_offset += slice_len; in hal_h265e_v580_wait() 3242 mpp_buffer_sync_ro_partial_begin(buf, offset, slice_len); in hal_h265e_v580_wait() 3256 mpp_packet_add_segment_info(pkt, type, seg_offset, slice_len); in hal_h265e_v580_wait() 3261 seg_offset += slice_len; in hal_h265e_v580_wait()
|
| H A D | hal_h265e_vepu510.c | 2367 RK_U32 slice_len = 0; in hal_h265e_v510_wait() local 2383 slice_len = poll_cfg->slice_info[i].length; in hal_h265e_v510_wait() 2384 param.length = slice_len; in hal_h265e_v510_wait() 2386 mpp_packet_add_segment_info(pkt, type, seg_offset, slice_len); in hal_h265e_v510_wait() 2387 seg_offset += slice_len; in hal_h265e_v510_wait() 2390 param.length = slice_len; in hal_h265e_v510_wait()
|
| H A D | hal_h265e_vepu511.c | 2659 RK_U32 slice_len = 0; in hal_h265e_vepu511_wait() local 2675 slice_len = poll_cfg->slice_info[i].length; in hal_h265e_vepu511_wait() 2676 param.length = slice_len; in hal_h265e_vepu511_wait() 2678 mpp_packet_add_segment_info(pkt, type, seg_offset, slice_len); in hal_h265e_vepu511_wait() 2679 seg_offset += slice_len; in hal_h265e_vepu511_wait() 2682 param.length = slice_len; in hal_h265e_vepu511_wait()
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu580.c | 2384 RK_U32 slice_len; in hal_h264e_vepu580_wait() local 2401 slice_len = poll_cfg->slice_info[i].length; in hal_h264e_vepu580_wait() 2403 mpp_packet_add_segment_info(pkt, type, offset, slice_len); in hal_h264e_vepu580_wait() 2404 offset += slice_len; in hal_h264e_vepu580_wait() 2407 param.length = slice_len; in hal_h264e_vepu580_wait()
|
| H A D | hal_h264e_vepu510.c | 2412 RK_U32 slice_len; in hal_h264e_vepu510_wait() local 2429 slice_len = poll_cfg->slice_info[i].length; in hal_h264e_vepu510_wait() 2431 mpp_packet_add_segment_info(pkt, type, offset, slice_len); in hal_h264e_vepu510_wait() 2432 offset += slice_len; in hal_h264e_vepu510_wait() 2435 param.length = slice_len; in hal_h264e_vepu510_wait()
|
| H A D | hal_h264e_vepu511.c | 2373 RK_U32 slice_len; in hal_h264e_vepu511_wait() local 2390 slice_len = poll_cfg->slice_info[i].length; in hal_h264e_vepu511_wait() 2392 mpp_packet_add_segment_info(pkt, type, offset, slice_len); in hal_h264e_vepu511_wait() 2393 offset += slice_len; in hal_h264e_vepu511_wait() 2396 param.length = slice_len; in hal_h264e_vepu511_wait()
|