Searched refs:ps_handle (Results 1 – 9 of 9) sorted by relevance
/external/libmpeg2/decoder/ |
D | impeg2d_api.h | 141 IV_API_CALL_STATUS_T impeg2d_api_check_struct_sanity(iv_obj_t *ps_handle,
|
D | impeg2d.h | 81 IV_API_CALL_STATUS_T impeg2d_api_function(iv_obj_t *ps_handle,
|
D | impeg2d_api_main.c | 2177 IV_API_CALL_STATUS_T impeg2d_api_check_struct_sanity(iv_obj_t *ps_handle, in impeg2d_api_check_struct_sanity() argument 2203 if(ps_handle == NULL) in impeg2d_api_check_struct_sanity() 2210 if(ps_handle->u4_size != sizeof(iv_obj_t)) in impeg2d_api_check_struct_sanity() 2224 if(ps_handle == NULL) in impeg2d_api_check_struct_sanity() 2231 if(ps_handle->u4_size != sizeof(iv_obj_t)) in impeg2d_api_check_struct_sanity() 2237 if(ps_handle->pv_fxns != impeg2d_api_function) in impeg2d_api_check_struct_sanity() 2244 if(ps_handle->pv_codec_handle == NULL) in impeg2d_api_check_struct_sanity()
|
/external/libhevc/decoder/ |
D | ihevcd_api.c | 133 static IV_API_CALL_STATUS_T api_check_struct_sanity(iv_obj_t *ps_handle, in api_check_struct_sanity() argument 165 if(ps_handle == NULL) in api_check_struct_sanity() 172 if(ps_handle->u4_size != sizeof(iv_obj_t)) in api_check_struct_sanity() 180 if(ps_handle->pv_codec_handle == NULL) in api_check_struct_sanity() 3639 IV_API_CALL_STATUS_T ihevcd_cxa_api_function(iv_obj_t *ps_handle, in ihevcd_cxa_api_function() argument 3647 e_status = api_check_struct_sanity(ps_handle, pv_api_ip, pv_api_op); in ihevcd_cxa_api_function() 3663 ret = ihevcd_create(ps_handle, (void *)pv_api_ip, (void *)pv_api_op); in ihevcd_cxa_api_function() 3666 ret = ihevcd_delete(ps_handle, (void *)pv_api_ip, (void *)pv_api_op); in ihevcd_cxa_api_function() 3670 ret = ihevcd_decode(ps_handle, (void *)pv_api_ip, (void *)pv_api_op); in ihevcd_cxa_api_function() 3678 ret = ihevcd_set_display_frame(ps_handle, (void *)pv_api_ip, in ihevcd_cxa_api_function() [all …]
|
D | ihevcd_cxa.h | 67 IV_API_CALL_STATUS_T ihevcd_cxa_api_function(iv_obj_t *ps_handle,
|
/external/libavc/encoder/ |
D | ih264e_api.c | 260 static IV_STATUS_T api_check_struct_sanity(iv_obj_t *ps_handle, in api_check_struct_sanity() argument 295 if (ps_handle == NULL) in api_check_struct_sanity() 302 if (ps_handle->u4_size != sizeof(iv_obj_t)) in api_check_struct_sanity() 318 if (ps_handle == NULL) in api_check_struct_sanity() 325 if (ps_handle->u4_size != sizeof(iv_obj_t)) in api_check_struct_sanity() 332 if (ps_handle->pv_fxns != ih264e_api_function) in api_check_struct_sanity() 339 if (ps_handle->pv_codec_handle == NULL) in api_check_struct_sanity() 916 codec_t *ps_codec = (codec_t *) (ps_handle->pv_codec_handle); in api_check_struct_sanity() 986 codec_t *ps_codec = (codec_t *) (ps_handle->pv_codec_handle); in api_check_struct_sanity() 1194 codec_t *ps_codec = (codec_t *) (ps_handle->pv_codec_handle); in api_check_struct_sanity() [all …]
|
D | ih264e.h | 52 IV_STATUS_T ih264e_api_function(iv_obj_t *ps_handle, void *pv_api_ip,void *pv_api_op);
|
/external/libavc/decoder/ |
D | ih264d.h | 72 IV_API_CALL_STATUS_T ih264d_api_function(iv_obj_t *ps_handle, void *pv_api_ip,void *pv_api_op);
|
D | ih264d_api.c | 199 static IV_API_CALL_STATUS_T api_check_struct_sanity(iv_obj_t *ps_handle, in api_check_struct_sanity() argument 230 if(ps_handle == NULL) in api_check_struct_sanity() 237 if(ps_handle->u4_size != sizeof(iv_obj_t)) in api_check_struct_sanity() 244 if(ps_handle->pv_fxns != ih264d_api_function) in api_check_struct_sanity() 251 if(ps_handle->pv_codec_handle == NULL) in api_check_struct_sanity()
|