Searched refs:p_Inp (Results 1 – 5 of 5) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/h264/ |
| H A D | h264d_parse.c | 86 currSlice->p_Inp = p_Vid->p_Inp; in reset_slice() 451 H264dInputCtx_t *p_Inp = p_Cur->p_Inp; in store_cur_nalu() local 454 if (p_Inp->spspps_update_flag) { in store_cur_nalu() 455 p_des = &p_Inp->spspps_buf[p_Inp->spspps_offset]; in store_cur_nalu() 458 p_Inp->spspps_offset += p_strm->nalu_len + sizeof(g_start_precode); in store_cur_nalu() 459 p_Inp->spspps_len = p_Inp->spspps_offset; in store_cur_nalu() 463 p_Cur->p_Inp->spspps_update_flag = 1; in store_cur_nalu() 464 p_Inp->spspps_offset = 0; in store_cur_nalu() 509 p_Cur->curr_dts = p_Cur->p_Inp->in_dts; in judge_is_new_frame() 510 p_Cur->curr_pts = p_Cur->p_Inp->in_pts; in judge_is_new_frame() [all …]
|
| H A D | h264d_api.c | 45 static MPP_RET free_input_ctx(H264dInputCtx_t *p_Inp) in free_input_ctx() argument 49 INP_CHECK(ret, !p_Inp); in free_input_ctx() 50 close_stream_file(p_Inp); in free_input_ctx() 51 MPP_FREE(p_Inp->spspps_buf); in free_input_ctx() 56 static MPP_RET init_input_ctx(H264dInputCtx_t *p_Inp, ParserCfg *init) in init_input_ctx() argument 60 INP_CHECK(ret, !p_Inp && !init); in init_input_ctx() 62 open_stream_file(p_Inp, "/sdcard"); in init_input_ctx() 64 p_Inp->spspps_size = HEAD_BUF_MAX_SIZE; in init_input_ctx() 65 p_Inp->spspps_buf = mpp_malloc_size(RK_U8, p_Inp->spspps_size); in init_input_ctx() 66 MEM_CHECK(ret, p_Inp->spspps_buf); in init_input_ctx() [all …]
|
| H A D | h264d_parse.h | 31 MPP_RET open_stream_file(H264dInputCtx_t *p_Inp, char *path); 32 MPP_RET fwrite_stream_to_file(H264dInputCtx_t *p_Inp, RK_U8 *pdata, RK_U32 len); 33 MPP_RET close_stream_file(H264dInputCtx_t *p_Inp); 35 MPP_RET parse_prepare(H264dInputCtx_t *p_Inp, H264dCurCtx_t *p_Cur); 36 MPP_RET parse_prepare_fast(H264dInputCtx_t *p_Inp, H264dCurCtx_t *p_Cur); 37 MPP_RET parse_prepare_avcC_header(H264dInputCtx_t *p_Inp, H264dCurCtx_t *p_Cur); 38 MPP_RET parse_prepare_avcC_data(H264dInputCtx_t *p_Inp, H264dCurCtx_t *p_Cur);
|
| H A D | h264d_global.h | 833 struct h264d_input_ctx_t *p_Inp; // H264_InputParameters member 959 struct h264d_input_ctx_t *p_Inp; member 987 struct h264d_input_ctx_t *p_Inp; //!< H264_InputParameters member 1133 struct h264d_input_ctx_t *p_Inp; member
|
| H A D | h264d_dpb.c | 1477 max_buf_size = p_Vid->p_Inp->max_buf_size; in store_picture_in_dpb()
|