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

  /external/libavc/decoder/
ih264d.h 115 ivd_create_op_t s_ivd_create_op_t; member in struct:__anon22061
ih264d_api.c 231 ps_op->s_ivd_create_op_t.u4_error_code = 0;
237 ps_op->s_ivd_create_op_t.u4_error_code |= 1
239 ps_op->s_ivd_create_op_t.u4_error_code |=
245 if((ps_op->s_ivd_create_op_t.u4_size != sizeof(ih264d_create_op_t))
246 && (ps_op->s_ivd_create_op_t.u4_size
249 ps_op->s_ivd_create_op_t.u4_error_code |= 1
251 ps_op->s_ivd_create_op_t.u4_error_code |=
268 ps_op->s_ivd_create_op_t.u4_error_code |= 1
270 ps_op->s_ivd_create_op_t.u4_error_code |=
    [all...]
  /external/libhevc/decoder/
ihevcd_api.c 201 ps_op->s_ivd_create_op_t.u4_error_code = 0;
207 ps_op->s_ivd_create_op_t.u4_error_code |= 1
209 ps_op->s_ivd_create_op_t.u4_error_code |=
215 if((ps_op->s_ivd_create_op_t.u4_size != sizeof(ihevcd_cxa_create_op_t))
216 && (ps_op->s_ivd_create_op_t.u4_size
219 ps_op->s_ivd_create_op_t.u4_error_code |= 1
221 ps_op->s_ivd_create_op_t.u4_error_code |=
238 ps_op->s_ivd_create_op_t.u4_error_code |= 1
240 ps_op->s_ivd_create_op_t.u4_error_code |=
    [all...]
ihevcd_cxa.h 167 ivd_create_op_t s_ivd_create_op_t; member in struct:__anon23271
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp 265 s_create_op.s_ivd_create_op_t.u4_size = sizeof(ivdext_create_op_t);
273 mCodecCtx = (iv_obj_t*)s_create_op.s_ivd_create_op_t.pv_handle;
279 s_create_op.s_ivd_create_op_t.u4_error_code);
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 307 s_create_op.s_ivd_create_op_t.u4_size = sizeof(ivdext_create_op_t);
315 mCodecCtx = (iv_obj_t*)s_create_op.s_ivd_create_op_t.pv_handle;
321 s_create_op.s_ivd_create_op_t.u4_error_code);
  /external/libhevc/test/decoder/
main.c     [all...]
  /external/libavc/test/decoder/
main.c     [all...]

Completed in 317 milliseconds