Home
last modified time | relevance | path

Searched refs:ps_handle (Results 1 – 9 of 9) sorted by relevance

/external/libmpeg2/decoder/
Dimpeg2d_api.h141 IV_API_CALL_STATUS_T impeg2d_api_check_struct_sanity(iv_obj_t *ps_handle,
Dimpeg2d.h81 IV_API_CALL_STATUS_T impeg2d_api_function(iv_obj_t *ps_handle,
Dimpeg2d_api_main.c1985 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/
Dihevcd_api.c129 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 …]
Dihevcd_cxa.h66 IV_API_CALL_STATUS_T ihevcd_cxa_api_function(iv_obj_t *ps_handle,
/external/libavc/encoder/
Dih264e_api.c165 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 …]
Dih264e.h57 IV_STATUS_T ih264e_api_function(iv_obj_t *ps_handle, void *pv_api_ip,void *pv_api_op);
/external/libavc/decoder/
Dih264d.h71 IV_API_CALL_STATUS_T ih264d_api_function(iv_obj_t *ps_handle, void *pv_api_ip,void *pv_api_op);
Dih264d_api.c154 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()