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.c2181 IV_API_CALL_STATUS_T impeg2d_api_check_struct_sanity(iv_obj_t *ps_handle, in impeg2d_api_check_struct_sanity() argument
2207 if(ps_handle == NULL) in impeg2d_api_check_struct_sanity()
2214 if(ps_handle->u4_size != sizeof(iv_obj_t)) in impeg2d_api_check_struct_sanity()
2228 if(ps_handle == NULL) in impeg2d_api_check_struct_sanity()
2235 if(ps_handle->u4_size != sizeof(iv_obj_t)) in impeg2d_api_check_struct_sanity()
2241 if(ps_handle->pv_fxns != impeg2d_api_function) in impeg2d_api_check_struct_sanity()
2248 if(ps_handle->pv_codec_handle == NULL) in impeg2d_api_check_struct_sanity()
/external/libhevc/decoder/
Dihevcd_api.c133 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()
3556 IV_API_CALL_STATUS_T ihevcd_cxa_api_function(iv_obj_t *ps_handle, in ihevcd_cxa_api_function() argument
3564 e_status = api_check_struct_sanity(ps_handle, pv_api_ip, pv_api_op); in ihevcd_cxa_api_function()
3580 ret = ihevcd_create(ps_handle, (void *)pv_api_ip, (void *)pv_api_op); in ihevcd_cxa_api_function()
3583 ret = ihevcd_delete(ps_handle, (void *)pv_api_ip, (void *)pv_api_op); in ihevcd_cxa_api_function()
3587 ret = ihevcd_decode(ps_handle, (void *)pv_api_ip, (void *)pv_api_op); in ihevcd_cxa_api_function()
3595 ret = ihevcd_set_display_frame(ps_handle, (void *)pv_api_ip, in ihevcd_cxa_api_function()
[all …]
Dihevcd_cxa.h67 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()
1308 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.h72 IV_API_CALL_STATUS_T ih264d_api_function(iv_obj_t *ps_handle, void *pv_api_ip,void *pv_api_op);
Dih264d_api.c158 static IV_API_CALL_STATUS_T api_check_struct_sanity(iv_obj_t *ps_handle, in api_check_struct_sanity() argument
189 if(ps_handle == NULL) in api_check_struct_sanity()
196 if(ps_handle->u4_size != sizeof(iv_obj_t)) in api_check_struct_sanity()
203 if(ps_handle->pv_fxns != ih264d_api_function) in api_check_struct_sanity()
210 if(ps_handle->pv_codec_handle == NULL) in api_check_struct_sanity()