HomeSort by relevance Sort by last modified time
    Searched defs:pv_osal_handle (Results 1 - 3 of 3) sorted by null

  /external/libhevc/encoder/
ihevce_hle_interface.h 115 void *pv_osal_handle; member in struct:__anon28656
245 * - pv_osal_handle
ihevce_plugin_priv.h 178 void *pv_osal_handle; member in struct:__anon28714
ihevce_common_utils.c 726 void *pv_osal_handle; local
753 pv_osal_handle = s_mem_tab.pv_base;
760 status = osal_init(pv_osal_handle);
769 status = osal_register_callbacks(pv_osal_handle, &s_cb_funcs);
777 ps_hle_ctxt->pv_osal_handle = pv_osal_handle;
801 void *pv_osal_handle; local
805 pv_osal_handle = ps_hle_ctxt->pv_osal_handle;
812 if(0 != osal_close(pv_osal_handle))
    [all...]

Completed in 95 milliseconds