Home
last modified time | relevance | path

Searched refs:uaddr (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h230 char* uaddr; member
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp524 if (!extradata_info.uaddr) { in handle_extradata()
547 extradata_info.uaddr + index * extradata_info.buffer_size); in handle_extradata()
628 munmap((void *)extradata_info.uaddr, extradata_info.size); in allocate_extradata()
645 extradata_info.uaddr = (char *)mmap(NULL, in allocate_extradata()
650 if (extradata_info.uaddr == MAP_FAILED) { in allocate_extradata()
667 if (extradata_info.uaddr) { in free_extradata()
668 munmap((void *)extradata_info.uaddr, extradata_info.size); in free_extradata()
2485 …plane[extra_idx].m.userptr = (unsigned long) (extradata_info.uaddr + index * extradata_info.buffer… in venc_use_buf()
2850 …plane[extra_idx].m.userptr = (unsigned long) (extradata_info.uaddr + index * extradata_info.buffer… in venc_fill_buf()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc.cpp3591 munmap((void *)drv_ctx.extradata_info.uaddr, drv_ctx.extradata_info.size); in allocate_extradata()
3605 drv_ctx.extradata_info.uaddr = (char *)mmap(NULL, in allocate_extradata()
3609 if (drv_ctx.extradata_info.uaddr == MAP_FAILED) { in allocate_extradata()
3615 memset(drv_ctx.extradata_info.uaddr, 0, drv_ctx.extradata_info.size); in allocate_extradata()
3624 if (drv_ctx.extradata_info.uaddr) { in free_extradata()
3625 munmap((void *)drv_ctx.extradata_info.uaddr, drv_ctx.extradata_info.size); in free_extradata()
3831 …plane[extra_idx].m.userptr = (long unsigned int) (drv_ctx.extradata_info.uaddr + i * drv_ctx.extra… in use_output_buffer()
4643 …plane[extra_idx].m.userptr = (long unsigned int) (drv_ctx.extradata_info.uaddr + i * drv_ctx.extra… in allocate_output_buffer()
5361 …plane[extra_idx].m.userptr = (long unsigned int) (drv_ctx.extradata_info.uaddr + nPortIndex * drv_… in fill_this_buffer_proxy()
7602 if (!drv_ctx.extradata_info.uaddr) { in handle_extradata()
[all …]
Domx_vdec_hevc_swvdec.cpp4321 munmap((void *)drv_ctx.extradata_info.uaddr, drv_ctx.extradata_info.size); in allocate_extradata()
4339 drv_ctx.extradata_info.uaddr = (char *)mmap(NULL, in allocate_extradata()
4343 if (drv_ctx.extradata_info.uaddr == MAP_FAILED) { in allocate_extradata()
4349 memset(drv_ctx.extradata_info.uaddr, 0, drv_ctx.extradata_info.size); in allocate_extradata()
4357 if (drv_ctx.extradata_info.uaddr) { in free_extradata()
4358 munmap((void *)drv_ctx.extradata_info.uaddr, drv_ctx.extradata_info.size); in free_extradata()
4630 …plane[extra_idx].m.userptr = (long unsigned int) (drv_ctx.extradata_info.uaddr + i * drv_ctx.extra… in use_output_buffer()
5557 …plane[extra_idx].m.userptr = (long unsigned int) (drv_ctx.extradata_info.uaddr + i * drv_ctx.extra… in allocate_output_buffer()
6433 …plane[extra_idx].m.userptr = (long unsigned int) (drv_ctx.extradata_info.uaddr + nPortIndex * drv_… in fill_this_buffer_proxy()
8644 if (!drv_ctx.extradata_info.uaddr) { in handle_extradata()
[all …]
Domx_vdec_msm8974.cpp4600 munmap((void *)drv_ctx.extradata_info.uaddr, drv_ctx.extradata_info.size); in allocate_extradata()
4613 drv_ctx.extradata_info.uaddr = (char *)mmap(NULL, in allocate_extradata()
4617 if (drv_ctx.extradata_info.uaddr == MAP_FAILED) { in allocate_extradata()
4638 if (drv_ctx.extradata_info.uaddr) { in free_extradata()
4639 munmap((void *)drv_ctx.extradata_info.uaddr, drv_ctx.extradata_info.size); in free_extradata()
4888 …plane[extra_idx].m.userptr = (long unsigned int) (drv_ctx.extradata_info.uaddr + i * drv_ctx.extra… in use_output_buffer()
5741 …plane[extra_idx].m.userptr = (long unsigned int) (drv_ctx.extradata_info.uaddr + i * drv_ctx.extra… in allocate_output_buffer()
6529 …plane[extra_idx].m.userptr = (long unsigned int) (drv_ctx.extradata_info.uaddr + nPortIndex * drv_… in fill_this_buffer_proxy()
9124 if (!drv_ctx.extradata_info.uaddr) { in handle_extradata()
9138 … char *p_extradata = drv_ctx.extradata_info.uaddr + buf_index * drv_ctx.extradata_info.buffer_size; in handle_extradata()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc.h215 char* uaddr; member
Domx_vdec.h250 char* uaddr; member