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);
1811 ivd_video_decode_op_t *ps_dec_op; local
    [all...]
ih264d_parse_headers.c     [all...]
  /external/libhevc/decoder/
ihevcd_decode.c 116 * @param[in] ps_dec_op
176 * @param[in] ps_dec_op
187 ivd_video_decode_op_t *ps_dec_op)
190 ps_dec_op->u4_error_code = ihevcd_map_error((IHEVCD_ERROR_T)ps_codec->i4_error_code);
191 ps_dec_op->u4_num_bytes_consumed = ps_dec_ip->u4_num_Bytes
195 ps_dec_op->u4_pic_wd = ps_codec->i4_disp_wd;
196 ps_dec_op->u4_pic_ht = ps_codec->i4_disp_ht;
200 ps_dec_op->u4_pic_wd = 0;
201 ps_dec_op->u4_pic_ht = 0;
204 ps_dec_op->e_pic_type = ps_codec->e_dec_pic_type
387 ivd_video_decode_op_t *ps_dec_op; local
    [all...]
  /external/libmpeg2/decoder/
impeg2d_api_main.c 3152 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 382 ivd_video_decode_op_t *ps_dec_op,
390 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 385 ivd_video_decode_op_t *ps_dec_op,
393 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 3419 milliseconds