/hardware/samsung_slsi/exynos5/libv4l2/ |
D | exynos_v4l2.c | 408 if ((req->memory != V4L2_MEMORY_MMAP) && in exynos_v4l2_reqbufs() 409 (req->memory != V4L2_MEMORY_USERPTR) && in exynos_v4l2_reqbufs() 410 (req->memory != V4L2_MEMORY_DMABUF)) { in exynos_v4l2_reqbufs() 453 if ((buf->memory != V4L2_MEMORY_MMAP) && in exynos_v4l2_querybuf() 454 (buf->memory != V4L2_MEMORY_DMABUF)) { in exynos_v4l2_querybuf() 491 if ((buf->memory != V4L2_MEMORY_MMAP) && in exynos_v4l2_qbuf() 492 (buf->memory != V4L2_MEMORY_USERPTR) && in exynos_v4l2_qbuf() 493 (buf->memory != V4L2_MEMORY_DMABUF)) { in exynos_v4l2_qbuf() 530 if ((buf->memory != V4L2_MEMORY_MMAP) && in exynos_v4l2_dqbuf() 531 (buf->memory != V4L2_MEMORY_USERPTR) && in exynos_v4l2_dqbuf() [all …]
|
/hardware/samsung_slsi/exynos5/libhwjpeg/ |
D | ExynosJpegBase.cpp | 183 req.memory = pstBufInfo->memory; in t_v4l2Reqbufs() 209 v4l2_buf.memory = pstBufInfo->memory; in t_v4l2Qbuf() 214 if (pstBufInfo->memory == V4L2_MEMORY_DMABUF) { in t_v4l2Qbuf() 241 buf.memory = eMemory; in t_v4l2Dqbuf() 392 stBufInfo.memory = V4L2_MEMORY_MMAP; in destroy() 732 stBufInfo.memory = V4L2_MEMORY_DMABUF; in updateConfig() 773 stBufInfo.memory = V4L2_MEMORY_DMABUF; in execute()
|
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/ |
D | V4LCameraAdapter.cpp | 134 mVideoInfo->buf.memory = V4L2_MEMORY_MMAP; in fillThisBuffer() 237 mVideoInfo->rb.memory = V4L2_MEMORY_MMAP; in UseBuffersPreview() 252 mVideoInfo->buf.memory = V4L2_MEMORY_MMAP; in UseBuffersPreview() 300 mVideoInfo->buf.memory = V4L2_MEMORY_MMAP; in startPreview() 362 mVideoInfo->buf.memory = V4L2_MEMORY_MMAP; in stopPreview() 386 mVideoInfo->buf.memory = V4L2_MEMORY_MMAP; in GetFrame()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | usage.dox | 75 memory is allocated for the codec. 143 decoders allocate memory \ref MAY make use of the eXternal Memory Allocation 147 vpx_codec_xma_init_ver() function. The amount of memory a decoder needs to 149 size of the video must be known before requesting the decoder's memory map. 157 repeatedly to get a list of the memory segments requested by the decoder. 192 is not set, the application \ref MUST insure that the memory segment is 193 readable. On some platforms, framebuffer memory is writable but not 195 will be frequently accessed, and that it should be placed into fast memory, 197 in fast memory as well, but the most critical segments will be identified by 201 For each requested memory segment, the application must determine the [all …]
|
D | usage_dx.dox | 31 not necessarily in the same memory segment as the data will be when it is
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/ |
D | README | 4 Hierarchical memory heap interface - an extension to standard 5 malloc/free interface that simplifies tasks of memory disposal
|
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/ |
D | ExynosVideoDecoder.c | 867 req.memory = pCtx->nMemoryType; in MFC_Decoder_Setup_Inbuf() 869 req.memory = V4L2_MEMORY_MMAP; in MFC_Decoder_Setup_Inbuf() 896 buf.memory = V4L2_MEMORY_MMAP; in MFC_Decoder_Setup_Inbuf() 985 req.memory = pCtx->nMemoryType; in MFC_Decoder_Setup_Outbuf() 987 req.memory = V4L2_MEMORY_MMAP; in MFC_Decoder_Setup_Outbuf() 1014 buf.memory = V4L2_MEMORY_MMAP; in MFC_Decoder_Setup_Outbuf() 1465 buf.memory = pCtx->nMemoryType; in MFC_Decoder_Enqueue_Inbuf() 1481 buf.memory = V4L2_MEMORY_MMAP; in MFC_Decoder_Enqueue_Inbuf() 1561 buf.memory = pCtx->nMemoryType; in MFC_Decoder_Enqueue_Outbuf() 1578 buf.memory = V4L2_MEMORY_MMAP; in MFC_Decoder_Enqueue_Outbuf() [all …]
|
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/ |
D | V4LCameraAdapter.cpp | 93 mVideoInfo->rb.memory = V4L2_MEMORY_MMAP; in v4lInitMmap() 109 mVideoInfo->buf.memory = V4L2_MEMORY_MMAP; in v4lInitMmap() 137 mVideoInfo->rb.memory = V4L2_MEMORY_USERPTR; in v4lInitUsrPtr() 183 mVideoInfo->buf.memory = V4L2_MEMORY_MMAP; in v4lStopStreaming() 192 mVideoInfo->rb.memory = V4L2_MEMORY_MMAP; in v4lStopStreaming() 272 mVideoInfo->buf.memory = V4L2_MEMORY_MMAP; in restartPreview() 367 mVideoInfo->buf.memory = V4L2_MEMORY_MMAP; in fillThisBuffer() 584 mVideoInfo->buf.memory = V4L2_MEMORY_MMAP; in takePicture() 711 mVideoInfo->buf.memory = V4L2_MEMORY_MMAP; in startPreview() 775 mVideoInfo->buf.memory = V4L2_MEMORY_MMAP; in GetFrame()
|
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/ |
D | ExynosVideoEncoder.c | 1197 req.memory = pCtx->nMemoryType; in MFC_Encoder_Setup_Inbuf() 1199 req.memory = V4L2_MEMORY_MMAP; in MFC_Encoder_Setup_Inbuf() 1221 buf.memory = V4L2_MEMORY_MMAP; in MFC_Encoder_Setup_Inbuf() 1320 req.memory = pCtx->nMemoryType; in MFC_Encoder_Setup_Outbuf() 1322 req.memory = V4L2_MEMORY_MMAP; in MFC_Encoder_Setup_Outbuf() 1344 buf.memory = V4L2_MEMORY_MMAP; in MFC_Encoder_Setup_Outbuf() 1840 buf.memory = pCtx->nMemoryType; in MFC_Encoder_Enqueue_Inbuf() 1850 buf.memory = V4L2_MEMORY_MMAP; in MFC_Encoder_Enqueue_Inbuf() 1922 buf.memory = pCtx->nMemoryType; in MFC_Encoder_Enqueue_Outbuf() 1932 buf.memory = V4L2_MEMORY_MMAP; in MFC_Encoder_Enqueue_Outbuf() [all …]
|
/hardware/intel/img/libdrm/libdrm/ |
D | TODO | 2 - Additional API for unified memory manager
|
D | config.h.in | 18 /* Define to 1 if you have the <memory.h> header file. */
|
/hardware/intel/common/libva/ |
D | NEWS | 15 * Fix memory leaks (Edgar Hucek)
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 295 v4l2_buf.memory = V4L2_MEMORY_USERPTR; in async_venc_message_thread() 343 v4l2_buf.memory = V4L2_MEMORY_USERPTR; in async_venc_message_thread() 901 bufreq.memory = V4L2_MEMORY_USERPTR; in venc_open() 1097 bufreq.memory = V4L2_MEMORY_USERPTR; in venc_get_buf_req() 1138 bufreq.memory = V4L2_MEMORY_USERPTR; in venc_get_buf_req() 1221 bufreq.memory = V4L2_MEMORY_USERPTR; in venc_set_param() 1259 bufreq.memory = V4L2_MEMORY_USERPTR; in venc_set_param() 1926 bufreq.memory = V4L2_MEMORY_USERPTR; in venc_stop() 1948 bufreq.memory = V4L2_MEMORY_USERPTR; in venc_stop() 2128 bufreq.memory = V4L2_MEMORY_USERPTR; in venc_reconfig_reqbufs() [all …]
|
/hardware/samsung_slsi/exynos5/libgscaler/ |
D | exynos_gscaler.c | 662 req_buf.memory = V4L2_MEMORY_DMABUF; in m_exynos_gsc_set_format() 688 info->buffer.memory = V4L2_MEMORY_DMABUF; in m_exynos_gsc_set_addr() 1622 reqbuf.memory = V4L2_MEMORY_DMABUF; in exynos_gsc_out_config() 1659 buf.memory = V4L2_MEMORY_DMABUF; in exynos_gsc_out_run() 1680 buf.memory = V4L2_MEMORY_DMABUF; in exynos_gsc_out_run() 1754 reqbuf.memory = V4L2_MEMORY_DMABUF; in exynos_gsc_out_stop() 2018 req_buf.memory = V4L2_MEMORY_DMABUF; in exynos_gsc_m2m_stop() 2027 req_buf.memory = V4L2_MEMORY_DMABUF; in exynos_gsc_m2m_stop()
|
/hardware/samsung_slsi/exynos5/include/ |
D | ExynosJpegApi.h | 77 enum v4l2_memory memory; member
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/ |
D | video_encoder_device_copper.cpp | 187 v4l2_buf.memory = V4L2_MEMORY_USERPTR; in async_venc_message_thread() 205 v4l2_buf.memory = V4L2_MEMORY_USERPTR; in async_venc_message_thread() 380 bufreq.memory = V4L2_MEMORY_USERPTR; in venc_open() 554 bufreq.memory = V4L2_MEMORY_USERPTR; in venc_get_buf_req() 1451 buf.memory = V4L2_MEMORY_USERPTR; in venc_use_buf() 1478 buf.memory = V4L2_MEMORY_USERPTR; in venc_use_buf() 1599 buf.memory = V4L2_MEMORY_USERPTR; in venc_empty_buf() 1681 buf.memory = V4L2_MEMORY_USERPTR; in venc_fill_buf()
|
/hardware/samsung_slsi/exynos5/libcamera/ |
D | ExynosCamera.cpp | 1265 req.memory = V4L2_MEMORY_DMABUF; in stopPreview() 1328 v4l2_buf.memory = V4L2_MEMORY_DMABUF; in getPreviewBuf() 1368 v4l2_buf.memory = V4L2_MEMORY_DMABUF; in putPreviewBuf() 1476 req.memory = V4L2_MEMORY_DMABUF; in stopVideo() 1532 v4l2_buf.memory = V4L2_MEMORY_DMABUF; in getVideoBuf() 1583 v4l2_buf.memory = V4L2_MEMORY_DMABUF; in putVideoBuf() 1659 req.memory = V4L2_MEMORY_DMABUF; in stopPicture() 1715 v4l2_buf.memory = V4L2_MEMORY_DMABUF; in getPictureBuf() 1760 v4l2_buf.memory = V4L2_MEMORY_DMABUF; in putPictureBuf() 3459 req.memory = V4L2_MEMORY_DMABUF; in m_setWidthHeight() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_variance_impl_mmx.asm | 283 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory 284 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory 398 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory 399 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
D | ExynosCameraHWInterface2.cpp | 152 req.memory = node->memory; in cam_int_reqbufs() 171 v4l2_buf.memory = node->memory; in cam_int_qbuf() 240 v4l2_buf.memory = node->memory; in cam_int_dqbuf() 258 v4l2_buf.memory = node->memory; in cam_int_dqbuf() 1296 m_camera_info.sensor.memory = V4L2_MEMORY_DMABUF; in InitializeISPChain() 1320 m_camera_info.isp.memory = V4L2_MEMORY_DMABUF; in InitializeISPChain() 1382 m_camera_info.capture.memory = V4L2_MEMORY_DMABUF; in InitializeISPChain() 1570 v4l2_buf.memory = currentNode->memory; in notifyRequestQueueNotEmpty() 1759 newParameters.node->memory = V4L2_MEMORY_DMABUF; in allocateStream() 1860 newParameters.node->memory = V4L2_MEMORY_DMABUF; in allocateStream() [all …]
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
D | videodev2.h | 447 __u32 memory; member 476 __u32 memory; member 1372 __u32 memory; member
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
D | videodev2.h | 594 __u32 memory; /* enum v4l2_memory */ member 672 __u32 memory; member 1902 __u32 memory; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | variance_impl_mmx.asm | 283 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory 284 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory 398 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory 399 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
|
/hardware/samsung_slsi/exynos5/librotator/ |
D | exynos_rotator.c | 543 req_buf.memory = V4L2_MEMORY_USERPTR; in m_exynos_rotator_set_format() 566 info->buffer.memory = V4L2_MEMORY_USERPTR; in m_exynos_rotator_set_addr()
|
/hardware/intel/img/psb_video/src/ |
D | psb_surface_attrib.c | 158 if (V4L2_MEMORY_USERPTR == v4l2_buf->memory) { 210 if (V4L2_MEMORY_USERPTR == v4l2_buf->memory)
|
/hardware/samsung_slsi/exynos5/include/linux/ |
D | videodev2.h | 578 enum v4l2_memory memory; member 654 enum v4l2_memory memory; member 2342 enum v4l2_memory memory; member
|