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.c3152 impeg2d_video_decode_op_t *ps_dec_op; in impeg2d_api_entity() local
3159 ps_dec_op = (impeg2d_video_decode_op_t *)pv_api_op; in impeg2d_api_entity()
3161 memset(ps_dec_op,0,sizeof(impeg2d_video_decode_op_t)); in impeg2d_api_entity()
3163 ps_dec_op->s_ivd_video_decode_op_t.u4_size = sizeof(impeg2d_video_decode_op_t); in impeg2d_api_entity()
3164 ps_dec_op->s_ivd_video_decode_op_t.u4_output_present = 0; in impeg2d_api_entity()
3179 ps_dec_state->ps_disp_frm_buf = &(ps_dec_op->s_ivd_video_decode_op_t.s_disp_frm_buf); in impeg2d_api_entity()
3190 ps_dec_op->s_ivd_video_decode_op_t.u4_num_bytes_consumed = 0; in impeg2d_api_entity()
3192 ps_dec_op->s_ivd_video_decode_op_t.u4_error_code = IV_SUCCESS; in impeg2d_api_entity()
3196 ps_dec_op->s_ivd_video_decode_op_t.u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_entity()
3197 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.c156 ivd_video_decode_op_t *ps_dec_op);
1812 ivd_video_decode_op_t *ps_dec_op; in ih264d_video_decode() local
1817 ps_dec_op = (ivd_video_decode_op_t *)pv_api_op; in ih264d_video_decode()
1821 u4_size = ps_dec_op->u4_size; in ih264d_video_decode()
1822 memset(ps_dec_op, 0, sizeof(ivd_video_decode_op_t)); in ih264d_video_decode()
1823 ps_dec_op->u4_size = u4_size; in ih264d_video_decode()
1826 ps_dec->pv_dec_out = ps_dec_op; in ih264d_video_decode()
1839 ps_dec_op->u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in ih264d_video_decode()
1840 ps_dec_op->u4_error_code |= IVD_DEC_FRM_BS_BUF_NULL; in ih264d_video_decode()
1845 ps_dec_op->u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in ih264d_video_decode()
[all …]
Dih264d_parse_headers.h42 ivd_video_decode_op_t *ps_dec_op,
Dih264d_parse_headers.c1109 ivd_video_decode_op_t *ps_dec_op, in ih264d_parse_nal_unit() argument
1130 ps_dec_op->u4_frame_decoded_flag = 0; in ih264d_parse_nal_unit()