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 | 1985 IV_API_CALL_STATUS_T impeg2d_api_check_struct_sanity(iv_obj_t *ps_handle, in impeg2d_api_check_struct_sanity() argument 2011 if(ps_handle == NULL) in impeg2d_api_check_struct_sanity() 2018 if(ps_handle->u4_size != sizeof(iv_obj_t)) in impeg2d_api_check_struct_sanity() 2032 if(ps_handle == NULL) in impeg2d_api_check_struct_sanity() 2039 if(ps_handle->u4_size != sizeof(iv_obj_t)) in impeg2d_api_check_struct_sanity() 2045 if(ps_handle->pv_fxns != impeg2d_api_function) in impeg2d_api_check_struct_sanity() 2052 if(ps_handle->pv_codec_handle == NULL) in impeg2d_api_check_struct_sanity()
|
/external/libhevc/decoder/ |
D | ihevcd_api.c | 129 static IV_API_CALL_STATUS_T api_check_struct_sanity(iv_obj_t *ps_handle, in api_check_struct_sanity() argument 156 if(ps_handle == NULL) in api_check_struct_sanity() 163 if(ps_handle->u4_size != sizeof(iv_obj_t)) in api_check_struct_sanity() 168 sizeof(iv_obj_t), ps_handle->u4_size); in api_check_struct_sanity() 178 if(ps_handle == NULL) in api_check_struct_sanity() 185 if(ps_handle->u4_size != sizeof(iv_obj_t)) in api_check_struct_sanity() 193 if(ps_handle->pv_codec_handle == NULL) in api_check_struct_sanity() 4435 IV_API_CALL_STATUS_T ihevcd_cxa_api_function(iv_obj_t *ps_handle, in ihevcd_cxa_api_function() argument 4443 e_status = api_check_struct_sanity(ps_handle, pv_api_ip, pv_api_op); in ihevcd_cxa_api_function() 4467 ret = ihevcd_init_mem_rec(ps_handle, (void *)pv_api_ip, in ihevcd_cxa_api_function() [all …]
|
D | ihevcd_cxa.h | 66 IV_API_CALL_STATUS_T ihevcd_cxa_api_function(iv_obj_t *ps_handle,
|
/external/libavc/encoder/ |
D | ih264e_api.c | 165 static IV_STATUS_T api_check_struct_sanity(iv_obj_t *ps_handle, in api_check_struct_sanity() argument 200 if (ps_handle == NULL) in api_check_struct_sanity() 207 if (ps_handle->u4_size != sizeof(iv_obj_t)) in api_check_struct_sanity() 223 if (ps_handle == NULL) in api_check_struct_sanity() 230 if (ps_handle->u4_size != sizeof(iv_obj_t)) in api_check_struct_sanity() 237 if (ps_handle->pv_fxns != ih264e_api_function) in api_check_struct_sanity() 244 if (ps_handle->pv_codec_handle == NULL) in api_check_struct_sanity() 881 codec_t *ps_codec = (codec_t *) (ps_handle->pv_codec_handle); in api_check_struct_sanity() 1089 codec_t *ps_codec = (codec_t *) (ps_handle->pv_codec_handle); in api_check_struct_sanity() 1290 codec_t *ps_codec = (codec_t *) (ps_handle->pv_codec_handle); in api_check_struct_sanity() [all …]
|
D | ih264e.h | 57 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 | 71 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 | 154 static IV_API_CALL_STATUS_T api_check_struct_sanity(iv_obj_t *ps_handle, in api_check_struct_sanity() argument 180 if(ps_handle == NULL) in api_check_struct_sanity() 187 if(ps_handle->u4_size != sizeof(iv_obj_t)) in api_check_struct_sanity() 193 sizeof(iv_obj_t), ps_handle->u4_size); in api_check_struct_sanity() 203 if(ps_handle == NULL) in api_check_struct_sanity() 210 if(ps_handle->u4_size != sizeof(iv_obj_t)) in api_check_struct_sanity() 217 if(ps_handle->pv_fxns != ih264d_api_function) in api_check_struct_sanity() 224 if(ps_handle->pv_codec_handle == NULL) in api_check_struct_sanity()
|