Searched refs:pps_packet (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/ |
| H A D | hal_h265d_rkv.c | 282 RK_U64 *pps_packet = mpp_calloc(RK_U64, fifo_len + 1); in hal_h265d_v345_output_pps_packet() local 287 MPP_FREE(pps_packet); in hal_h265d_v345_output_pps_packet() 299 for (i = 0; i < 12; i++) pps_packet[i] = 0; in hal_h265d_v345_output_pps_packet() 301 mpp_set_bitput_ctx(&bp, pps_packet, fifo_len); in hal_h265d_v345_output_pps_packet() 474 memcpy(pps_ptr + i * 96, pps_packet, 96); in hal_h265d_v345_output_pps_packet() 483 MPP_FREE(pps_packet); in hal_h265d_v345_output_pps_packet() 496 RK_U64 *pps_packet = mpp_calloc(RK_U64, fifo_len + 1); in hal_h265d_output_pps_packet() local 501 MPP_FREE(pps_packet); in hal_h265d_output_pps_packet() 513 for (i = 0; i < 10; i++) pps_packet[i] = 0; in hal_h265d_output_pps_packet() 515 mpp_set_bitput_ctx(&bp, pps_packet, fifo_len); in hal_h265d_output_pps_packet() [all …]
|
| H A D | hal_h265d_vdpu34x.c | 245 RK_U64 *pps_packet = reg_ctx->pps_buf; in hal_h265d_v345_output_pps_packet() local 251 for (i = 0; i < 14; i++) pps_packet[i] = 0; in hal_h265d_v345_output_pps_packet() 253 mpp_set_bitput_ctx(&bp, pps_packet, fifo_len); in hal_h265d_v345_output_pps_packet() 473 RK_U64 *pps_packet = reg_ctx->pps_buf; in hal_h265d_output_pps_packet() local 480 for (i = 0; i < 10; i++) pps_packet[i] = 0; in hal_h265d_output_pps_packet() 482 mpp_set_bitput_ctx(&bp, pps_packet, fifo_len); in hal_h265d_output_pps_packet()
|
| H A D | hal_h265d_vdpu382.c | 249 RK_U64 *pps_packet = reg_ctx->pps_buf; in hal_h265d_v382_output_pps_packet() local 255 for (i = 0; i < 14; i++) pps_packet[i] = 0; in hal_h265d_v382_output_pps_packet() 257 mpp_set_bitput_ctx(&bp, pps_packet, fifo_len); in hal_h265d_v382_output_pps_packet()
|