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

  /external/libhevc/encoder/
ihevce_common_utils.c 724 osal_cb_funcs_t s_cb_funcs; local
756 s_cb_funcs.mmr_handle = (void *)ps_hle_ctxt;
757 s_cb_funcs.osal_alloc = &ihevce_osal_alloc;
758 s_cb_funcs.osal_free = &ihevce_osal_free;
769 status = osal_register_callbacks(pv_osal_handle, &s_cb_funcs);
    [all...]
ihevce_plugin.c 600 osal_cb_funcs_t s_cb_funcs; local
649 s_cb_funcs.mmr_handle = NULL;
650 s_cb_funcs.osal_alloc = memory_alloc;
651 s_cb_funcs.osal_free = memory_free;
661 status = osal_register_callbacks(ps_ctxt->pv_osal_handle, &s_cb_funcs);
    [all...]

Completed in 378 milliseconds