Searched refs:temp_egl_id (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp6146 struct temp_egl *temp_egl_id = NULL; local
6148 temp_egl_id = (struct temp_egl *)eglImage;
6149 if (temp_egl_id != NULL)
6151 fd = temp_egl_id->pmem_fd;
6152 offset = temp_egl_id->offset;
H A Domx_vdec_copper.cpp5760 struct temp_egl *temp_egl_id = NULL; local
5762 temp_egl_id = (struct temp_egl *)eglImage;
5763 if (temp_egl_id != NULL)
5765 fd = temp_egl_id->pmem_fd;
5766 offset = temp_egl_id->offset;
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp5970 struct temp_egl *temp_egl_id = NULL; local
5972 temp_egl_id = (struct temp_egl *)eglImage;
5974 if (temp_egl_id != NULL) {
5975 fd = temp_egl_id->pmem_fd;
5976 offset = temp_egl_id->offset;
H A Domx_vdec_hevc.cpp5558 struct temp_egl *temp_egl_id = NULL; local
5560 temp_egl_id = (struct temp_egl *)eglImage;
5561 if (temp_egl_id != NULL) {
5562 fd = temp_egl_id->pmem_fd;
5563 offset = temp_egl_id->offset;
H A Domx_vdec_hevc_swvdec.cpp6655 struct temp_egl *temp_egl_id = NULL; local
6657 temp_egl_id = (struct temp_egl *)eglImage;
6658 if (temp_egl_id != NULL)
6660 fd = temp_egl_id->pmem_fd;
6661 offset = temp_egl_id->offset;
H A Domx_vdec_msm8974.cpp6325 struct temp_egl *temp_egl_id = NULL; local
6327 temp_egl_id = (struct temp_egl *)eglImage;
6328 if (temp_egl_id != NULL) {
6329 fd = temp_egl_id->pmem_fd;
6330 offset = temp_egl_id->offset;

Completed in 120 milliseconds