Home
last modified time | relevance | path

Searched refs:clientdata (Results 1 – 25 of 37) sorted by relevance

12

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
Dvideo_encoder_test.c650 enc_buffer.clientdata = (void *)encoder_context->ptr_outputbuffer [i]; in start_encoding()
658 DEBUG_PRINT ("\n Client Data on output = %p",(void *)enc_buffer.clientdata); in start_encoding()
678 enc_buffer.clientdata = (void *)encoder_context->ptr_inputbuffer [i]; in start_encoding()
699 DEBUG_PRINT ("\n Client Data on output = %p",(void *)enc_buffer.clientdata); in start_encoding()
842 tempbuffer = (struct venc_bufferpayload *)queueitem->clientdata; in video_thread()
862 enc_buffer.clientdata = (void *)tempbuffer; in video_thread()
887 tempbuffer = (struct venc_bufferpayload *)queueitem->clientdata; in video_thread()
905 enc_buffer.clientdata = (void *)tempbuffer; in video_thread()
989 queueitem.clientdata = NULL; in async_thread()
996 queueitem.clientdata = (void *)venc_msg.buf.clientdata; in async_thread()
[all …]
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
Dmessage_queue.h44 void *clientdata; member
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
Dqueue.h45 void *clientdata; member
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Dqueue.h44 void *clientdata; member
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Dmessage_queue.h44 void *clientdata; member
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/
Dqueue.h44 void *clientdata; member
Domx_video_base.h179 void *clientdata; member
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dmessage_queue.h44 void *clientdata; member
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Dqueue.h44 void *clientdata; member
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Dmessage_queue.h44 void *clientdata; member
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Dmessage_queue.h45 void *clientdata; member
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Dqueue.h44 void *clientdata; member
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
Ddecoder_driver_test.c776 tempbuffer = (struct vdec_bufferpayload *)queueitem->clientdata; in video_thread()
820 queueitem->clientdata; in video_thread()
821 DEBUG_PRINT("\n Value of client Data in VT %p",queueitem->clientdata); in video_thread()
937 queueitem.clientdata = NULL; in async_thread()
945 queueitem.clientdata = (void *)\ in async_thread()
969 queueitem.clientdata = (void *)outputframe; in async_thread()
970 DEBUG_PRINT ("\n Client Data value Copy %p",queueitem.clientdata); in async_thread()
977 queueitem.clientdata = NULL; in async_thread()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
Ddecoder_driver_test.c831 tempbuffer = (struct vdec_bufferpayload *)queueitem->clientdata; in video_thread()
874 queueitem->clientdata; in video_thread()
875 DEBUG_PRINT("\n Value of client Data in VT %p",queueitem->clientdata); in video_thread()
1000 queueitem.clientdata = NULL; in async_thread()
1008 queueitem.clientdata = (void *)\ in async_thread()
1032 queueitem.clientdata = (void *)outputframe; in async_thread()
1033 DEBUG_PRINT ("\n Client Data value Copy %p",queueitem.clientdata); in async_thread()
1040 queueitem.clientdata = NULL; in async_thread()
/hardware/qcom/msm8960/kernel-headers/linux/
Dmsm_vidc_enc.h300 void *clientdata; member
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dmsm_vidc_enc.h501 void *clientdata; member
/hardware/qcom/msm8994/kernel-headers/linux/
Dmsm_vidc_enc.h326 void *clientdata; member
/hardware/qcom/msm8998/original-kernel-headers/linux/
Dmsm_vidc_enc.h552 void *clientdata; member
/hardware/qcom/msm8998/kernel-headers/linux/
Dmsm_vidc_enc.h326 void * clientdata; member
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dmsm_vidc_enc.h552 void *clientdata; member
/hardware/qcom/msm8x84/kernel-headers/linux/
Dmsm_vidc_enc.h326 void *clientdata; member
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_vidc_enc.h326 void * clientdata; member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_vidc_enc.h552 void *clientdata; member
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dmsm_vidc_enc.h552 void *clientdata; member
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Domx_video_encoder.cpp1664 m_sVenc_msg->buf.clientdata; in async_message_process()
1682 omxhdr = (OMX_BUFFERHEADERTYPE*)m_sVenc_msg->buf.clientdata; in async_message_process()

12