Home
last modified time | relevance | path

Searched refs:memory (Results 1 – 25 of 45) sorted by relevance

12

/hardware/google/apf/
Dapf_interpreter.c63 uint32_t memory[MEMORY_ITEMS] = {}; in accept_packet() local
65 memory[MEMORY_OFFSET_PACKET_SIZE] = packet_len; in accept_packet()
66 memory[MEMORY_OFFSET_FILTER_AGE] = filter_age; in accept_packet()
70 memory[MEMORY_OFFSET_IPV4_HEADER_SIZE] = (packet[APF_FRAME_HEADER_SIZE] & 15) * 4; in accept_packet()
246 REG = memory[imm - LDM_EXT_OPCODE]; in accept_packet()
248 memory[imm - STM_EXT_OPCODE] = REG; in accept_packet()
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp134 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/
Dusage.dox75 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 …]
Dusage_dx.dox31 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/
DREADME4 Hierarchical memory heap interface - an extension to standard
5 malloc/free interface that simplifies tasks of memory disposal
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp93 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/qcom/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp343 QCameraGrallocMemory *memory = (QCameraGrallocMemory *)preview_frame->mem_info; in selectScene() local
345 rc = sendPreviewCallback(pStream, memory, idx); in selectScene()
611 QCameraMemory *memory = (QCameraMemory *)pFrame->mem_info; in TsMakeupProcess() local
612 memory->cleanCache(pFrame->buf_idx); in TsMakeupProcess()
698 QCameraGrallocMemory *memory = NULL; in synchronous_stream_cb_routine() local
736 memory = (QCameraGrallocMemory *)super_frame->bufs[0]->mem_info; in synchronous_stream_cb_routine()
746 err = memory->enqueueBuffer(idx, mPreviewTimestamp); in synchronous_stream_cb_routine()
788 QCameraGrallocMemory *memory = (QCameraGrallocMemory *)super_frame->bufs[0]->mem_info; in preview_stream_cb_routine() local
796 if (memory == NULL) { in preview_stream_cb_routine()
823 (memory->isBufOwnedByCamera(frame->buf_idx)))) { in preview_stream_cb_routine()
[all …]
DQCameraMem.cpp1046 QCameraStreamMemory::QCameraStreamMemory(camera_request_memory memory, in QCameraStreamMemory() argument
1051 mGetMemory(memory) in QCameraStreamMemory()
1277 QCameraVideoMemory::QCameraVideoMemory(camera_request_memory memory, in QCameraVideoMemory() argument
1279 : QCameraStreamMemory(memory, cached) in QCameraVideoMemory()
1635 QCameraGrallocMemory::QCameraGrallocMemory(camera_request_memory memory) in QCameraGrallocMemory() argument
1643 mGetMemory = memory; in QCameraGrallocMemory()
/hardware/intel/common/libva/
DNEWS15 * Fix memory leaks (Edgar Hucek)
/hardware/bsp/intel/peripheral/libmraa/docs/
Dchangelog.md39 * Fixed various memory leaks in SWIG wrappers
132 * General commits around freeing memory at the right times.
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Dvideo_encoder_device_copper.cpp187 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/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp339 v4l2_buf.memory = V4L2_MEMORY_USERPTR; in async_venc_message_thread()
387 v4l2_buf.memory = V4L2_MEMORY_USERPTR; in async_venc_message_thread()
987 bufreq.memory = V4L2_MEMORY_USERPTR; in venc_open()
1200 bufreq.memory = V4L2_MEMORY_USERPTR; in venc_get_buf_req()
1255 bufreq.memory = V4L2_MEMORY_USERPTR; in venc_get_buf_req()
1339 bufreq.memory = V4L2_MEMORY_USERPTR; in venc_set_param()
1383 bufreq.memory = V4L2_MEMORY_USERPTR; in venc_set_param()
2188 bufreq.memory = V4L2_MEMORY_USERPTR; in venc_stop()
2210 bufreq.memory = V4L2_MEMORY_USERPTR; in venc_stop()
2413 bufreq.memory = V4L2_MEMORY_USERPTR; in venc_reconfig_reqbufs()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_variance_impl_mmx.asm283 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/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp373 v4l2_buf.memory = V4L2_MEMORY_USERPTR; in async_venc_message_thread()
428 v4l2_buf.memory = V4L2_MEMORY_USERPTR; in async_venc_message_thread()
1245 bufreq.memory = V4L2_MEMORY_USERPTR; in venc_open()
1460 bufreq.memory = V4L2_MEMORY_USERPTR; in venc_get_buf_req()
1537 bufreq.memory = V4L2_MEMORY_USERPTR; in venc_get_buf_req()
1625 bufreq.memory = V4L2_MEMORY_USERPTR; in venc_set_param()
1666 bufreq.memory = V4L2_MEMORY_USERPTR; in venc_set_param()
2622 bufreq.memory = V4L2_MEMORY_USERPTR; in venc_stop()
2644 bufreq.memory = V4L2_MEMORY_USERPTR; in venc_stop()
2926 bufreq.memory = V4L2_MEMORY_USERPTR; in venc_reconfig_reqbufs()
[all …]
/hardware/qcom/msm8x84/kernel-headers/linux/
Dvideodev2.h447 __u32 memory; member
476 __u32 memory; member
1374 __u32 memory; member
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dvideodev2.h597 __u32 memory; /* enum v4l2_memory */ member
675 __u32 memory; member
1906 __u32 memory; member
/hardware/qcom/msm8994/kernel-headers/linux/
Dvideodev2.h449 __u32 memory; member
477 __u32 memory; member
1375 __u32 memory; member
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dvideodev2.h594 __u32 memory; /* enum v4l2_memory */ member
672 __u32 memory; member
1903 __u32 memory; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Dvariance_impl_mmx.asm283 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/qcom/camera/usbcamcore/src/
DQualcommUsbCamera.cpp1189 reqBufs.memory = V4L2_MEMORY_MMAP; in initV4L2mmap()
1221 tempBuf.memory = V4L2_MEMORY_MMAP; in initV4L2mmap()
1404 tempBuf.memory = V4L2_MEMORY_MMAP; in startUsbCamCapture()
1696 camHal->curCaptureBuf.memory = V4L2_MEMORY_MMAP; in get_buf_from_cam()
1744 camHal->curCaptureBuf.memory = V4L2_MEMORY_MMAP; in put_buf_to_cam()
/hardware/intel/img/psb_video/src/
Dpsb_surface_attrib.c154 if (V4L2_MEMORY_USERPTR == v4l2_buf->memory) {
206 if (V4L2_MEMORY_USERPTR == v4l2_buf->memory)
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dvideodev2.h629 __u32 memory; /* enum v4l2_memory */ member
706 __u32 memory; member
2069 __u32 memory; member
/hardware/qcom/msm8996/kernel-headers/linux/
Dvideodev2.h474 __u32 memory; member
502 __u32 memory; member
1496 __u32 memory; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
Dloopfilter_filters_altivec.asm34 ;# memory beginning at address zero. The low four bits 0...3 of the
44 ;# a 256-element block of memory. It takes 8 bits 0...7 to address this
45 ;# memory and the effect of a transpose is to interchange address bit
155 ;# In frame-buffer memory, the layout is:
644 ;# memory to align and order them up. Then they are read in using the
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dvideodev2.h602 enum v4l2_memory memory; member
673 enum v4l2_memory memory; member
2574 enum v4l2_memory memory; member

12