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

  /external/libhevc/encoder/
ihevce_error_check.c 126 void *pv_cb_handle = ps_sys_api->pv_cb_handle; local
133 pv_cb_handle, "IHEVCE ERROR: i4_tiles_enabled_flag should be set to 0 \n");
165 void *pv_cb_handle = ps_sys_api->pv_cb_handle; local
184 PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "**********************************************\n");
185 PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "*********** STATIC PARAMS CONFIG *************\n");
186 PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "**********************************************\n");
188 PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "IHEVCE : ps_static_cfg_prms->s_src_prms \n");
189 PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "IHEVCE : i4_width %d \n", ps_static_cfg_prms->s_src_prms (…)
    [all...]
ihevce_api.h 928 FILE *(*ihevce_fopen)(void *pv_cb_handle, const char *pi1_filename, const char *pi1_mode);
930 int (*ihevce_fclose)(void *pv_cb_handle, FILE *pf_stream);
932 int (*ihevce_fflush)(void *pv_cb_handle, FILE *pf_stream);
934 int (*ihevce_fseek)(void *pv_cb_handle, FILE *pf_stream, long i4_offset, int i4_origin);
937 void *pv_cb_handle, void *pv_ptr, size_t u4_size, size_t u4_count, FILE *pf_stream);
940 void *pv_cb_handle,
946 int (*ihevce_fprintf)(void *pv_cb_handle, FILE *pf_stream, const char *pi1_format, ...);
949 void *pv_cb_handle, const void *pv_ptr, size_t i4_size, size_t i4_count, FILE *pf_stream);
951 char *(*ihevce_fgets)(void *pv_cb_handle, char *pi1_str, int i4_size, FILE *pf_stream);
961 void *pv_cb_handle; member in struct:__anon28518
    [all...]
ihevce_sys_api.c 293 void ihevce_init_sys_api(void *pv_cb_handle, ihevce_sys_api_t *ps_sys_api)
295 ps_sys_api->pv_cb_handle = pv_cb_handle;
ihevce_plugin.h 138 void ihevce_init_sys_api(void *pv_cb_handle, ihevce_sys_api_t *ps_sys_api);
ihevce_plugin.c 151 ps_sys_api->ihevce_printf(ps_sys_api->pv_cb_handle, "posix_memalign error %d\n", error);
158 ps_sys_api->pv_cb_handle, "IHEVCE ERROR: Unable to allocate memory\n");
468 void *pv_cb_handle, WORD32 i4_error_code, WORD32 i4_cmd_type, WORD32 i4_buf_id)
471 plugin_ctxt_t *plugin_ctxt = (plugin_ctxt_t *)pv_cb_handle;
477 ps_static_cfg_params->s_sys_api.pv_cb_handle,
483 ps_static_cfg_params->s_sys_api.pv_cb_handle,
621 ps_sys_api->pv_cb_handle, "Encoder version %s\n\n", ihevce_get_encoder_version());
630 ps_sys_api->pv_cb_handle, "IHEVCE ERROR: Error in Plugin initialization\n");
657 ps_sys_api->pv_cb_handle, "IHEVCE ERROR: Error in OSAL initialization\n");
665 ps_sys_api->pv_cb_handle, "IHEVCE ERROR: Error in OSAL call back registration\n")
    [all...]
ihevce_frame_process_utils.c 423 ps_static_cfg_params->s_sys_api.pv_cb_handle,
427 ps_static_cfg_params->s_sys_api.pv_cb_handle,
ihevce_common_utils.c 748 ps_hle_ctxt->ps_static_cfg_prms->s_sys_api.pv_cb_handle,
764 ps_hle_ctxt->ps_static_cfg_prms->s_sys_api.pv_cb_handle,
773 ps_hle_ctxt->ps_static_cfg_prms->s_sys_api.pv_cb_handle,
815 ps_hle_ctxt->ps_static_cfg_prms->s_sys_api.pv_cb_handle,
    [all...]
ihevce_entropy_interface.c 604 ps_sys_api->pv_cb_handle,
614 ps_sys_api->pv_cb_handle,
ihevce_hle_interface.c 241 ps_sys_api->pv_cb_handle,
250 ps_sys_api->pv_cb_handle,
259 ps_sys_api->pv_cb_handle,
    [all...]
ihevce_cabac_cu_pu.c     [all...]

Completed in 142 milliseconds