Searched refs:new_length (Results 1 – 10 of 10) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| H A D | h265e_api.c | 367 RK_U32 new_length = 0; in h265e_proc_enc_skip() local 372 new_length = h265e_code_slice_skip_frame(ctx, p->slice, ptr, len); in h265e_proc_enc_skip() 373 task->length = new_length; in h265e_proc_enc_skip() 374 task->rc_task->info.bit_real = 8 * new_length; in h265e_proc_enc_skip() 376 mpp_packet_add_segment_info(pkt, NAL_TRAIL_R, offset, new_length); in h265e_proc_enc_skip() 377 mpp_buffer_sync_partial_end(mpp_packet_get_buffer(pkt), offset, new_length); in h265e_proc_enc_skip() 388 RK_U32 new_length = 0; in h265e_add_sei() local 394 new_length = h265e_sei_recovery_point(ptr, uuid, &recovery_frame_cnt, 0); in h265e_add_sei() 396 new_length = h265e_data_to_sei(ptr, uuid, data, size); in h265e_add_sei() 398 *length = new_length; in h265e_add_sei() [all …]
|
| /rockchip-linux_mpp/mpp/hal/common/h264/ |
| H A D | hal_h264e_stream_amend.h | 42 RK_S32 new_length; member
|
| H A D | hal_h264e_stream_amend.c | 132 ctx->new_length = 0; in h264e_vepu_stream_amend_config() 341 ctx->new_length = final_len; in h264e_vepu_stream_amend_proc()
|
| /rockchip-linux_mpp/mpp/hal/vpu/h264e/ |
| H A D | hal_h264e_vepu1_v2.c | 684 ctx->hw_mbrc.out_strm_size = amend->new_length; in hal_h264e_vepu1_wait_v2()
|
| H A D | hal_h264e_vepu2_v2.c | 749 ctx->hw_mbrc.out_strm_size = amend->new_length; in hal_h264e_vepu2_wait_v2()
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu541.c | 1791 task->hw_length = amend->new_length; in hal_h264e_vepu541_wait()
|
| H A D | hal_h264e_vepu540c.c | 1673 task->hw_length = amend->new_length; in hal_h264e_vepu540c_wait()
|
| H A D | hal_h264e_vepu580.c | 2443 task->hw_length = amend->new_length; in hal_h264e_vepu580_wait()
|
| H A D | hal_h264e_vepu510.c | 2471 task->hw_length = amend->new_length; in hal_h264e_vepu510_wait()
|
| H A D | hal_h264e_vepu511.c | 2432 task->hw_length = amend->new_length; in hal_h264e_vepu511_wait()
|