Searched defs:ps_handle (Results 1 - 4 of 4) sorted by relevance

/external/libhevc/decoder/
H A Dihevcd_api.c116 * @param[in] ps_handle
133 static IV_API_CALL_STATUS_T api_check_struct_sanity(iv_obj_t *ps_handle, argument
165 if(ps_handle == NULL)
172 if(ps_handle->u4_size != sizeof(iv_obj_t))
180 if(ps_handle->pv_codec_handle == NULL)
3526 * @param[in] ps_handle
3542 IV_API_CALL_STATUS_T ihevcd_cxa_api_function(iv_obj_t *ps_handle, argument
3550 e_status = api_check_struct_sanity(ps_handle, pv_api_ip, pv_api_op);
3566 ret = ihevcd_create(ps_handle, (void *)pv_api_ip, (void *)pv_api_op);
3569 ret = ihevcd_delete(ps_handle, (voi
[all...]
/external/libavc/decoder/
H A Dih264d_api.c158 static IV_API_CALL_STATUS_T api_check_struct_sanity(iv_obj_t *ps_handle, argument
189 if(ps_handle == NULL)
196 if(ps_handle->u4_size != sizeof(iv_obj_t))
203 if(ps_handle->pv_fxns != ih264d_api_function)
210 if(ps_handle->pv_codec_handle == NULL)
/external/libavc/encoder/
H A Dih264e_api.c150 * @param[in] ps_handle
165 static IV_STATUS_T api_check_struct_sanity(iv_obj_t *ps_handle, argument
200 if (ps_handle == NULL)
207 if (ps_handle->u4_size != sizeof(iv_obj_t))
223 if (ps_handle == NULL)
230 if (ps_handle->u4_size != sizeof(iv_obj_t))
237 if (ps_handle->pv_fxns != ih264e_api_function)
244 if (ps_handle->pv_codec_handle == NULL)
881 codec_t *ps_codec = (codec_t *) (ps_handle->pv_codec_handle);
1089 codec_t *ps_codec = (codec_t *) (ps_handle
5692 ih264e_api_function(iv_obj_t *ps_handle, void *pv_api_ip, void *pv_api_op) argument
[all...]
/external/libmpeg2/decoder/
H A Dimpeg2d_api_main.c2207 IV_API_CALL_STATUS_T impeg2d_api_check_struct_sanity(iv_obj_t *ps_handle, argument
2233 if(ps_handle == NULL)
2240 if(ps_handle->u4_size != sizeof(iv_obj_t))
2254 if(ps_handle == NULL)
2261 if(ps_handle->u4_size != sizeof(iv_obj_t))
2267 if(ps_handle->pv_fxns != impeg2d_api_function)
2274 if(ps_handle->pv_codec_handle == NULL)
2471 if(ps_mem_rec->pv_base != ps_handle)

Completed in 100 milliseconds