Searched defs:p_dec (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs/ |
| H A D | avsd_api.c | 45 AvsdCtx_t *p_dec = (AvsdCtx_t *)decoder; in avsd_deinit() local 71 AvsdCtx_t *p_dec = (AvsdCtx_t *)decoder; in avsd_init() local 123 AvsdCtx_t *p_dec = (AvsdCtx_t *)decoder; in avsd_reset() local 153 AvsdCtx_t *p_dec = (AvsdCtx_t *)decoder; in avsd_flush() local 177 AvsdCtx_t *p_dec = (AvsdCtx_t *)decoder; in avsd_control() local 207 AvsdCtx_t *p_dec = (AvsdCtx_t *)decoder; in avsd_prepare() local 301 AvsdCtx_t *p_dec = (AvsdCtx_t *)decoder; in avsd_parse() local 332 AvsdCtx_t *p_dec = (AvsdCtx_t *)decoder; in avsd_callback() local
|
| H A D | avsd_parse.c | 355 static AvsdFrame_t *get_one_save(AvsdCtx_t *p_dec, HalDecTask *task) in get_one_save() 390 MPP_RET set_frame_output(AvsdCtx_t *p_dec, AvsdFrame_t *p) in set_frame_output() 407 MPP_RET avsd_reset_parameters(AvsdCtx_t *p_dec) in avsd_reset_parameters() 441 MPP_RET avsd_set_dpb(AvsdCtx_t *p_dec, HalDecTask *task) in avsd_set_dpb() 560 MPP_RET avsd_update_dpb(AvsdCtx_t *p_dec) in avsd_update_dpb() 583 MPP_RET avsd_fill_parameters(AvsdCtx_t *p_dec, AvsdSyntax_t *syn) in avsd_fill_parameters() 736 MPP_RET avsd_parse_stream(AvsdCtx_t *p_dec, HalDecTask *task) in avsd_parse_stream()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs2/ |
| H A D | avs2d_dpb.c | 40 static RK_U32 dpb_get_size(Avs2dCtx_t *p_dec) in dpb_get_size() 132 MPP_RET avs2d_dpb_create(Avs2dCtx_t *p_dec) in avs2d_dpb_create() 158 MPP_RET avs2d_dpb_destroy(Avs2dCtx_t *p_dec) in avs2d_dpb_destroy() 203 static void compute_frame_order_index(Avs2dCtx_t *p_dec) in compute_frame_order_index() 304 static MPP_RET output_display_frame(Avs2dCtx_t *p_dec, Avs2dFrame_t *p) in output_display_frame() 332 static MPP_RET dpb_remove_frame(Avs2dCtx_t *p_dec, Avs2dFrame_t *p) in dpb_remove_frame() 382 static MPP_RET dpb_remove_scene_frame(Avs2dCtx_t *p_dec) in dpb_remove_scene_frame() 407 MPP_RET dpb_remove_unused_frame(Avs2dCtx_t *p_dec) in dpb_remove_unused_frame() 466 static Avs2dFrame_t *dpb_alloc_frame(Avs2dCtx_t *p_dec, HalDecTask *task) in dpb_alloc_frame() 578 static MPP_RET dpb_output_next_frame(Avs2dCtx_t *p_dec, RK_S32 continuous) in dpb_output_next_frame() [all …]
|
| H A D | avs2d_api.c | 41 Avs2dCtx_t *p_dec = (Avs2dCtx_t *)decoder; in avs2d_deinit() local 61 Avs2dCtx_t *p_dec = (Avs2dCtx_t *)decoder; in avs2d_init() local 109 Avs2dCtx_t *p_dec = (Avs2dCtx_t *)decoder; in avs2d_reset() local 131 Avs2dCtx_t *p_dec = (Avs2dCtx_t *)decoder; in avs2d_flush() local 156 Avs2dCtx_t *p_dec = (Avs2dCtx_t *)decoder; in avs2d_prepare() local 233 Avs2dCtx_t *p_dec = (Avs2dCtx_t *)decoder; in avs2d_parse() local 263 Avs2dCtx_t *p_dec = (Avs2dCtx_t *)decoder; in avs2d_callback() local
|
| H A D | avs2d_parse.c | 81 static MPP_RET avs2_add_nalu_header(Avs2dCtx_t *p_dec, RK_U32 header) in avs2_add_nalu_header() 122 static MPP_RET store_nalu(Avs2dCtx_t *p_dec, RK_U8 *p_start, RK_U32 len, RK_U32 start_code) in store_nalu() 174 static MPP_RET reset_nalu_buf(Avs2dCtx_t *p_dec) in reset_nalu_buf() 297 static MPP_RET parse_extension_header(Avs2dCtx_t *p_dec, BitReadCtx_t *bitctx) in parse_extension_header() 328 MPP_RET avs2d_reset_parser(Avs2dCtx_t *p_dec) in avs2d_reset_parser() 358 MPP_RET avs2d_fill_parameters(Avs2dCtx_t *p_dec, Avs2dSyntax_t *syntax) in avs2d_fill_parameters() 427 MPP_RET avs2_split_nalu(Avs2dCtx_t *p_dec, RK_U8 *buf_start, RK_U32 buf_length, RK_U32 over_read, R… in avs2_split_nalu() 506 MPP_RET avs2d_parse_prepare_split(Avs2dCtx_t *p_dec, MppPacket *pkt, HalDecTask *task) in avs2d_parse_prepare_split() 580 MPP_RET avs2d_parse_prepare_fast(Avs2dCtx_t *p_dec, MppPacket *pkt, HalDecTask *task) in avs2d_parse_prepare_fast() 618 MPP_RET avs2d_parse_stream(Avs2dCtx_t *p_dec, HalDecTask *task) in avs2d_parse_stream()
|
| H A D | avs2d_ps.c | 136 static void wq_init_frame_quant_param(Avs2dCtx_t *p_dec) in wq_init_frame_quant_param() 176 static void wq_update_frame_matrix(Avs2dCtx_t *p_dec) in wq_update_frame_matrix() 279 MPP_RET avs2d_parse_sequence_header(Avs2dCtx_t *p_dec) in avs2d_parse_sequence_header() 492 static MPP_RET parse_picture_header_comm(Avs2dCtx_t *p_dec) in parse_picture_header_comm() 586 static MPP_RET parse_picture_header_intra(Avs2dCtx_t *p_dec) in parse_picture_header_intra() 700 static MPP_RET parse_picture_header_inter(Avs2dCtx_t *p_dec) in parse_picture_header_inter() 800 MPP_RET avs2d_parse_picture_header(Avs2dCtx_t *p_dec, RK_U32 startcode) in avs2d_parse_picture_header()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/ |
| H A D | h264d_fill.c | 356 DXVA2_DecodeBufferDesc *p_dec = NULL; in commit_buffer() local
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_cake.c | 95 u32 p_dec; member
|