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

  /external/libavc/decoder/
ih264d_parse_headers.h 42 ivd_video_decode_op_t *ps_dec_op,
ih264d_api.c 156 ivd_video_decode_op_t *ps_dec_op);
1749 ivd_video_decode_op_t *ps_dec_op; local
    [all...]
ih264d_parse_headers.c     [all...]
  /external/libhevc/decoder/
ihevcd_decode.c 115 * @param[in] ps_dec_op
173 * @param[in] ps_dec_op
184 ivd_video_decode_op_t *ps_dec_op)
187 ps_dec_op->u4_error_code = ihevcd_map_error((IHEVCD_ERROR_T)ps_codec->i4_error_code);
188 ps_dec_op->u4_num_bytes_consumed = ps_dec_ip->u4_num_Bytes
192 ps_dec_op->u4_pic_wd = ps_codec->i4_disp_wd;
193 ps_dec_op->u4_pic_ht = ps_codec->i4_disp_ht;
197 ps_dec_op->u4_pic_wd = 0;
198 ps_dec_op->u4_pic_ht = 0;
201 ps_dec_op->e_pic_type = ps_codec->e_dec_pic_type
384 ivd_video_decode_op_t *ps_dec_op; local
    [all...]
  /external/libmpeg2/decoder/
impeg2d_api_main.c 3077 impeg2d_video_decode_op_t *ps_dec_op; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.h 111 ivd_video_decode_op_t *ps_dec_op,
SoftHEVC.cpp 381 ivd_video_decode_op_t *ps_dec_op,
389 ps_dec_op->u4_size = sizeof(ivd_video_decode_op_t);
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.h 108 ivd_video_decode_op_t *ps_dec_op,
SoftAVCDec.cpp 381 ivd_video_decode_op_t *ps_dec_op,
389 ps_dec_op->u4_size = sizeof(ivd_video_decode_op_t);
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.h 125 ivd_video_decode_op_t *ps_dec_op,
SoftMPEG2.cpp 518 ivd_video_decode_op_t *ps_dec_op,
526 ps_dec_op->u4_size = sizeof(ivd_video_decode_op_t);

Completed in 206 milliseconds