Home
last modified time | relevance | path

Searched refs:pps_packet (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_rkv.c264 RK_U64 *pps_packet = mpp_calloc(RK_U64, fifo_len + 1); in hal_h265d_v345_output_pps_packet() local
269 MPP_FREE(pps_packet); in hal_h265d_v345_output_pps_packet()
281 for (i = 0; i < 12; i++) pps_packet[i] = 0; in hal_h265d_v345_output_pps_packet()
283 mpp_set_bitput_ctx(&bp, pps_packet, fifo_len); in hal_h265d_v345_output_pps_packet()
456 memcpy(pps_ptr + i * 96, pps_packet, 96); in hal_h265d_v345_output_pps_packet()
465 MPP_FREE(pps_packet); in hal_h265d_v345_output_pps_packet()
478 RK_U64 *pps_packet = mpp_calloc(RK_U64, fifo_len + 1); in hal_h265d_output_pps_packet() local
483 MPP_FREE(pps_packet); in hal_h265d_output_pps_packet()
495 for (i = 0; i < 10; i++) pps_packet[i] = 0; in hal_h265d_output_pps_packet()
497 mpp_set_bitput_ctx(&bp, pps_packet, fifo_len); in hal_h265d_output_pps_packet()
[all …]
H A Dhal_h265d_vdpu34x.c240 RK_U64 *pps_packet = reg_ctx->pps_buf; in hal_h265d_v345_output_pps_packet() local
246 for (i = 0; i < 14; i++) pps_packet[i] = 0; in hal_h265d_v345_output_pps_packet()
248 mpp_set_bitput_ctx(&bp, pps_packet, fifo_len); in hal_h265d_v345_output_pps_packet()
465 RK_U64 *pps_packet = reg_ctx->pps_buf; in hal_h265d_output_pps_packet() local
472 for (i = 0; i < 10; i++) pps_packet[i] = 0; in hal_h265d_output_pps_packet()
474 mpp_set_bitput_ctx(&bp, pps_packet, fifo_len); in hal_h265d_output_pps_packet()
H A Dhal_h265d_vdpu382.c233 RK_U64 *pps_packet = reg_ctx->pps_buf; in hal_h265d_v382_output_pps_packet() local
239 for (i = 0; i < 14; i++) pps_packet[i] = 0; in hal_h265d_v382_output_pps_packet()
241 mpp_set_bitput_ctx(&bp, pps_packet, fifo_len); in hal_h265d_v382_output_pps_packet()
H A Dhal_h265d_vdpu384a.c362 RK_U64 *pps_packet = reg_ctx->pps_buf; in hal_h265d_v345_output_pps_packet() local
373 mpp_set_bitput_ctx(&bp, pps_packet, SPSPPS_ALIGNED_SIZE / 8); in hal_h265d_v345_output_pps_packet()
H A Dhal_h265d_vdpu383.c394 RK_U64 *pps_packet = reg_ctx->pps_buf; in hal_h265d_v345_output_pps_packet() local
405 mpp_set_bitput_ctx(&bp, pps_packet, 22); // 22*64bits in hal_h265d_v345_output_pps_packet()