Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_decode.c187 ivd_video_decode_op_t *ps_dec_op) in ihevcd_fill_outargs() argument
190 ps_dec_op->u4_error_code = ihevcd_map_error((IHEVCD_ERROR_T)ps_codec->i4_error_code); in ihevcd_fill_outargs()
191 ps_dec_op->u4_num_bytes_consumed = ps_dec_ip->u4_num_Bytes in ihevcd_fill_outargs()
195 ps_dec_op->u4_pic_wd = ps_codec->i4_disp_wd; in ihevcd_fill_outargs()
196 ps_dec_op->u4_pic_ht = ps_codec->i4_disp_ht; in ihevcd_fill_outargs()
200 ps_dec_op->u4_pic_wd = 0; in ihevcd_fill_outargs()
201 ps_dec_op->u4_pic_ht = 0; in ihevcd_fill_outargs()
204 ps_dec_op->e_pic_type = ps_codec->e_dec_pic_type; in ihevcd_fill_outargs()
205 ps_dec_op->u4_frame_decoded_flag = ps_codec->i4_pic_present; in ihevcd_fill_outargs()
206 ps_dec_op->u4_new_seq = 0; in ihevcd_fill_outargs()
[all …]
/external/libmpeg2/decoder/
Dimpeg2d_api_main.c3148 impeg2d_video_decode_op_t *ps_dec_op; in impeg2d_api_entity() local
3155 ps_dec_op = (impeg2d_video_decode_op_t *)pv_api_op; in impeg2d_api_entity()
3157 memset(ps_dec_op,0,sizeof(impeg2d_video_decode_op_t)); in impeg2d_api_entity()
3159 ps_dec_op->s_ivd_video_decode_op_t.u4_size = sizeof(impeg2d_video_decode_op_t); in impeg2d_api_entity()
3160 ps_dec_op->s_ivd_video_decode_op_t.u4_output_present = 0; in impeg2d_api_entity()
3175 ps_dec_state->ps_disp_frm_buf = &(ps_dec_op->s_ivd_video_decode_op_t.s_disp_frm_buf); in impeg2d_api_entity()
3186 ps_dec_op->s_ivd_video_decode_op_t.u4_num_bytes_consumed = 0; in impeg2d_api_entity()
3188 ps_dec_op->s_ivd_video_decode_op_t.u4_error_code = IV_SUCCESS; in impeg2d_api_entity()
3192 ps_dec_op->s_ivd_video_decode_op_t.u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_entity()
3193 ps_dec_op->s_ivd_video_decode_op_t.u4_error_code |= IVD_DEC_FRM_BS_BUF_NULL; in impeg2d_api_entity()
[all …]
/external/libavc/decoder/
Dih264d_api.c172 ivd_video_decode_op_t *ps_dec_op);
1978 ivd_video_decode_op_t *ps_dec_op; in ih264d_video_decode() local
1985 ps_dec_op = &ps_h264d_dec_op->s_ivd_video_decode_op_t; in ih264d_video_decode()
1989 u4_size = ps_dec_op->u4_size; in ih264d_video_decode()
1991 ps_dec_op->u4_size = u4_size; in ih264d_video_decode()
1994 ps_dec->pv_dec_out = ps_dec_op; in ih264d_video_decode()
2007 ps_dec_op->u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in ih264d_video_decode()
2008 ps_dec_op->u4_error_code |= IVD_DEC_FRM_BS_BUF_NULL; in ih264d_video_decode()
2013 ps_dec_op->u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in ih264d_video_decode()
2014 ps_dec_op->u4_error_code |= IVD_DEC_NUMBYTES_INV; in ih264d_video_decode()
[all …]
Dih264d_parse_headers.h42 ivd_video_decode_op_t *ps_dec_op,
Dih264d_parse_headers.c1218 ivd_video_decode_op_t *ps_dec_op, in ih264d_parse_nal_unit() argument
1239 ps_dec_op->u4_frame_decoded_flag = 0; in ih264d_parse_nal_unit()