HomeSort by relevance Sort by last modified time
    Searched refs:clientdata (Results 1 - 10 of 10) sorted by null

  /hardware/qcom/media/mm-video/vidc/vdec/inc/
message_queue.h 45 void *clientdata; member in struct:video_msgq
  /hardware/qcom/media/mm-video/vidc/venc/inc/
queue.h 45 void *clientdata; member in struct:video_msgq
  /hardware/qcom/media/mm-video/vidc/venc/test/
video_encoder_test.c 650 enc_buffer.clientdata = (void *)encoder_context->ptr_outputbuffer [i];
658 DEBUG_PRINT ("\n Client Data on output = %p",(void *)enc_buffer.clientdata);
678 enc_buffer.clientdata = (void *)encoder_context->ptr_inputbuffer [i];
699 DEBUG_PRINT ("\n Client Data on output = %p",(void *)enc_buffer.clientdata);
842 tempbuffer = (struct venc_bufferpayload *)queueitem->clientdata;
862 enc_buffer.clientdata = (void *)tempbuffer;
887 tempbuffer = (struct venc_bufferpayload *)queueitem->clientdata;
905 enc_buffer.clientdata = (void *)tempbuffer;
989 queueitem.clientdata = NULL;
996 queueitem.clientdata = (void *)venc_msg.buf.clientdata
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapPregenerated.c 77 void *clientdata; member in struct:swig_type_info
139 if (ti->clientdata) tc->clientdata = ti->clientdata;
264 Set the clientdata field for a type
267 SWIG_TypeClientDataTL(swig_type_info *tl, swig_type_info *ti, void *clientdata) {
269 if (ti->clientdata) return;
270 /* if (ti->clientdata == clientdata) return; */
271 ti->clientdata = clientdata
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
decoder_driver_test.c 831 tempbuffer = (struct vdec_bufferpayload *)queueitem->clientdata;
874 queueitem->clientdata;
875 DEBUG_PRINT("\n Value of client Data in VT %p",queueitem->clientdata);
1000 queueitem.clientdata = NULL;
1008 queueitem.clientdata = (void *)\
1032 queueitem.clientdata = (void *)outputframe;
1033 DEBUG_PRINT ("\n Client Data value Copy %p",queueitem.clientdata);
1040 queueitem.clientdata = NULL;
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_vidc_enc.h 300 void *clientdata; member in struct:venc_buffer
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_vidc_enc.h 501 void *clientdata; member in struct:venc_buffer
  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_encoder.cpp     [all...]
video_encoder_device.cpp     [all...]
video_encoder_device_copper.cpp 204 venc_msg.buf.clientdata=(void*)omxhdr;
217 venc_msg.buf.clientdata=(void*)omxhdr;
    [all...]

Completed in 220 milliseconds