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

  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp 262 ivdext_create_op_t s_create_op; local
269 s_create_op.s_ivd_create_op_t.u4_size = sizeof(ivdext_create_op_t);
275 status = ivdec_api_function(mCodecCtx, (void *)&s_create_ip, (void *)&s_create_op);
277 mCodecCtx = (iv_obj_t*)s_create_op.s_ivd_create_op_t.pv_handle;
283 s_create_op.s_ivd_create_op_t.u4_error_code);
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 300 ivdext_create_op_t s_create_op; local
307 s_create_op.s_ivd_create_op_t.u4_size = sizeof(ivdext_create_op_t);
313 status = ivdec_api_function(mCodecCtx, (void *)&s_create_ip, (void *)&s_create_op);
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 2050 ihevcd_cxa_create_op_t s_create_op; local
    [all...]
  /external/libavc/test/decoder/
main.c 2118 ih264d_create_op_t s_create_op; local
    [all...]

Completed in 527 milliseconds