Searched defs:custom_data (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_msm8974.cpp10577 struct ion_custom_data custom_data; local
10580 memset(&custom_data, 0x0, sizeof(custom_data));
10586 custom_data.cmd = cmd;
10587 custom_data.arg = (unsigned long)&flush_data;
10593 int ret = ioctl(op_buf_ion_info[index].ion_device_fd, ION_IOC_CUSTOM, &custom_data);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp11838 struct ion_custom_data custom_data; local
11841 memset(&custom_data, 0x0, sizeof(custom_data));
11847 custom_data.cmd = cmd;
11848 custom_data.arg = (unsigned long)&flush_data;
11854 int ret = ioctl(op_buf_ion_info[index].ion_device_fd, ION_IOC_CUSTOM, &custom_data);
12330 struct ion_custom_data *custom_data = (struct ion_custom_data*) malloc(sizeof(*custom_data)); local
12335 if (custom_data == NULL || prefetch_data == NULL || regions == NULL || sizes == NULL) {
12352 custom_data
[all...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp12833 struct ion_custom_data custom_data; local
12836 memset(&custom_data, 0x0, sizeof(custom_data));
12842 custom_data.cmd = cmd;
12843 custom_data.arg = (unsigned long)&flush_data;
12849 int ret = ioctl(op_buf_ion_info[index].ion_device_fd, ION_IOC_CUSTOM, &custom_data);
13336 struct ion_custom_data *custom_data = (struct ion_custom_data*) malloc(sizeof(*custom_data)); local
13341 if (custom_data == NULL || prefetch_data == NULL || regions == NULL || sizes == NULL) {
13358 custom_data
[all...]

Completed in 73 milliseconds