HomeSort by relevance Sort by last modified time
    Searched refs:ps_dec_op (Results 1 - 3 of 3) sorted by null

  /external/libhevc/decoder/
ihevcd_decode.c 111 * @param[in] ps_dec_op
169 * @param[in] ps_dec_op
180 ivd_video_decode_op_t *ps_dec_op)
183 ps_dec_op->u4_error_code = ihevcd_map_error((IHEVCD_ERROR_T)ps_codec->i4_error_code);
184 ps_dec_op->u4_num_bytes_consumed = ps_dec_ip->u4_num_Bytes
188 ps_dec_op->u4_pic_wd = ps_codec->i4_disp_wd;
189 ps_dec_op->u4_pic_ht = ps_codec->i4_disp_ht;
193 ps_dec_op->u4_pic_wd = ps_codec->i4_new_max_wd;
194 ps_dec_op->u4_pic_ht = ps_codec->i4_new_max_ht;
198 ps_dec_op->u4_pic_wd = 0
339 ivd_video_decode_op_t *ps_dec_op; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.h 115 ivd_video_decode_op_t *ps_dec_op,
SoftHEVC.cpp 482 ivd_video_decode_op_t *ps_dec_op,
491 ps_dec_op->u4_size = sizeof(ivd_video_decode_op_t);

Completed in 605 milliseconds