Home
last modified time | relevance | path

Searched refs:s_create_op (Results 1 – 2 of 2) sorted by relevance

/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.cpp399 ivdext_create_op_t s_create_op; in createDecoder() local
408 s_create_op.s_ivd_create_op_t.u4_size = sizeof(ivdext_create_op_t); in createDecoder()
411 &s_create_op); in createDecoder()
414 s_create_op.s_ivd_create_op_t.u4_error_code); in createDecoder()
417 mDecHandle = (iv_obj_t*)s_create_op.s_ivd_create_op_t.pv_handle; in createDecoder()
/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.cpp395 ivdext_create_op_t s_create_op; in createDecoder() local
404 s_create_op.s_ivd_create_op_t.u4_size = sizeof(ivdext_create_op_t); in createDecoder()
407 &s_create_op); in createDecoder()
410 s_create_op.s_ivd_create_op_t.u4_error_code); in createDecoder()
413 mDecHandle = (iv_obj_t*)s_create_op.s_ivd_create_op_t.pv_handle; in createDecoder()