Searched defs:void (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Domx_video_encoder.cpp55 void *get_omx_component_factory_fn(void)
1500 OMX_U32 omx_venc::dev_stop( void) argument
1506 OMX_U32 omx_venc::dev_pause(void)
1511 OMX_U32 omx_venc::dev_start(void)
1520 OMX_U32 omx_venc::dev_resume(void)
1525 OMX_U32 omx_venc::dev_start_done(void)
1530 OMX_U32 omx_venc::dev_stop_done(void)
1535 bool omx_venc::dev_use_buf(void *buf_addr,unsigned port,unsigned index)
1540 bool omx_venc::dev_free_buf(void *buf_add
[all...]
H A Dvideo_encoder_device.cpp163 void* async_venc_message_thread (void *input)
176 ioctl_msg.out = (void*)&venc_msg;
179 error_code = ioctl(omx->handle->m_nDriver_fd,VEN_IOCTL_CMD_READ_NEXT_MSG,(void *)&ioctl_msg);
227 if(ioctl (m_nDriver_fd, VEN_IOCTL_GET_NUMBER_INSTANCES, (void*)&ioctl_msg) < 0 )
278 ioctl_msg.in = (void*)&m_sVenc_cfg;
280 if(ioctl (m_nDriver_fd,VEN_IOCTL_SET_BASE_CFG,(void*)&ioctl_msg) < 0 )
293 ioctl_msg.out = (void*)&m_sInput_buff_property;
294 if(ioctl (m_nDriver_fd,VEN_IOCTL_GET_INPUT_BUFFER_REQ,(void*)&ioctl_msg) < 0)
300 ioctl_msg.out = (void*)
1137 venc_stop( void) argument
[all...]
H A Dvideo_encoder_device_copper.cpp156 void* async_venc_message_thread (void *input)
202 venc_msg.buf.clientdata=(void*)omxhdr;
215 venc_msg.buf.clientdata=(void*)omxhdr;
258 if(/*ioctl (m_nDriver_fd, VEN_IOCTL_GET_NUMBER_INSTANCES, (void*)&ioctl_msg) < */0 )
305 if(/*ioctl (m_nDriver_fd,VEN_IOCTL_SET_BASE_CFG,(void*)&ioctl_msg) < */0 )
396 if(/*ioctl (m_nDriver_fd,VEN_IOCTL_GET_INPUT_BUFFER_REQ,(void*)&ioctl_msg) < */0)
401 if(/*ioctl (m_nDriver_fd,VEN_IOCTL_GET_OUTPUT_BUFFER_REQ,(void*)&ioctl_msg) < */0)
418 void venc_dev::venc_close()
424 //(void)ioct
1144 venc_stop( void) argument
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp57 void *get_omx_component_factory_fn(void)
493 (void)hComp;
1411 (void)hComp;
1686 (void) hComp;
1740 OMX_U32 omx_venc::dev_stop( void) argument
1746 OMX_U32 omx_venc::dev_pause(void)
1751 OMX_U32 omx_venc::dev_start(void)
1760 OMX_U32 omx_venc::dev_resume(void)
1765 OMX_U32 omx_venc::dev_start_done(void)
[all...]
H A Dvideo_encoder_device.cpp165 void* async_venc_message_thread (void *input)
178 ioctl_msg.out = (void*)&venc_msg;
181 error_code = ioctl(omx->handle->m_nDriver_fd,VEN_IOCTL_CMD_READ_NEXT_MSG,(void *)&ioctl_msg);
244 int venc_dev::venc_input_log_buffers(OMX_BUFFERHEADERTYPE *pbuffer, void *pmem_data_buf, int framelen) {
332 if (ioctl (m_nDriver_fd, VEN_IOCTL_GET_NUMBER_INSTANCES, (void*)&ioctl_msg) < 0 ) {
378 ioctl_msg.in = (void*)&m_sVenc_cfg;
381 if (ioctl (m_nDriver_fd,VEN_IOCTL_SET_BASE_CFG,(void*)&ioctl_msg) < 0 ) {
388 ioctl_msg.out = (void*)&m_sInput_buff_property;
390 if (ioctl (m_nDriver_fd,VEN_IOCTL_GET_INPUT_BUFFER_REQ,(void*)
1339 venc_stop( void) argument
[all...]
H A Dvideo_encoder_device_v4l2.cpp234 void* venc_dev::async_venc_message_thread (void *input)
307 venc_msg.buf.clientdata=(void*)omxhdr;
351 venc_msg.buf.clientdata=(void*)omxhdr;
446 int venc_dev::append_mbi_extradata(void *dst, struct msm_vidc_extradata_header* src)
462 bool venc_dev::handle_extradata(void *buffer, int index)
561 munmap((void *)extradata_info.uaddr, extradata_info.size);
596 void venc_dev::free_extradata()
601 munmap((void *)extradata_info.uaddr, extradata_info.size);
938 memset((void *)
1906 venc_stop( void) argument
[all...]
/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gscaler.c46 static int exynos_gsc_m2m_wait_frame_done(void *handle);
47 static int exynos_gsc_m2m_stop(void *handle);
484 if (exynos_gsc_out_stop((void *)gsc_handle) < 0)
710 void *exynos_gsc_create( argument
711 void)
771 return (void *)gsc_handle;
802 void *exynos_gsc_reserve(int dev_num)
842 return (void *)gsc_handle;
852 void exynos_gsc_release(void *handl
[all...]
/hardware/invensense/60xx/mlsdk/mllite/
H A DmlFIFO.c130 void (*fifo_process_cb) (void);
260 static inv_error_t inv_set_footer(void)
423 inv_error_t inv_decode_quantized_accel(void)
490 (void)inv_int32_to_big8((long)tmp, regs);
511 uint_fast16_t inv_get_fifo_packet_size(void)
523 inv_error_t inv_init_fifo_param(void)
549 inv_error_t inv_close_fifo(void)
708 inv_error_t inv_set_fifo_processed_callback(void (*func) (void)) argument
[all...]

Completed in 406 milliseconds