Searched refs:fd (Results 126 - 150 of 557) sorted by last modified time

1234567891011>>

/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h76 VideoHeap(int fd, size_t size, void* base);
H A Domx_video_common.h77 int fd; member in struct:pmem
H A Dvideo_encoder_device_v4l2.h271 int venc_input_log_buffers(OMX_BUFFERHEADERTYPE *buffer, int fd, int plane_offset);
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp191 VideoHeap::VideoHeap(int fd, size_t size, void* base) argument
194 init(dup(fd), base, size, 0 , MEM_DEVICE);
2120 m_pInput_pmem[i].fd = -1;
2123 m_pInput_ion[i].fd_ion_data.fd =-1;
2163 m_pInput_pmem[i].fd = m_pInput_ion[i].fd_ion_data.fd;
2165 m_pInput_pmem[i].fd = open (MEM_DEVICE,O_RDWR);
2166 if (m_pInput_pmem[i].fd == 0) {
2167 m_pInput_pmem[i].fd = open (MEM_DEVICE,O_RDWR);
2170 if (m_pInput_pmem[i] .fd <
3308 int fd = 0; local
[all...]
H A Domx_video_encoder.cpp1785 bool omx_venc::dev_empty_buf(void *buffer, void *pmem_data_buf,unsigned index,unsigned fd) argument
1787 return handle->venc_empty_buf(buffer, pmem_data_buf,index,fd);
1790 bool omx_venc::dev_fill_buf(void *buffer, void *pmem_data_buf,unsigned index,unsigned fd) argument
1792 return handle->venc_fill_buf(buffer, pmem_data_buf,index,fd);
H A Dvideo_encoder_device.cpp317 DEBUG_PRINT_ERROR("ERROR: Got fd as 0 for msm_vidc_enc, Opening again");
421 DEBUG_PRINT_LOW("venc_close: fd = %d", m_nDriver_fd);
1494 recon_buff[count].ion_alloc_fd.fd =-1;
1495 recon_buff[count].ion_alloc_fd.fd =-1;
1499 pmem_fd = recon_buff[count].ion_alloc_fd.fd;
1538 recon_buff[count].ion_alloc_fd.fd =-1;
1598 recon_buff[cnt].ion_alloc_fd.fd =-1;
1688 dev_buffer.fd = pmem_tmp->fd;
1728 DEBUG_PRINT_LOW("venc_use_buf:pbuffer = %x,fd
[all...]
H A Dvideo_encoder_device_v4l2.cpp248 pfd.fd = omx->handle->m_nDriver_fd;
299 while (!ioctl(pfd.fd, VIDIOC_DQBUF, &v4l2_buf)) {
347 while (!ioctl(pfd.fd, VIDIOC_DQBUF, &v4l2_buf)) {
362 rc = ioctl(pfd.fd, VIDIOC_DQEVENT, &dqevent);
406 static OMX_ERRORTYPE subscribe_to_events(int fd) argument
414 if (fd < 0) {
415 DEBUG_PRINT_ERROR("Invalid input: %d", fd);
422 rc = ioctl(fd, VIDIOC_SUBSCRIBE_EVENT, &sub);
434 rc = ioctl(fd, VIDIOC_UNSUBSCRIBE_EVENT, &sub);
562 close(extradata_info.ion.fd_ion_data.fd);
693 venc_input_log_buffers(OMX_BUFFERHEADERTYPE *pbuffer, int fd, int plane_offset) argument
966 unsubscribe_to_events(int fd) argument
2351 venc_empty_buf(void *buffer, void *pmem_data_buf, unsigned index, unsigned fd) argument
2477 venc_fill_buf(void *buffer, void *pmem_data_buf,unsigned index,unsigned fd) argument
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
H A Dvenc_test.cpp421 ion_data.ion_alloc_fd.fd =-1;
422 ion_data.ion_alloc_fd.fd =-1;
426 pMem->pmem_fd = ion_data.ion_alloc_fd.fd;
451 ion_data.ion_alloc_fd.fd =-1;
458 D("allocated pMem->fd = %lu pvirt=0x%p, pMem->phys=0x%lx, size = %d", pMem->pmem_fd,
480 ion_data.ion_alloc_fd.fd =-1;
2109 // FBTest_DisplayImage(((PmemBuffer*) m_pInBuffers[0]->pAppPrivate)->fd,0);
2180 // FBTest_DisplayImage(((PmemBuffer*) m_pInBuffers[idx]->pAppPrivate)->fd,0);
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dion.h54 int fd; member in struct:ion_fd_data
H A Dmsm_audio.h171 int fd; member in struct:msm_audio_ion_info
176 int fd; member in struct:msm_audio_pmem_info
H A Dmsm_ion.h87 int fd; member in struct:ion_flush_data
H A Dmsm_kgsl.h291 int fd; member in struct:kgsl_map_user_mem
547 int fd; member in struct:kgsl_cmd_syncpoint_fence
H A Dmsm_q6venc.h209 int fd; member in struct:venc_pmem
H A Dmsm_vidc_enc.h285 int fd; member in struct:venc_bufferpayload
/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_camera.h209 int32_t fd; member in struct:msm_pp_frame_sp
220 int32_t fd; member in struct:msm_pp_frame_mp
539 int fd; member in struct:msm_stats_buf_info
557 int fd; member in struct:msm_pmem_info
656 int fd; member in struct:msm_frame
717 int fd; member in struct:stats_buff
736 int fd; member in struct:msm_stats_buf
H A Dmsm_gemini.h61 int fd; member in struct:msm_gemini_buf
H A Dmsm_gestures.h52 int fd; member in struct:msm_ges_ctrl_cmd
H A Dmsm_mercury.h76 int fd; member in struct:msm_mercury_buf
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dion.h249 * ion_share_dma_buf() - given an ion client, create a dma-buf fd
256 * ion_import_dma_buf() - given an dma-buf fd from the ion exporter get handle
258 * @fd: the dma-buf fd
260 * Given an dma-buf fd that was allocated through ion via ion_share_dma_buf,
261 * import that fd and return a handle representing it. If a dma-buf from
264 struct ion_handle *ion_import_dma_buf(struct ion_client *client, int fd);
442 static inline struct ion_handle *ion_import_dma_buf(struct ion_client *client, int fd) argument
522 * struct ion_fd_data - metadata passed to/from userspace for a handle/fd pair
524 * @fd
533 int fd; member in struct:ion_fd_data
[all...]
H A Dmsm_audio.h179 int fd; member in struct:msm_audio_ion_info
184 int fd; member in struct:msm_audio_pmem_info
H A Dmsm_ion.h258 * @fd: fd to flush
269 int fd; member in struct:ion_flush_data
H A Dmsm_kgsl.h372 int fd; member in struct:kgsl_map_user_mem
540 * _IOWR to support fences which need to return a fd for the priv parameter.
835 int fd; member in struct:kgsl_cmd_syncpoint_fence
H A Dmsm_q6venc.h174 int fd; member in struct:venc_pmem
H A Dmsm_vidc_enc.h488 int fd; member in struct:venc_bufferpayload
/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_camera.h316 int32_t fd; member in struct:msm_pp_frame_sp
329 int32_t fd; member in struct:msm_pp_frame_mp
588 int fd; member in struct:msm_stats_buf_info
603 int fd; member in struct:msm_pmem_info
689 int fd; member in struct:msm_frame
741 int fd; member in struct:stats_buff
756 int fd; member in struct:msm_stats_buf

Completed in 364 milliseconds

1234567891011>>