HomeSort by relevance Sort by last modified time
    Searched refs:s_create_op (Results 1 - 6 of 6) 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);
279 s_create_op.s_ivd_create_op_t.u4_error_code);
285 mCodecCtx = (iv_obj_t*)s_create_op.s_ivd_create_op_t.pv_handle;
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 301 ivdext_create_op_t s_create_op; local
308 s_create_op.s_ivd_create_op_t.u4_size = sizeof(ivdext_create_op_t);
314 status = ivdec_api_function(mCodecCtx, (void *)&s_create_ip, (void *)&s_create_op);
318 s_create_op.s_ivd_create_op_t.u4_error_code);
324 mCodecCtx = (iv_obj_t*)s_create_op.s_ivd_create_op_t.pv_handle;
  /hardware/google/av/media/codecs/hevc/
C2SoftHevcDec.cpp 359 ivdext_create_op_t s_create_op; local
368 s_create_op.s_ivd_create_op_t.u4_size = sizeof(ivdext_create_op_t);
371 &s_create_op);
374 s_create_op.s_ivd_create_op_t.u4_error_code);
377 mDecHandle = (iv_obj_t*)s_create_op.s_ivd_create_op_t.pv_handle;
    [all...]
  /hardware/google/av/media/codecs/avc/
C2SoftAvcDec.cpp 400 ivdext_create_op_t s_create_op; local
409 s_create_op.s_ivd_create_op_t.u4_size = sizeof(ivdext_create_op_t);
412 &s_create_op);
415 s_create_op.s_ivd_create_op_t.u4_error_code);
418 mDecHandle = (iv_obj_t*)s_create_op.s_ivd_create_op_t.pv_handle;
    [all...]
  /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 262 milliseconds