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

  /external/libhevc/encoder/
ihevce_hle_interface.c 413 ps_enc_ctxt->pv_rc_mutex_lock_hdl = osal_mutex_create(ps_hle_ctxt->pv_osal_handle);
421 osal_mutex_create(ps_hle_ctxt->pv_osal_handle);
428 osal_mutex_create(ps_hle_ctxt->pv_osal_handle);
685 ps_enc_ctxt->s_enc_ques.pv_q_mutex_hdl = osal_mutex_create(ps_hle_ctxt->pv_osal_handle);
818 pv_lap_sem_hdl = osal_sem_create(ps_hle_ctxt->pv_osal_handle, &attr);
830 pv_enc_frame_process_sem_hdl = osal_sem_create(ps_hle_ctxt->pv_osal_handle, &attr);
837 pv_pre_enc_frame_process_sem_hdl = osal_sem_create(ps_hle_ctxt->pv_osal_handle, &attr);
846 pv_inp_data_sem_hdl = osal_sem_create(ps_hle_ctxt->pv_osal_handle, &attr);
859 pv_lap_inp_data_sem_hdl = osal_sem_create(ps_hle_ctxt->pv_osal_handle, &attr);
866 pv_preenc_inp_data_sem_hdl = osal_sem_create(ps_hle_ctxt->pv_osal_handle, &attr)
    [all...]
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...]
ihevce_coarse_me_pass.h 121 * \param[in] pv_osal_handle : Osal handle
135 void *pv_osal_handle,
ihevce_dep_mngr_interface.h 129 void *pv_osal_handle,
ihevce_enc_loop_pass.h 81 void *pv_osal_handle,
ihevce_plugin_priv.h 178 void *pv_osal_handle; member in struct:__anon28714
ihevce_me_pass.h 119 * \param[in] pv_osal_handle : Osal handle
133 void *pv_osal_handle,
ihevce_hle_interface.h 115 void *pv_osal_handle; member in struct:__anon28656
245 * - pv_osal_handle
ihevce_plugin.c 646 ps_ctxt->pv_osal_handle = memory_alloc(NULL, OSAL_HANDLE_SIZE);
653 status = osal_init(ps_ctxt->pv_osal_handle);
661 status = osal_register_callbacks(ps_ctxt->pv_osal_handle, &s_cb_funcs);
764 ps_interface_ctxt->pv_osal_handle = ps_ctxt->pv_osal_handle;
796 memory_free(NULL, ps_ctxt->pv_osal_handle);
    [all...]
ihevce_dep_mngr.c 409 * \param[in] pv_osal_handle : osal handle
429 void *pv_osal_handle,
439 (void)pv_osal_handle;
449 ASSERT(NULL != pv_osal_handle);
    [all...]
ihevce_memory_init.c     [all...]
hme_interface.h 796 * \param[in] pv_osal_handle : Osal handle
805 void *pv_osal_handle,
    [all...]
ihevce_coarse_me_pass.c 230 * \param[in] pv_osal_handle : Osal handle
244 void *pv_osal_handle,
296 ps_mem_tab, ps_init_prms, pv_me_ctxt, pv_osal_handle, i4_num_proc_thrds, i4_resolution_id);
348 * \param[in] pv_osal_handle : Osal handle
    [all...]
ihevce_me_pass.c 404 * \param[in] pv_osal_handle : Osal handle
418 void *pv_osal_handle,
    [all...]
ihevce_enc_loop_pass.c     [all...]
hme_interface.c     [all...]

Completed in 1163 milliseconds