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

  /external/libhevc/decoder/
ihevcd_decode.h 40 WORD32 ihevcd_decode(iv_obj_t *ps_codec_obj, void *pv_api_ip, void *pv_api_op);
ihevcd_api.c 129 static IV_API_CALL_STATUS_T api_check_struct_sanity(iv_obj_t *ps_handle,
163 if(ps_handle->u4_size != sizeof(iv_obj_t))
168 sizeof(iv_obj_t), ps_handle->u4_size);
185 if(ps_handle->u4_size != sizeof(iv_obj_t))
    [all...]
ihevcd_cxa.h 66 IV_API_CALL_STATUS_T ihevcd_cxa_api_function(iv_obj_t *ps_handle,
ihevcd_decode.c 334 WORD32 ihevcd_decode(iv_obj_t *ps_codec_obj, void *pv_api_ip, void *pv_api_op)
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.h 72 iv_obj_t *mCodecCtx; // Codec context
SoftHEVC.cpp 376 mCodecCtx = (iv_obj_t*)mMemRecords[0].pv_base;
378 mCodecCtx->u4_size = sizeof(iv_obj_t);
  /external/libhevc/test/decoder/
main.c 517 e_dec_status = ivd_cxa_api_function((iv_obj_t *)codec_obj, pv_api_ip, pv_api_op);
567 e_dec_status = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip,
617 e_dec_status = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip,
668 e_dec_status = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip,
718 e_dec_status = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip,
    [all...]
  /external/libhevc/common/
iv.h 162 /* IV_OBJ_T: This structure defines the handle for the codec instance */
179 }iv_obj_t; typedef in typeref:struct:__anon27550

Completed in 74 milliseconds