Home
last modified time | relevance | path

Searched refs:p_handle (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/audio/post_proc/
Dvolume_listener.c622 effect_handle_t *p_handle) in vol_prc_lib_create() argument
633 if (p_handle == NULL || uuid == NULL) { in vol_prc_lib_create()
634 ALOGE("%s: %s is NULL", __func__, (p_handle == NULL) ? "p_handle" : "uuid"); in vol_prc_lib_create()
679 *p_handle = (effect_handle_t)context; in vol_prc_lib_create()
/hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/test/
Dmm_lib2d_test.c94 img_mem_handle_t *p_handle);
95 int (*img_buffer_release)(img_mem_handle_t *p_handle);
96 int (*img_buffer_cacheops)(img_mem_handle_t *p_handle, img_cache_ops_t ops,
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp3713 private_handle_t *p_handle; in buffer_use_op() local
3717 p_handle = (private_handle_t *) p_buffer; in buffer_use_op()
3719 if (((OMX_U32) p_handle->size) < m_port_op.def.nBufferSize) in buffer_use_op()
3723 p_handle->size, in buffer_use_op()
3730 m_port_op.def.nBufferSize = p_handle->size; in buffer_use_op()
3733 p_handle->size, in buffer_use_op()
3736 p_handle->fd, in buffer_use_op()
3742 p_handle->fd, in buffer_use_op()
3743 p_handle->size); in buffer_use_op()
3750 p_buffer_payload->pmem_fd = p_handle->fd; in buffer_use_op()
[all …]